Home
last modified time | relevance | path

Searched refs:cc_last (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmethod.cc912 cc_last enumerator
924 static const comp_cat_info_t comp_cat_info[cc_last]
933 static GTY((deletable)) tree comp_cat_cache[cc_last];
1033 return cc_last; in cat_tag_for()
1034 for (int i = 0; i < cc_last; ++i) in cat_tag_for()
1040 return cc_last; in cat_tag_for()
1078 if (tag == cc_last && is_auto (type)) in genericize_spaceship()
1089 gcc_checking_assert (tag < cc_last); in genericize_spaceship()
1262 tree seen[cc_last] = {}; in common_comparison_type()
1272 gcc_checking_assert (tag < cc_last); in common_comparison_type()
[all …]
DChangeLog-20211825 * method.c (cat_tag_for): Return cc_last for !CLASS_TYPE_P
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.cc5179 int cc_last; in frv_ifcvt_modify_tests() local
5403 cc_last = ICC_LAST; in frv_ifcvt_modify_tests()
5410 cc_last = FCC_LAST; in frv_ifcvt_modify_tests()
5414 cc_first = cc_last = 0; in frv_ifcvt_modify_tests()
5426 for (cc_regno = cc_first; cc_regno <= cc_last; cc_regno++) in frv_ifcvt_modify_tests()