Searched refs:expanded_specs (Results 1 – 2 of 2) sorted by relevance
15128 tree expanded_specs = NULL_TREE; in tsubst_exception_specification() local15133 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()
15548 tree expanded_specs = NULL_TREE; in tsubst_exception_specification() local15553 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()