Home
last modified time | relevance | path

Searched refs:__restrict__ (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/Sema/
Ddeclspec.c22 __restrict__ f* v2; // expected-error {{restrict requires a pointer or reference ('f' (aka 'int (v…
23 __restrict__ fptr v3; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not b…
24 f *__restrict__ v4; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not b…
/external/stressapptest/src/
Dstressapptest_config_android.h228 # define __restrict__ macro
Dstressapptest_config.h.in219 __restrict__, even though the corresponding Sun C compiler ends up with
220 "#define restrict _Restrict" or "#define restrict __restrict__" in the
225 # define __restrict__ macro
/external/skia/legacy/include/core/
DSkPreConfig.h77 #define SK_RESTRICT __restrict__
/external/skia/include/core/
DSkPreConfig.h87 #define SK_RESTRICT __restrict__
/external/bison/darwin-lib/
Dconfig.h2227 # define __restrict__ macro
/external/bison/linux-lib/
Dconfig.h2227 # define __restrict__ macro
/external/bison/lib/
Dconfig.in.h2226 # define __restrict__ macro
/external/bison/m4/
Dgnulib-common.m4318 for ac_kw in __restrict __restrict__ _Restrict restrict; do
/external/clang/include/clang/Basic/
DTokenKinds.def497 ALIAS("__restrict__" , restrict , KEYALL)
/external/stressapptest/
Dconfigure5455 for ac_kw in __restrict __restrict__ _Restrict restrict; do
/external/bison/
Dconfigure19250 for ac_kw in __restrict __restrict__ _Restrict restrict; do