Home
last modified time | relevance | path

Searched refs:add_exception_specifier (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck2.c1373 add_exception_specifier (tree list, tree spec, int complain) in add_exception_specifier() function
H A DChangeLog-19993884 * 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 DChangeLog-20021678 * 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 Dcp-tree.h4587 extern tree add_exception_specifier (tree, tree, int);
H A DChangeLog-2000846 * 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 Ddecl.c3291 (ptr_ftype_sizetype, add_exception_specifier in cxx_init_decl_processing()
H A DChangeLog-20011066 * typeck2.c (add_exception_specifier): Only require complete type if
H A Dpt.c7226 new_specs = add_exception_specifier (new_specs, spec, complain); in tsubst_exception_specification()
H A Dparser.c14936 types = add_exception_specifier (types, type, /*complain=*/1); in cp_parser_type_id_list()
H A DChangeLog-20042599 add_exception_specifier): Likewise.
H A DChangeLog-20032359 * typeck2.c (add_exception_specifier): Use 'bool' where appropriate.