HomeSort by: relevance | last modified time | path
    Searched refs:expanded_specs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 16085 tree expanded_specs = NULL_TREE;
16090 expanded_specs = tsubst_pack_expansion (TREE_VALUE (specs),
16094 if (expanded_specs == error_mark_node)
16096 else if (TREE_CODE (expanded_specs) == TREE_VEC)
16097 len = TREE_VEC_LENGTH (expanded_specs);
16103 gcc_assert (TREE_CODE (expanded_specs)
16106 expanded_specs,
16115 if (expanded_specs)
16116 spec = TREE_VEC_ELT (expanded_specs, i);
16084 tree expanded_specs = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 15579 tree expanded_specs = NULL_TREE;
15584 expanded_specs = tsubst_pack_expansion (TREE_VALUE (specs),
15588 if (expanded_specs == error_mark_node)
15590 else if (TREE_CODE (expanded_specs) == TREE_VEC)
15591 len = TREE_VEC_LENGTH (expanded_specs);
15597 gcc_assert (TREE_CODE (expanded_specs)
15600 expanded_specs,
15609 if (expanded_specs)
15610 spec = TREE_VEC_ELT (expanded_specs, i);

Completed in 41 milliseconds