Searched refs:check_function_nonnull (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.c | 381 static void check_function_nonnull (tree, int, tree *); 7823 check_function_nonnull (tree attrs, int nargs, tree *argarray) in check_function_nonnull() function 8324 check_function_nonnull (TYPE_ATTRIBUTES (fntype), nargs, argarray); in check_function_arguments()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.c | 5214 check_function_nonnull (location_t loc, tree attrs, int nargs, tree *argarray) in check_function_nonnull() function 5619 warned_p = check_function_nonnull (loc, TYPE_ATTRIBUTES (fntype), in check_function_arguments()
|