| D | pt.c | 163 static tree tsubst_copy (tree, tree, tsubst_flags_t, tree); 6845 (tsubst_copy (USING_DECL_SCOPE (t), args, complain, in_decl), in tsubst_decl() 6846 tsubst_copy (DECL_NAME (t), args, complain, in_decl)); in tsubst_decl() 7718 tree f = tsubst_copy (TYPENAME_TYPE_FULLNAME (t), args, in tsubst() 7944 expr = tsubst_copy (name, args, complain, in_decl); in tsubst_qualified_id() 8023 tsubst_copy (tree t, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_copy() function 8047 return tsubst_copy (DECL_INITIAL (t), args, complain, in_decl); in tsubst_copy() 8155 tsubst_copy (TREE_OPERAND (t, 0), args, complain, in_decl)); in tsubst_copy() 8172 tsubst_copy (TREE_OPERAND (t, 0), args, complain, in_decl)); in tsubst_copy() 8179 object = tsubst_copy (TREE_OPERAND (t, 0), args, complain, in_decl); in tsubst_copy() [all …]
|