Home
last modified time | relevance | path

Searched refs:check_function_arguments (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dc-common.h628 extern void check_function_arguments (tree, tree, tree);
Dc-common.c5693 check_function_arguments (tree attrs, tree params, tree typelist) in check_function_arguments() function
Dc-typeck.c2317 check_function_arguments (TYPE_ATTRIBUTES (fntype), coerced_params, in build_function_call()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.h865 extern void check_function_arguments PARAMS ((tree, tree));
Dc-common.c6722 check_function_arguments (attrs, params) in check_function_arguments() function
Dc-typeck.c1536 check_function_arguments (TYPE_ATTRIBUTES (fntype), coerced_params);
DChangeLog.75881 check_nonnull_arg, get_nonnull_operand, check_function_arguments,
5884 (check_function_arguments, check_function_arguments_recurse): New
5893 * c-typeck.c (build_function_call): Call check_function_arguments
/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c2731 check_function_arguments (TYPE_ATTRIBUTES (fntype), coerced_params, in build_function_call()
Dcall.c4913 check_function_arguments (TYPE_ATTRIBUTES (TREE_TYPE (fn)), in build_over_call()
DChangeLog-20044157 check_function_arguments instead of check_function_format.
DChangeLog5215 `check_function_arguments'.