Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dpt.c10790 tree expanded_specs = NULL_TREE; in tsubst_exception_specification() local
10795 expanded_specs = tsubst_pack_expansion (TREE_VALUE (specs), in tsubst_exception_specification()
10799 if (expanded_specs == error_mark_node) in tsubst_exception_specification()
10801 else if (TREE_CODE (expanded_specs) == TREE_VEC) in tsubst_exception_specification()
10802 len = TREE_VEC_LENGTH (expanded_specs); in tsubst_exception_specification()
10808 gcc_assert (TREE_CODE (expanded_specs) in tsubst_exception_specification()
10811 expanded_specs, in tsubst_exception_specification()
10820 if (expanded_specs) in tsubst_exception_specification()
10821 spec = TREE_VEC_ELT (expanded_specs, i); in tsubst_exception_specification()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dpt.c14137 tree expanded_specs = NULL_TREE; in tsubst_exception_specification() local
14142 expanded_specs = tsubst_pack_expansion (TREE_VALUE (specs), in tsubst_exception_specification()
14146 if (expanded_specs == error_mark_node) in tsubst_exception_specification()
14148 else if (TREE_CODE (expanded_specs) == TREE_VEC) in tsubst_exception_specification()
14149 len = TREE_VEC_LENGTH (expanded_specs); in tsubst_exception_specification()
14155 gcc_assert (TREE_CODE (expanded_specs) in tsubst_exception_specification()
14158 expanded_specs, in tsubst_exception_specification()
14167 if (expanded_specs) in tsubst_exception_specification()
14168 spec = TREE_VEC_ELT (expanded_specs, i); in tsubst_exception_specification()