Lines Matching refs:restrict
53 AC_CACHE_CHECK([for C/C++ restrict keyword], ac_cv_c_restrict,
55 # The order here caters to the fact that C++ does not require restrict.
56 for ac_kw in __restrict __restrict__ _Restrict restrict; do
71 AH_VERBATIM([restrict],
72 [/* Define to the equivalent of the C99 'restrict' keyword, or to
73 nothing if this is not supported. Do not define if restrict is
75 #undef restrict
78 "#define restrict _Restrict" or "#define restrict __restrict__" in the
80 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
87 restrict) ;;
88 no) AC_DEFINE([restrict], []) ;; definition
89 *) AC_DEFINE_UNQUOTED([restrict], [$ac_cv_c_restrict]) ;; definition