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

  /src/external/gpl3/gcc/dist/gcc/
ggc-page.cc 406 unsigned long context_depth_collections;
2229 G.context_depth_collections = ((unsigned long)1 << (G.context_depth + 1)) - 1;
405 unsigned long context_depth_collections; member in struct:ggc_globals
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc 406 unsigned long context_depth_collections;
2225 G.context_depth_collections = ((unsigned long)1 << (G.context_depth + 1)) - 1;
405 unsigned long context_depth_collections; member in struct:ggc_globals

Completed in 28 milliseconds