Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dtypeck2.c1766 add_exception_specifier (tree list, tree spec, int complain) in add_exception_specifier() function
H A Dcp-tree.h5899 extern tree add_exception_specifier (tree, tree, int);
H A Dpt.c10810 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 Ddecl.c3706 = add_exception_specifier (NULL_TREE, bad_alloc_type_node, -1); in cxx_init_decl_processing()
H A Dparser.c19662 types = add_exception_specifier (types, type, /*complain=*/1); in cp_parser_type_id_list()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck2.c2203 add_exception_specifier (tree list, tree spec, int complain) in add_exception_specifier() function
H A Dcp-tree.h7374 extern tree add_exception_specifier (tree, tree, int);
H A Dpt.c14157 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 Ddecl.c4308 = add_exception_specifier (NULL_TREE, bad_alloc_type_node, -1); in cxx_init_decl_processing()
H A Dparser.c24581 types = add_exception_specifier (types, type, /*complain=*/1); in cp_parser_type_id_list()