Searched refs:get_fndecl_argument_location (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | call.cc | 3819 loc = get_fndecl_argument_location (fn, info->n_arg); in print_conversion_rejection() 7704 inform (get_fndecl_argument_location (fn, argnum), in conversion_null_warnings() 7723 inform (get_fndecl_argument_location (fn, argnum), in conversion_null_warnings() 7762 get_fndecl_argument_location (tree fndecl, int argnum) in get_fndecl_argument_location() function 7794 inform (get_fndecl_argument_location (fn, argnum), in maybe_inform_about_fndecl_for_bogus_argument_init()
|
| D | decl2.cc | 5584 location_t loc = get_fndecl_argument_location (fndecl, i); in check_default_args() 5591 error_at (get_fndecl_argument_location (fndecl, i), in check_default_args()
|
| D | ChangeLog-2018 | 429 (get_fndecl_argument_location): For implicitly-declared functions, 3408 * call.c (get_fndecl_argument_location): Make non-static. 3409 * cp-tree.h (get_fndecl_argument_location): New decl.
|
| D | typeck.cc | 4447 inform (get_fndecl_argument_location (fndecl, i), in convert_arguments() 10081 inform (get_fndecl_argument_location (fndecl, parmnum), in convert_for_initialization()
|
| D | cp-tree.h | 6587 extern location_t get_fndecl_argument_location (tree, int);
|
| D | ChangeLog-2017 | 1434 * call.c (get_fndecl_argument_location): New function.
|