Searched refs:check_function_arguments_recurse (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 5605 check_function_arguments_recurse (check_nonnull_arg, &ctx, argarray[0], in check_function_nonnull() 5624 check_function_arguments_recurse (check_nonnull_arg, &ctx, argarray[i], in check_function_nonnull() 5640 check_function_arguments_recurse (check_nonnull_arg, &ctx, in check_function_nonnull() 6113 check_function_arguments_recurse (void (*callback) in check_function_arguments_recurse() function 6127 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse() 6165 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse() 6187 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse() 6190 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse()
|
H A D | c-common.h | 852 extern void check_function_arguments_recurse (void (*)
|
H A D | ChangeLog | 375 * c-common.h (check_function_arguments_recurse): Add for_format 378 check_function_arguments_recurse's last argument. 379 (check_function_arguments_recurse): Add for_format argument, 382 check_function_arguments_recurse's last argument. 1043 (check_function_arguments_recurse): Same. 2072 * c-common.c (check_function_arguments_recurse): Return early when 2146 * c-common.c (check_function_arguments_recurse): Don't crash on 3151 * c-common.c (check_function_arguments_recurse): Use 7271 * c-common.c (check_function_arguments_recurse): Fold the whole 7401 (check_function_arguments_recurse, maybe_warn_bool_compare): Use it. [all …]
|
H A D | c-format.cc | 1545 check_function_arguments_recurse (check_format_arg, &format_ctx, in check_format_info()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 5334 check_function_arguments_recurse (check_nonnull_arg, &ctx, argarray[i], in check_function_nonnull() 5350 check_function_arguments_recurse (check_nonnull_arg, &ctx, in check_function_nonnull() 5774 check_function_arguments_recurse (void (*callback) in check_function_arguments_recurse() function 5784 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse() 5821 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse() 5842 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse() 5845 check_function_arguments_recurse (callback, ctx, in check_function_arguments_recurse()
|
H A D | c-common.h | 831 extern void check_function_arguments_recurse (void (*)
|
H A D | c-format.c | 1553 check_function_arguments_recurse (check_format_arg, &format_ctx, in check_format_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 20329 check_function_arguments_recurse): New functions. 20331 (check_function_arguments, check_function_arguments_recurse): New 20339 (check_format_info): Use check_function_arguments_recurse.
|
H A D | ChangeLog-2005 | 2757 (check_function_arguments_recurse): Allow both NOP_EXPR and 28007 check_function_arguments_recurse): Do not strip NOPS from
|
H A D | ChangeLog-2008 | 19826 * c-common.c (c_alignof_expr, check_function_arguments_recurse):
|
H A D | ChangeLog-2007 | 28965 (check_function_arguments_recurse): Use new CALL_EXPR accessors.
|
H A D | ChangeLog-2004 | 14863 check_function_arguments_recurse, fold_offsetof_1): Likewise.
|