Searched refs:check_function_arguments_recurse (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-common.h | 629 extern void check_function_arguments_recurse (void (*)
|
| H A D | c-common.c | 5429 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 D | c-format.c | 1268 check_function_arguments_recurse (check_format_arg, &format_ctx, in check_format_info()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-common.c | 6622 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 D | c-common.h | 866 extern void check_function_arguments_recurse PARAMS ((void (*) (void *,
|
| H A D | c-format.c | 1381 check_function_arguments_recurse (check_format_arg, &format_ctx,
|
| H A D | ChangeLog.7 | 5882 check_function_arguments_recurse): New functions. 5884 (check_function_arguments, check_function_arguments_recurse): New 5892 (check_format_info): Use check_function_arguments_recurse.
|