Home
last modified time | relevance | path

Searched refs:comp_except_types (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtypeck.c54 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))
DChangeLog.23929 (comp_except_types): New static function, helper for
/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c51 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()
DChangeLog-19993929 (comp_except_types): New static function, helper for