Home
last modified time | relevance | path

Searched refs:check_function_nonnull (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c5313 check_function_nonnull (location_t loc, tree attrs, int nargs, tree *argarray) in check_function_nonnull() function
5735 warned_p = check_function_nonnull (loc, TYPE_ATTRIBUTES (fntype), in check_function_arguments()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc5582 check_function_nonnull (nonnull_arg_ctx &ctx, int nargs, tree *argarray) in check_function_nonnull() function
6073 warned_p = check_function_nonnull (ctx, nargs, argarray); in check_function_arguments()
H A DChangeLog377 * c-common.cc (check_function_nonnull): Pass false to
2134 * c-common.c (check_function_nonnull): Avoid checking syntesized calls
2153 (check_function_nonnull): Use nonnull_arg_ctx as argument. Handle
5909 (check_function_nonnull): Return bool instead of void. Use
11236 * c-common.c (check_function_nonnull): Handle multiple nonnull
12126 calls to check_function_nonnull, check_function_format, and
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200727269 * c-common.c (check_function_nonnull): Likewise.
33559 * c-common.c (check_function_nonnull): Whitespace fix.
H A DChangeLog-201635343 * c-common.c (check_function_nonnull): Remove unnecessary declaration.
35348 it to check_function_nonnull.
H A DChangeLog.tree-ssa3647 * c-common.c (handle_nonnull_attribute, check_function_nonnull):
H A DChangeLog-200220327 (handle_nonnull_attribute, check_function_nonnull, nonnull_check_p,
H A DChangeLog-200433198 (check_function_nonnull): Likewise.