HomeSort by: relevance | last modified time | path
    Searched refs:save_heap_dealloc_count (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 2846 unsigned save_heap_dealloc_count = ctx->global->heap_dealloc_count; local
2943 || (save_heap_dealloc_count
2950 != save_heap_alloc_count - save_heap_dealloc_count)
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 3320 unsigned save_heap_dealloc_count = ctx->global->heap_dealloc_count;
3408 || (save_heap_dealloc_count
3415 != save_heap_alloc_count - save_heap_dealloc_count)

Completed in 51 milliseconds