Searched refs:add_exception_specifier (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | typeck2.c | 1766 add_exception_specifier (tree list, tree spec, int complain) in add_exception_specifier() function
|
H A D | cp-tree.h | 5899 extern tree add_exception_specifier (tree, tree, int);
|
H A D | pt.c | 10810 new_specs = add_exception_specifier (new_specs, in tsubst_exception_specification() 10826 new_specs = add_exception_specifier (new_specs, spec, in tsubst_exception_specification()
|
H A D | decl.c | 3706 = add_exception_specifier (NULL_TREE, bad_alloc_type_node, -1); in cxx_init_decl_processing()
|
H A D | parser.c | 19662 types = add_exception_specifier (types, type, /*complain=*/1); in cp_parser_type_id_list()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | typeck2.c | 2203 add_exception_specifier (tree list, tree spec, int complain) in add_exception_specifier() function
|
H A D | cp-tree.h | 7374 extern tree add_exception_specifier (tree, tree, int);
|
H A D | pt.c | 14157 new_specs = add_exception_specifier (new_specs, in tsubst_exception_specification() 14173 new_specs = add_exception_specifier (new_specs, spec, in tsubst_exception_specification()
|
H A D | decl.c | 4308 = add_exception_specifier (NULL_TREE, bad_alloc_type_node, -1); in cxx_init_decl_processing()
|
H A D | parser.c | 24581 types = add_exception_specifier (types, type, /*complain=*/1); in cp_parser_type_id_list()
|