Home
last modified time | relevance | path

Searched refs:targs2 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc3863 tree targs1 = NULL_TREE, targs2 = NULL_TREE; in called_fns_equal() local
3880 targs2 = TREE_OPERAND (t2, 1); in called_fns_equal()
3881 return cp_tree_equal (targs1, targs2); in called_fns_equal()
H A Dpt.cc25078 tree targs2 = make_tree_vec (DECL_NTPARMS (pat2)); in more_specialized_fn() local
25207 deduce2 = (unify_pack_expansion (tparms2, targs2, parmvec, in more_specialized_fn()
25224 deduce2 = (unify (tparms2, targs2, arg2, arg1, in more_specialized_fn()
25292 if (!lose1 && check_undeduced_parms (targs2, origs2, args2)) in more_specialized_fn()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c3623 tree targs1 = NULL_TREE, targs2 = NULL_TREE; in called_fns_equal() local
3640 targs2 = TREE_OPERAND (t2, 1); in called_fns_equal()
3641 return cp_tree_equal (targs1, targs2); in called_fns_equal()
H A Dpt.c24159 tree targs2 = make_tree_vec (DECL_NTPARMS (pat2)); in more_specialized_fn() local
24295 deduce2 = (unify_pack_expansion (tparms2, targs2, parmvec, in more_specialized_fn()
24312 deduce2 = (unify (tparms2, targs2, arg2, arg1, in more_specialized_fn()
24382 if (!lose1 && check_undeduced_parms (targs2, origs2, args2)) in more_specialized_fn()