Searched refs:comp_except_types (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 55 static bool comp_except_types (tree, tree, bool); 979 comp_except_types (tree a, tree b, bool exact) in comp_except_types() function 1077 if (comp_except_types (a, b, exact)) in comp_except_specs()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 55 static bool comp_except_types (tree, tree, bool); 1007 comp_except_types (tree a, tree b, bool exact) in comp_except_types() function 1105 if (comp_except_types (a, b, exact)) in comp_except_specs()
|
H A D | ChangeLog-2012 | 1091 * typeck.c (comp_except_types, build_class_member_access_expr,
|
H A D | ChangeLog-2013 | 3295 (comp_except_types): Likewise.
|
H A D | ChangeLog-1999 | 3929 (comp_except_types): New static function, helper for
|