Home
last modified time | relevance | path

Searched refs:check_function_restrict (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c5416 check_function_restrict (const_tree fndecl, const_tree fntype, in check_function_restrict() function
5765 warned_p |= check_function_restrict (fndecl, fntype, nargs, argarray); in check_function_arguments()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc5707 check_function_restrict (const_tree fndecl, const_tree fntype, in check_function_restrict() function
6103 warned_p |= check_function_restrict (fndecl, fntype, nargs, argarray); in check_function_arguments()
H A DChangeLog3847 (check_function_restrict): Rename param "argarray" to
3989 * c-common.c (check_function_restrict): Use new function
4469 * c-common.c (check_function_restrict): Return bool.
4473 * c-common.c (check_function_restrict): Return bool.
4717 * c-common.c (check_function_restrict): Avoid checking built-ins.
5755 * c-common.c (check_function_restrict): New function.
5757 check_function_restrict if -Wrestrict.