Home
last modified time | relevance | path

Searched refs:check_function_format (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.h736 extern void check_function_format (tree, int, tree *);
H A Dc-format.c1014 check_function_format (tree attrs, int nargs, tree *argarray) in check_function_format() function
H A Dc-common.c8329 check_function_format (TYPE_ATTRIBUTES (fntype), nargs, argarray); in check_function_arguments()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h807 extern void check_function_format (tree, int, tree *, vec<location_t> *);
H A Dc-format.c1087 check_function_format (tree attrs, int nargs, tree *argarray, in check_function_format() function
H A Dc-common.c5625 check_function_format (TYPE_ATTRIBUTES (fntype), nargs, argarray, arglocs); in check_function_arguments()