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

  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 926 cc_last
938 static const comp_cat_info_t comp_cat_info[cc_last]
947 static GTY((deletable)) tree comp_cat_cache[cc_last];
1047 return cc_last;
1048 for (int i = 0; i < cc_last; ++i)
1054 return cc_last;
1092 if (tag == cc_last && is_auto (type))
1103 gcc_checking_assert (tag < cc_last);
1277 tree seen[cc_last] = {};
1287 gcc_checking_assert (tag < cc_last);
924 cc_last enumerator in enum:comp_cat_tag
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 920 cc_last
932 static const comp_cat_info_t comp_cat_info[cc_last]
941 static GTY((deletable)) tree comp_cat_cache[cc_last];
1041 return cc_last;
1042 for (int i = 0; i < cc_last; ++i)
1048 return cc_last;
1086 if (tag == cc_last && is_auto (type))
1097 gcc_checking_assert (tag < cc_last);
1270 tree seen[cc_last] = {};
1280 gcc_checking_assert (tag < cc_last);
918 cc_last enumerator in enum:comp_cat_tag
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 1038 info_ptr->regs[STACK_REGS_CC].last = CC_LAST;
5234 int cc_last;
5260 for (j = CC_FIRST; j <= CC_LAST; j++)
5409 for (j = CC_FIRST; j <= CC_LAST; j++)
5441 for (j = CC_FIRST; j <= CC_LAST; j++)
5458 cc_last = ICC_LAST;
5465 cc_last = FCC_LAST;
5469 cc_first = cc_last = 0;
5481 for (cc_regno = cc_first; cc_regno <= cc_last; cc_regno++)
5181 int cc_last; local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 1037 info_ptr->regs[STACK_REGS_CC].last = CC_LAST;
5232 int cc_last;
5258 for (j = CC_FIRST; j <= CC_LAST; j++)
5407 for (j = CC_FIRST; j <= CC_LAST; j++)
5439 for (j = CC_FIRST; j <= CC_LAST; j++)
5456 cc_last = ICC_LAST;
5463 cc_last = FCC_LAST;
5467 cc_first = cc_last = 0;
5479 for (cc_regno = cc_first; cc_regno <= cc_last; cc_regno++)
5179 int cc_last; local

Completed in 39 milliseconds