Searched refs:__restrict__ (Results 1 – 12 of 12) sorted by relevance
22 __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…
228 # define __restrict__ macro
219 __restrict__, even though the corresponding Sun C compiler ends up with220 "#define restrict _Restrict" or "#define restrict __restrict__" in the225 # define __restrict__ macro
77 #define SK_RESTRICT __restrict__
87 #define SK_RESTRICT __restrict__
2227 # define __restrict__ macro
2226 # define __restrict__ macro
318 for ac_kw in __restrict __restrict__ _Restrict restrict; do
497 ALIAS("__restrict__" , restrict , KEYALL)
5455 for ac_kw in __restrict __restrict__ _Restrict restrict; do
19250 for ac_kw in __restrict __restrict__ _Restrict restrict; do