Lines Matching refs:restrict
315 [AC_CACHE_CHECK([for C/C++ restrict keyword], [ac_cv_c_restrict],
317 # The order here caters to the fact that C++ does not require restrict.
318 for ac_kw in __restrict __restrict__ _Restrict restrict; do
332 AH_VERBATIM([restrict],
333 [/* Define to the equivalent of the C99 'restrict' keyword, or to
334 nothing if this is not supported. Do not define if restrict is
336 #undef restrict
339 "#define restrict _Restrict" in the previous line. Perhaps some future
346 restrict) ;;
347 no) AC_DEFINE([restrict], []) ;; definition
348 *) AC_DEFINE_UNQUOTED([restrict], [$ac_cv_c_restrict]) ;; definition