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 D | c-common.c | 5313 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 D | c-common.cc | 5582 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 D | ChangeLog | 377 * 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 D | ChangeLog-2007 | 27269 * c-common.c (check_function_nonnull): Likewise. 33559 * c-common.c (check_function_nonnull): Whitespace fix.
|
H A D | ChangeLog-2016 | 35343 * c-common.c (check_function_nonnull): Remove unnecessary declaration. 35348 it to check_function_nonnull.
|
H A D | ChangeLog.tree-ssa | 3647 * c-common.c (handle_nonnull_attribute, check_function_nonnull):
|
H A D | ChangeLog-2002 | 20327 (handle_nonnull_attribute, check_function_nonnull, nonnull_check_p,
|
H A D | ChangeLog-2004 | 33198 (check_function_nonnull): Likewise.
|