Searched refs:expl_subargs (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | pt.c | 15230 tree expl_subargs = TREE_OPERAND (arg, 1); in resolve_overloaded_unification() local 15243 expl_subargs, /*check_ret=*/false); in resolve_overloaded_unification() 15349 tree expl_subargs = TREE_OPERAND (expr, 1); in resolve_nondeduced_context() local 15364 expl_subargs, /*check_ret=*/false); in resolve_nondeduced_context()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | pt.c | 20574 tree expl_subargs = TREE_OPERAND (arg, 1); in resolve_overloaded_unification() local 20586 expl_subargs, NULL_TREE, tf_none, in resolve_overloaded_unification() 20705 tree expl_subargs = TREE_OPERAND (expr, 1); in resolve_nondeduced_context() local 20719 expl_subargs, NULL_TREE, tf_none, in resolve_nondeduced_context()
|