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

  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 947 static GTY((deletable)) tree comp_cat_cache[cc_last];
979 if (tree cached = comp_cat_cache[tag])
1008 return comp_cat_cache[tag] = type;
945 static GTY((deletable)) tree comp_cat_cache[cc_last]; variable
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 941 static GTY((deletable)) tree comp_cat_cache[cc_last];
973 if (tree cached = comp_cat_cache[tag])
1002 return comp_cat_cache[tag] = type;
939 static GTY((deletable)) tree comp_cat_cache[cc_last]; variable

Completed in 26 milliseconds