Searched refs:expanded_types (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 14315 tree expanded_types = NULL_TREE; in tsubst_decl() local 14334 expanded_types = tsubst_pack_expansion (TREE_TYPE (t), args, in tsubst_decl() 14336 if (TREE_CODE (expanded_types) == TREE_VEC) in tsubst_decl() 14338 len = TREE_VEC_LENGTH (expanded_types); in tsubst_decl() 14349 type = expanded_types; in tsubst_decl() 14350 expanded_types = NULL_TREE; in tsubst_decl() 14365 if (expanded_types) in tsubst_decl() 14370 type = TREE_VEC_ELT (expanded_types, i); in tsubst_decl() 14428 tree expanded_types = NULL_TREE; in tsubst_decl() local 14435 expanded_types = tsubst_pack_expansion (TREE_TYPE (t), args, in tsubst_decl() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 14733 tree expanded_types = NULL_TREE; in tsubst_decl() local 14752 expanded_types = tsubst_pack_expansion (TREE_TYPE (t), args, in tsubst_decl() 14754 if (TREE_CODE (expanded_types) == TREE_VEC) in tsubst_decl() 14756 len = TREE_VEC_LENGTH (expanded_types); in tsubst_decl() 14767 type = expanded_types; in tsubst_decl() 14768 expanded_types = NULL_TREE; in tsubst_decl() 14783 if (expanded_types) in tsubst_decl() 14788 type = TREE_VEC_ELT (expanded_types, i); in tsubst_decl() 14847 tree expanded_types = NULL_TREE; in tsubst_decl() local 14854 expanded_types = tsubst_pack_expansion (TREE_TYPE (t), args, in tsubst_decl() [all …]
|