Home
last modified time | relevance | path

Searched refs:check_function_arguments_recurse (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-common.h629 extern void check_function_arguments_recurse (void (*)
H A Dc-common.c5429 check_function_arguments_recurse (check_nonnull_arg, NULL, in check_function_nonnull()
5717 check_function_arguments_recurse (void (*callback) in check_function_arguments_recurse() function
5727 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse()
5766 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse()
5784 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse()
5786 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse()
H A Dc-format.c1268 check_function_arguments_recurse (check_format_arg, &format_ctx, in check_format_info()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c6622 check_function_arguments_recurse (check_nonnull_arg, NULL,
6748 check_function_arguments_recurse (callback, ctx, param, param_num)
6757 check_function_arguments_recurse (callback, ctx,
6801 check_function_arguments_recurse (callback, ctx,
6819 check_function_arguments_recurse (callback, ctx,
6821 check_function_arguments_recurse (callback, ctx,
H A Dc-common.h866 extern void check_function_arguments_recurse PARAMS ((void (*) (void *,
H A Dc-format.c1381 check_function_arguments_recurse (check_format_arg, &format_ctx,
H A DChangeLog.75882 check_function_arguments_recurse): New functions.
5884 (check_function_arguments, check_function_arguments_recurse): New
5892 (check_format_info): Use check_function_arguments_recurse.