Home
last modified time | relevance | path

Searched refs:merge_exception_specifiers (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dmethod.c935 *spec_p = merge_exception_specifiers (*spec_p, raises, fn); in process_subob_fn()
H A Dtypeck2.c1836 merge_exception_specifiers (tree list, tree add, tree fn) in merge_exception_specifiers() function
H A Dtypeck.c837 raises = merge_exception_specifiers (TYPE_RAISES_EXCEPTIONS (t1), in merge_types()
849 tree raises = merge_exception_specifiers (TYPE_RAISES_EXCEPTIONS (t1), in merge_types()
H A Dcp-tree.h5900 extern tree merge_exception_specifiers (tree, tree, tree);
H A Dpt.c18144 spec = merge_exception_specifiers (spec, subspec, NULL_TREE); in maybe_instantiate_noexcept()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck2.c2274 merge_exception_specifiers (tree list, tree add) in merge_exception_specifiers() function
H A Dmethod.c1257 *spec_p = merge_exception_specifiers (*spec_p, raises);
H A Dtypeck.c856 raises = merge_exception_specifiers (TYPE_RAISES_EXCEPTIONS (t1), in merge_types()
869 tree raises = merge_exception_specifiers (TYPE_RAISES_EXCEPTIONS (t1), in merge_types()
H A Dcp-tree.h7375 extern tree merge_exception_specifiers (tree, tree);