Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc11035 tree d_spec = TYPE_RAISES_EXCEPTIONS (d_type); in is_matching_decl() local
11038 if (!DEFERRED_NOEXCEPT_SPEC_P (d_spec) in is_matching_decl()
11040 && !UNEVALUATED_NOEXCEPT_SPEC_P (d_spec))) in is_matching_decl()
11054 = build_exception_variant (TREE_TYPE (clone), d_spec); in is_matching_decl()
11058 else if (!DEFERRED_NOEXCEPT_SPEC_P (d_spec) in is_matching_decl()
11059 && !comp_except_specs (d_spec, e_spec, ce_type)) in is_matching_decl()