Searched refs:explicit_targs (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | call.c | 2223 tree ctype, tree explicit_targs, tree arglist, in add_template_candidate_real() argument 2245 i = fn_type_unification (tmpl, explicit_targs, targs, in add_template_candidate_real() 2322 tree explicit_targs, tree arglist, tree return_type, in add_template_candidate() argument 2328 explicit_targs, arglist, return_type, in add_template_candidate() 2765 tree explicit_targs = NULL_TREE; in perform_overload_resolution() local 2780 explicit_targs = TREE_OPERAND (fn, 1); in perform_overload_resolution() 2786 add_candidates (fn, args, explicit_targs, template_only, in perform_overload_resolution() 3617 tree explicit_targs, bool template_only, in add_candidates() argument 3654 explicit_targs, in add_candidates() 5365 tree explicit_targs = NULL_TREE; in build_new_method_call() local [all …]
|
| D | pt.c | 1383 tree explicit_targs; in determine_specialization() local 1400 explicit_targs = TREE_OPERAND (template_id, 1); in determine_specialization() 1514 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true); in determine_specialization() 9703 tree explicit_targs, in fn_type_unification() argument 9717 if (explicit_targs) in fn_type_unification() 9740 if (explicit_targs == error_mark_node) in fn_type_unification() 9745 explicit_targs, NULL_TREE, tf_none, in fn_type_unification() 9757 incomplete = NUM_TMPL_ARGS (explicit_targs) != NUM_TMPL_ARGS (targs); in fn_type_unification()
|
| D | ChangeLog-1997 | 852 * call.c (add_template_candidate): Add explicit_targs parameter. 878 (fn_type_unification): Add explicit_targs parameter. 941 (fn_type_unification): Handle explicit_targs.
|
| D | class.c | 5759 tree explicit_targs, in resolve_address_of_overloaded_function() argument 5907 if (fn_type_unification (fn, explicit_targs, targs, in resolve_address_of_overloaded_function()
|
| D | ChangeLog-2003 | 5298 (add_candidates): Add explicit_targs and template_only parameters.
|