Searched refs:orig_function (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 6696 speculation_safe_value_resolve_params (location_t loc, tree orig_function, in speculation_safe_value_resolve_params() argument 6703 error_at (loc, "too few arguments to function %qE", orig_function); in speculation_safe_value_resolve_params() 6709 error_at (loc, "too many arguments to function %qE", orig_function); in speculation_safe_value_resolve_params() 6821 sync_resolve_params (location_t loc, tree orig_function, tree function, in sync_resolve_params() argument 6851 error_at (loc, "too few arguments to function %qE", orig_function); in sync_resolve_params() 6877 error_at (loc, "too many arguments to function %qE", orig_function); in sync_resolve_params()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 7087 speculation_safe_value_resolve_params (location_t loc, tree orig_function, in speculation_safe_value_resolve_params() argument 7094 error_at (loc, "too few arguments to function %qE", orig_function); in speculation_safe_value_resolve_params() 7100 error_at (loc, "too many arguments to function %qE", orig_function); in speculation_safe_value_resolve_params() 7212 sync_resolve_params (location_t loc, tree orig_function, tree function, in sync_resolve_params() argument 7242 error_at (loc, "too few arguments to function %qE", orig_function); in sync_resolve_params() 7268 error_at (loc, "too many arguments to function %qE", orig_function); in sync_resolve_params()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 3885 vec<tree, va_gc> * /*origtypes*/, tree orig_function) in build_function_call_vec() argument 3889 tf_warning_or_error, orig_function); in build_function_call_vec()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 4146 vec<tree, va_gc> * /*origtypes*/, tree orig_function) in build_function_call_vec() argument 4150 tf_warning_or_error, orig_function); in build_function_call_vec()
|