Searched refs:comp_except_types (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | typeck.c | 54 static int comp_except_types PARAMS ((tree, tree, int)); 755 comp_except_types (a, b, exact) in comp_except_types() function 823 if (comp_except_types (a, b, exact))
|
| D | ChangeLog.2 | 3929 (comp_except_types): New static function, helper for
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | typeck.c | 51 static bool comp_except_types (tree, tree, bool); 793 comp_except_types (tree a, tree b, bool exact) in comp_except_types() function 857 if (comp_except_types (a, b, exact)) in comp_except_specs()
|
| D | ChangeLog-1999 | 3929 (comp_except_types): New static function, helper for
|