Home | History | Annotate | Download | only in cp

Lines Matching defs:specs

944       tree specs = DECL_TEMPLATE_SPECIALIZATIONS (tmpl);
945 while (specs)
947 tree spec_tmpl = TREE_VALUE (specs);
948 tree spec_args = TREE_PURPOSE (specs);
956 specs = TREE_CHAIN (specs);
15509 tree specs;
15512 specs = TYPE_RAISES_EXCEPTIONS (fntype);
15514 if (specs && TREE_PURPOSE (specs))
15517 tree expr = TREE_PURPOSE (specs);
15525 if (DEFERRED_NOEXCEPT_SPEC_P (specs))
15542 if (DEFERRED_NOEXCEPT_SPEC_P (specs))
15564 if (UNPARSED_NOEXCEPT_SPEC_P (specs))
15570 else if (specs)
15572 if (! TREE_VALUE (specs))
15573 new_specs = specs;
15575 while (specs)
15581 if (PACK_EXPANSION_P (TREE_VALUE (specs)))
15584 expanded_specs = tsubst_pack_expansion (TREE_VALUE (specs),
15602 specs = TREE_CHAIN (specs);
15612 spec = tsubst (TREE_VALUE (specs), args, complain, in_decl);
15619 specs = TREE_CHAIN (specs);
16286 tree specs;
16292 specs = tsubst_exception_specification (t, args, complain, in_decl,
16294 if (specs == error_mark_node)
16296 if (specs)
16297 fntype = build_exception_variant (fntype, specs);
26205 tree specs;
26222 specs = tsubst_exception_specification (TREE_TYPE (code_pattern),
26225 if (specs && specs != error_mark_node)
26227 specs);