| D | pt.cc | 210 static tree tsubst_decl (tree, tree, tsubst_flags_t); 12757 t = tsubst_decl (pattern, args, complain); in gen_elem_of_pack_expansion_instantiation() 13289 arg_pack = tsubst_decl (parm_pack, args, complain); in tsubst_pack_expansion() 14707 tsubst_decl (tree t, tree args, tsubst_flags_t complain) in tsubst_decl() function 15714 return tsubst_decl (t, args, complain); in tsubst() 16997 r = tsubst_decl (t, args, complain); in tsubst_copy() 17127 r = tsubst_decl (t, args, complain); in tsubst_copy() 17737 = tsubst_decl (TREE_VEC_ELT (it, 0), args, complain); in tsubst_omp_clause_decl() 18135 tree d = tsubst_decl (TREE_OPERAND (v, 0), args, complain); in tsubst_omp_for_iterator() 18158 decl = tsubst_decl (decl, args, complain); in tsubst_omp_for_iterator() [all …]
|