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

  /src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc 1110 bool large_allocation_done = false; local
1313 if (maybe_ne (large_size, 0U) && ! large_allocation_done)
1324 large_allocation_done = true;
cfgexpand.cc 1110 bool large_allocation_done = false; local
1313 if (maybe_ne (large_size, 0U) && ! large_allocation_done)
1324 large_allocation_done = true;

Completed in 112 milliseconds