Home
last modified time | relevance | path

Searched refs:get_fndecl_argument_location (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcall.cc3819 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()
Ddecl2.cc5584 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()
DChangeLog-2018429 (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.
Dtypeck.cc4447 inform (get_fndecl_argument_location (fndecl, i), in convert_arguments()
10081 inform (get_fndecl_argument_location (fndecl, parmnum), in convert_for_initialization()
Dcp-tree.h6587 extern location_t get_fndecl_argument_location (tree, int);
DChangeLog-20171434 * call.c (get_fndecl_argument_location): New function.