Searched refs:add_exception_specifier (Results 1 – 23 of 23) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck2.c | 2502 add_exception_specifier (tree list, tree spec, tsubst_flags_t complain) in add_exception_specifier() function
|
H A D | cp-tree.h | 7768 extern tree add_exception_specifier (tree, tree, tsubst_flags_t);
|
H A D | pt.c | 15148 new_specs = add_exception_specifier (new_specs, in tsubst_exception_specification() 15164 new_specs = add_exception_specifier (new_specs, spec, in tsubst_exception_specification()
|
H A D | decl.c | 4452 = add_exception_specifier (NULL_TREE, bad_alloc_type_node, -1); in cxx_init_decl_processing()
|
H A D | parser.c | 26096 types = add_exception_specifier (types, type, /*complain=*/1); in cp_parser_type_id_list()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck2.cc | 2468 add_exception_specifier (tree list, tree spec, tsubst_flags_t 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 | 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 | ChangeLog-2012 | 2548 * typeck2.c (add_exception_specifier): Fix complain check.
|
H A D | ChangeLog-2008 | 923 (add_exception_specifier): Use diagnostic_t instead of custom
|
H A D | cp-tree.h | 8188 extern tree add_exception_specifier (tree, tree, tsubst_flags_t);
|
H A D | ChangeLog-2001 | 1066 * typeck2.c (add_exception_specifier): Only require complete type if
|
H A D | ChangeLog-2013 | 3311 (add_exception_specifier): Likewise.
|
H A D | pt.cc | 15568 new_specs = add_exception_specifier (new_specs, in tsubst_exception_specification() 15584 new_specs = add_exception_specifier (new_specs, spec, in tsubst_exception_specification()
|
H A D | ChangeLog-2018 | 2999 add_exception_specifier): Likewise.
|
H A D | ChangeLog-2003 | 2359 * typeck2.c (add_exception_specifier): Use 'bool' where appropriate.
|
H A D | decl.cc | 4695 = add_exception_specifier (NULL_TREE, bad_alloc_type_node, -1); in cxx_init_decl_processing()
|
H A D | ChangeLog-2004 | 2599 add_exception_specifier): Likewise.
|
H A D | ChangeLog-2019 | 374 * typeck2.c (add_exception_specifier): Likewise.
|
H A D | parser.cc | 28127 types = add_exception_specifier (types, type, /*complain=*/1); in cp_parser_type_id_list()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 2138 except_types = add_exception_specifier (except_types, in plugin_build_exception_spec_variant()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 1979 except_types = add_exception_specifier (except_types, in plugin_build_exception_spec_variant()
|