Searched refs:add_exception_specifier (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | typeck2.c | 1373 add_exception_specifier (tree list, tree spec, int complain) in add_exception_specifier() function
|
| H A D | ChangeLog-1999 | 3884 * typeck2.c (add_exception_specifier): Use complete_type. 3913 (add_exception_specifier): Prototype new global function. 3920 (ansi_raise_identifiers): Use add_exception_specifier. 3921 * pt.c (tsubst): Use add_exception_specifier to build exception 3934 * typeck2.c (add_exception_specifier): New global function.
|
| H A D | ChangeLog-2002 | 1678 * typeck2.c (add_exception_specifier): Only pedwarn for an 2524 * typeck2.c (add_exception_specifier): Use tree_cons, rather than 3184 (add_exception_specifier): Update.
|
| H A D | cp-tree.h | 4587 extern tree add_exception_specifier (tree, tree, int);
|
| H A D | ChangeLog-2000 | 846 * typeck2.c (add_exception_specifier): Don't call build_decl_list. 2761 * typeck2.c (add_exception_specifier): Likewise. 5270 add_exception_specifier): Likewise.
|
| H A D | decl.c | 3291 (ptr_ftype_sizetype, add_exception_specifier in cxx_init_decl_processing()
|
| H A D | ChangeLog-2001 | 1066 * typeck2.c (add_exception_specifier): Only require complete type if
|
| H A D | pt.c | 7226 new_specs = add_exception_specifier (new_specs, spec, complain); in tsubst_exception_specification()
|
| H A D | parser.c | 14936 types = add_exception_specifier (types, type, /*complain=*/1); in cp_parser_type_id_list()
|
| H A D | ChangeLog-2004 | 2599 add_exception_specifier): Likewise.
|
| H A D | ChangeLog-2003 | 2359 * typeck2.c (add_exception_specifier): Use 'bool' where appropriate.
|