Home
last modified time | relevance | path

Searched refs:DEFERRED_NOEXCEPT_SPEC_P (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDexcept.c1148 gcc_assert (!DEFERRED_NOEXCEPT_SPEC_P (spec)); in nothrow_spec_p()
1171 gcc_assert (!DEFERRED_NOEXCEPT_SPEC_P (spec)); in type_noexcept_p()
1185 gcc_assert (!DEFERRED_NOEXCEPT_SPEC_P (spec)); in type_throw_all_p()
HDtypeck2.c2265 if (DEFERRED_NOEXCEPT_SPEC_P (spec)) in nothrow_spec_p_uninst()
2295 gcc_assert (!DEFERRED_NOEXCEPT_SPEC_P (add)); in merge_exception_specifiers()
HDcxx-pretty-print.c1527 if (DEFERRED_NOEXCEPT_SPEC_P (ex_spec)) in pp_cxx_exception_specification()
HDcp-tree.h1130 #define DEFERRED_NOEXCEPT_SPEC_P(NODE) \ macro
1134 (DEFERRED_NOEXCEPT_SPEC_P (NODE) \
HDerror.c1776 if (DEFERRED_NOEXCEPT_SPEC_P (t)) in dump_exception_spec()
HDtree.c2646 else if (DEFERRED_NOEXCEPT_SPEC_P (raises) in canonical_eh_spec()
HDpt.c14107 if (DEFERRED_NOEXCEPT_SPEC_P (specs)) in tsubst_exception_specification()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDexcept.c1254 gcc_assert (!DEFERRED_NOEXCEPT_SPEC_P (spec)); in nothrow_spec_p()
1275 gcc_assert (!DEFERRED_NOEXCEPT_SPEC_P (spec)); in type_noexcept_p()
1289 gcc_assert (!DEFERRED_NOEXCEPT_SPEC_P (spec)); in type_throw_all_p()
HDtypeck2.c1827 if (DEFERRED_NOEXCEPT_SPEC_P (spec)) in nothrow_spec_p_uninst()
1853 if (DEFERRED_NOEXCEPT_SPEC_P (add)) in merge_exception_specifiers()
HDcxx-pretty-print.c1470 if (DEFERRED_NOEXCEPT_SPEC_P (ex_spec)) in pp_cxx_exception_specification()
HDerror.c1507 if (DEFERRED_NOEXCEPT_SPEC_P (t)) in dump_exception_spec()
HDcp-tree.h532 #define DEFERRED_NOEXCEPT_SPEC_P(NODE) \ macro
HDpt.c10760 if (DEFERRED_NOEXCEPT_SPEC_P (specs)) in tsubst_exception_specification()
18105 if (!DEFERRED_NOEXCEPT_SPEC_P (spec)) in maybe_instantiate_noexcept()