Home
last modified time | relevance | path

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 Dc-common.cc5605 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 Dc-common.h852 extern void check_function_arguments_recurse (void (*)
H A DChangeLog375 * 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 Dc-format.cc1545 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 Dc-common.c5334 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 Dc-common.h831 extern void check_function_arguments_recurse (void (*)
H A Dc-format.c1553 check_function_arguments_recurse (check_format_arg, &format_ctx, in check_format_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200220329 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 DChangeLog-20052757 (check_function_arguments_recurse): Allow both NOP_EXPR and
28007 check_function_arguments_recurse): Do not strip NOPS from
H A DChangeLog-200819826 * c-common.c (c_alignof_expr, check_function_arguments_recurse):
H A DChangeLog-200728965 (check_function_arguments_recurse): Use new CALL_EXPR accessors.
H A DChangeLog-200414863 check_function_arguments_recurse, fold_offsetof_1): Likewise.