Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dpt.c10745 tree new_specs; in tsubst_exception_specification() local
10748 new_specs = NULL_TREE; in tsubst_exception_specification()
10754 new_specs = expr; in tsubst_exception_specification()
10759 new_specs = make_node (DEFERRED_NOEXCEPT); in tsubst_exception_specification()
10764 DEFERRED_NOEXCEPT_PATTERN (new_specs) in tsubst_exception_specification()
10766 DEFERRED_NOEXCEPT_ARGS (new_specs) in tsubst_exception_specification()
10771 DEFERRED_NOEXCEPT_PATTERN (new_specs) = expr; in tsubst_exception_specification()
10772 DEFERRED_NOEXCEPT_ARGS (new_specs) = args; in tsubst_exception_specification()
10776 new_specs = tsubst_copy_and_build in tsubst_exception_specification()
10779 new_specs = build_noexcept_spec (new_specs, complain); in tsubst_exception_specification()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dpt.c14092 tree new_specs; in tsubst_exception_specification() local
14095 new_specs = NULL_TREE; in tsubst_exception_specification()
14101 new_specs = expr; in tsubst_exception_specification()
14106 new_specs = make_node (DEFERRED_NOEXCEPT); in tsubst_exception_specification()
14111 DEFERRED_NOEXCEPT_PATTERN (new_specs) in tsubst_exception_specification()
14113 DEFERRED_NOEXCEPT_ARGS (new_specs) in tsubst_exception_specification()
14118 DEFERRED_NOEXCEPT_PATTERN (new_specs) = expr; in tsubst_exception_specification()
14119 DEFERRED_NOEXCEPT_ARGS (new_specs) = args; in tsubst_exception_specification()
14123 new_specs = tsubst_copy_and_build in tsubst_exception_specification()
14126 new_specs = build_noexcept_spec (new_specs, complain); in tsubst_exception_specification()
[all …]