Searched refs:check_function_arguments_recurse (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.c | 5235 check_function_arguments_recurse (check_nonnull_arg, &ctx, argarray[i], in check_function_nonnull() 5251 check_function_arguments_recurse (check_nonnull_arg, &ctx, in check_function_nonnull() 5639 check_function_arguments_recurse (void (*callback) in check_function_arguments_recurse() function 5649 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse() 5686 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse() 5707 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse() 5710 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse()
|
H A D | c-common.h | 800 extern void check_function_arguments_recurse (void (*)
|
H A D | c-format.c | 1451 check_function_arguments_recurse (check_format_arg, &format_ctx, in check_format_info()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.h | 730 extern void check_function_arguments_recurse (void (*)
|
H A D | c-common.c | 7841 check_function_arguments_recurse (check_nonnull_arg, NULL, in check_function_nonnull() 8339 check_function_arguments_recurse (void (*callback) in check_function_arguments_recurse() function 8349 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse() 8389 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse() 8406 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse() 8408 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse()
|
H A D | c-format.c | 1362 check_function_arguments_recurse (check_format_arg, &format_ctx, in check_format_info()
|