Searched refs:template_only (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 4069 tree explicit_targs, bool template_only, in add_list_candidates() argument 4096 explicit_targs, template_only, conversion_path, in add_list_candidates() 4124 explicit_targs, template_only, conversion_path, in add_list_candidates() 4704 int template_only; in perform_overload_resolution() local 4709 template_only = 0; in perform_overload_resolution() 4721 template_only = 1; in perform_overload_resolution() 4726 explicit_targs, template_only, in perform_overload_resolution() 6065 tree explicit_targs, bool template_only, in add_candidates() argument 6126 if (template_only) in add_candidates() 10864 int template_only = 0; in build_new_method_call() local [all …]
|
| H A D | class.cc | 8360 bool template_only, in resolve_address_of_overloaded_function() argument 8439 if (!template_only) in resolve_address_of_overloaded_function()
|
| H A D | ChangeLog-2003 | 5298 (add_candidates): Add explicit_targs and template_only parameters.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 3921 tree explicit_targs, bool template_only, in add_list_candidates() argument 3948 explicit_targs, template_only, conversion_path, in add_list_candidates() 3968 explicit_targs, template_only, conversion_path, in add_list_candidates() 4497 int template_only; in perform_overload_resolution() local 4502 template_only = 0; in perform_overload_resolution() 4514 template_only = 1; in perform_overload_resolution() 4519 explicit_targs, template_only, in perform_overload_resolution() 5762 tree explicit_targs, bool template_only, in add_candidates() argument 5871 else if (!template_only) in add_candidates() 10131 int template_only = 0; in build_new_method_call_1() local [all …]
|
| H A D | class.c | 8257 bool template_only, in resolve_address_of_overloaded_function() argument 8336 if (!template_only) in resolve_address_of_overloaded_function()
|