Searched refs:explicit_targs (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dcall.c2223 tree ctype, tree explicit_targs, tree arglist,
2245 i = fn_type_unification (tmpl, explicit_targs, targs,
2322 tree explicit_targs, tree arglist, tree return_type,
2328 explicit_targs, arglist, return_type,
2765 tree explicit_targs = NULL_TREE; local
2780 explicit_targs = TREE_OPERAND (fn, 1);
2786 add_candidates (fn, args, explicit_targs, template_only,
3617 tree explicit_targs, bool template_only,
3654 explicit_targs,
5365 tree explicit_targs local
2222 add_template_candidate_real(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree arglist, tree return_type, tree access_path, tree conversion_path, int flags, tree obj, unification_kind_t strict) argument
2321 add_template_candidate(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree arglist, tree return_type, tree access_path, tree conversion_path, int flags, unification_kind_t strict) argument
3616 add_candidates(tree fns, tree args, tree explicit_targs, bool template_only, tree conversion_path, tree access_path, int flags, struct z_candidate **candidates) argument
[all...]
H A Dpt.c1383 tree explicit_targs; local
1400 explicit_targs = TREE_OPERAND (template_id, 1);
1514 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true);
9704 tree explicit_targs,
9718 if (explicit_targs)
9741 if (explicit_targs == error_mark_node)
9746 explicit_targs, NULL_TREE, tf_none,
9758 incomplete = NUM_TMPL_ARGS (explicit_targs) != NUM_TMPL_ARGS (targs);
9702 fn_type_unification(tree fn, tree explicit_targs, tree targs, tree args, tree return_type, unification_kind_t strict, int flags) argument
H A Dclass.c5766 tree explicit_targs,
5914 if (fn_type_unification (fn, explicit_targs, targs,
6161 /*explicit_targs=*/NULL_TREE,
5755 resolve_address_of_overloaded_function(tree target_type, tree overload, tsubst_flags_t flags, bool template_only, tree explicit_targs, tree access_path) argument

Completed in 125 milliseconds