Searched refs:explicit_targs (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | call.c | 2210 tree ctype, tree explicit_targs, tree arglist, in add_template_candidate_real() argument 2232 i = fn_type_unification (tmpl, explicit_targs, targs, in add_template_candidate_real() 2309 tree explicit_targs, tree arglist, tree return_type, in add_template_candidate() argument 2315 explicit_targs, arglist, return_type, in add_template_candidate() 2752 tree explicit_targs = NULL_TREE; in perform_overload_resolution() local 2767 explicit_targs = TREE_OPERAND (fn, 1); in perform_overload_resolution() 2773 add_candidates (fn, args, explicit_targs, template_only, in perform_overload_resolution() 3595 tree explicit_targs, bool template_only, in add_candidates() argument 3632 explicit_targs, in add_candidates() 5343 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() 9698 tree explicit_targs, in fn_type_unification() argument 9712 if (explicit_targs) in fn_type_unification() 9735 if (explicit_targs == error_mark_node) in fn_type_unification() 9740 explicit_targs, NULL_TREE, tf_none, in fn_type_unification() 9752 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 | 5730 tree explicit_targs, in resolve_address_of_overloaded_function() argument 5878 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.
|