Searched refs:targs1 (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | tree.cc | 3863 tree targs1 = NULL_TREE, targs2 = NULL_TREE; in called_fns_equal() local 3878 targs1 = TREE_OPERAND (t1, 1); in called_fns_equal() 3881 return cp_tree_equal (targs1, targs2); in called_fns_equal()
|
| H A D | pt.cc | 25077 tree targs1 = make_tree_vec (DECL_NTPARMS (pat1)); in more_specialized_fn() local 25183 deduce1 = (unify_pack_expansion (tparms1, targs1, parmvec, in more_specialized_fn() 25221 deduce1 = (unify (tparms1, targs1, arg1, arg2, in more_specialized_fn() 25290 if (!lose2 && check_undeduced_parms (targs1, origs1, args1)) in more_specialized_fn()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | tree.c | 3623 tree targs1 = NULL_TREE, targs2 = NULL_TREE; in called_fns_equal() local 3638 targs1 = TREE_OPERAND (t1, 1); in called_fns_equal() 3641 return cp_tree_equal (targs1, targs2); in called_fns_equal()
|
| H A D | pt.c | 24158 tree targs1 = make_tree_vec (DECL_NTPARMS (pat1)); in more_specialized_fn() local 24271 deduce1 = (unify_pack_expansion (tparms1, targs1, parmvec, in more_specialized_fn() 24309 deduce1 = (unify (tparms1, targs1, arg1, arg2, in more_specialized_fn() 24380 if (!lose2 && check_undeduced_parms (targs1, origs1, args1)) in more_specialized_fn()
|