Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c15075 tree new_specs; in tsubst_exception_specification() local
15078 new_specs = NULL_TREE; in tsubst_exception_specification()
15084 new_specs = expr; in tsubst_exception_specification()
15089 new_specs = make_node (DEFERRED_NOEXCEPT); in tsubst_exception_specification()
15094 DEFERRED_NOEXCEPT_PATTERN (new_specs) in tsubst_exception_specification()
15096 DEFERRED_NOEXCEPT_ARGS (new_specs) in tsubst_exception_specification()
15101 DEFERRED_NOEXCEPT_PATTERN (new_specs) = expr; in tsubst_exception_specification()
15102 DEFERRED_NOEXCEPT_ARGS (new_specs) = args; in tsubst_exception_specification()
15113 new_specs = tsubst_copy_and_build in tsubst_exception_specification()
15117 new_specs = build_noexcept_spec (new_specs, complain); in tsubst_exception_specification()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc15479 tree new_specs; in tsubst_exception_specification() local
15482 new_specs = NULL_TREE; in tsubst_exception_specification()
15488 new_specs = expr; in tsubst_exception_specification()
15493 new_specs = make_node (DEFERRED_NOEXCEPT); in tsubst_exception_specification()
15498 DEFERRED_NOEXCEPT_PATTERN (new_specs) in tsubst_exception_specification()
15500 DEFERRED_NOEXCEPT_ARGS (new_specs) in tsubst_exception_specification()
15505 DEFERRED_NOEXCEPT_PATTERN (new_specs) = expr; in tsubst_exception_specification()
15506 DEFERRED_NOEXCEPT_ARGS (new_specs) = args; in tsubst_exception_specification()
15517 new_specs = tsubst_copy_and_build in tsubst_exception_specification()
15521 new_specs = build_noexcept_spec (new_specs, complain); in tsubst_exception_specification()
[all …]
H A DChangeLog-20215035 * pt.c (tsubst_exception_specification): Stash new_specs into