Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c15128 tree expanded_specs = NULL_TREE; in tsubst_exception_specification() local
15133 expanded_specs = tsubst_pack_expansion (TREE_VALUE (specs), in tsubst_exception_specification()
15137 if (expanded_specs == error_mark_node) in tsubst_exception_specification()
15139 else if (TREE_CODE (expanded_specs) == TREE_VEC) in tsubst_exception_specification()
15140 len = TREE_VEC_LENGTH (expanded_specs); in tsubst_exception_specification()
15146 gcc_assert (TREE_CODE (expanded_specs) in tsubst_exception_specification()
15149 expanded_specs, in tsubst_exception_specification()
15158 if (expanded_specs) in tsubst_exception_specification()
15159 spec = TREE_VEC_ELT (expanded_specs, i); in tsubst_exception_specification()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc15548 tree expanded_specs = NULL_TREE; in tsubst_exception_specification() local
15553 expanded_specs = tsubst_pack_expansion (TREE_VALUE (specs), in tsubst_exception_specification()
15557 if (expanded_specs == error_mark_node) in tsubst_exception_specification()
15559 else if (TREE_CODE (expanded_specs) == TREE_VEC) in tsubst_exception_specification()
15560 len = TREE_VEC_LENGTH (expanded_specs); in tsubst_exception_specification()
15566 gcc_assert (TREE_CODE (expanded_specs) in tsubst_exception_specification()
15569 expanded_specs, in tsubst_exception_specification()
15578 if (expanded_specs) in tsubst_exception_specification()
15579 spec = TREE_VEC_ELT (expanded_specs, i); in tsubst_exception_specification()