Searched refs:comp_except_specs (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/gcc/cp/ |
| HD | search.c | 1894 if (!comp_except_specs (base_throw, over_throw, 0)) in check_final_overrider()
|
| HD | tree.c | 972 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (v), 1)) in build_exception_variant()
|
| HD | ChangeLog-1999 | 3912 (comp_except_specs): Prototype new global function. 3915 (duplicate_decls): Use comp_except_specs, reword error message. 3927 * tree.c (build_exception_variant): Use comp_except_specs. 3930 comp_except_specs. Compare two types as exception specifiers. 3931 (comp_except_specs): New global function, compare two exception 3933 (comptypes): Adjust for comp_except_specs.
|
| HD | cp-tree.h | 4503 extern bool comp_except_specs (tree, tree, bool);
|
| HD | typeck.c | 845 comp_except_specs (tree t1, tree t2, bool exact) in comp_except_specs() function
|
| HD | decl.c | 1103 && !comp_except_specs (new_exceptions, old_exceptions, in check_redeclaration_exception_specification()
|
| HD | ChangeLog-2003 | 3888 * cp-tree.h (comp_except_specs, compparms, cp_has_mutable_p,
|