/external/clang/test/Sema/ |
D | declspec.c | 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…
|
D | types.c | 89 int &*__restrict__ null_type_1; // expected-error {{expected identifier or '('}}
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | gather_scatter.ll | 10 ;void foo1(float * __restrict__ in, float * __restrict__ out, int * __restrict__ trigger, int * __r… 86 ;void foo2 (In * __restrict__ in, float * __restrict__ out, int * __restrict__ trigger) { 163 ;void foo3 (In * __restrict__ in, Out * __restrict__ out, int * __restrict__ trigger) {
|
D | masked_load_store.ll | 576 ; void foo7 (double * __restrict__ out, double ** __restrict__ in, 577 ; bool * __restrict__ trigger, unsigned size) { 649 ;void foo8 (double* __restrict__ out, fp* __restrict__ in, bool * __restrict__ trigger, unsigned s…
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | gep_with_bitcast.ll | 7 ;void foo (double** __restrict__ in, bool * __restrict__ res) {
|
/external/ltp/tools/top-LTP/proc/ |
D | procps.h | 14 #define restrict __restrict__
|
/external/clang/test/SemaCXX/ |
D | function-pointer-arguments.cpp | 47 typedef void (*F)(const char * __restrict__, int);
|
D | err_reference_bind_drops_quals.cpp | 3 #define restrict __restrict__
|
/external/stressapptest/src/ |
D | stressapptest_config_android.h | 234 # define __restrict__ macro
|
D | stressapptest_config.h.in | 222 __restrict__, even though the corresponding Sun C compiler ends up with 223 "#define restrict _Restrict" or "#define restrict __restrict__" in the 228 # define __restrict__ macro
|
/external/libmicrohttpd/src/include/ |
D | platform.h | 110 #define RESTRICT __restrict__
|
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_includes.h | 109 #define restrict __restrict__
|
/external/flac/include/share/ |
D | compat.h | 83 #define flac_restrict __restrict__
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_compiler.h | 142 # define restrict __restrict__
|
/external/skia/include/core/ |
D | SkPreConfig.h | 65 #define SK_RESTRICT __restrict__
|
/external/llvm/test/DebugInfo/Generic/ |
D | restrict.ll | 15 ; void foo(void* __restrict__ dst) {
|
/external/libopus/include/ |
D | opus_defines.h | 91 # define OPUS_RESTRICT __restrict__
|
/external/llvm/test/Transforms/LICM/ |
D | hoist-deref-load.ll | 7 ; void test1(int * __restrict__ a, int * __restrict__ b, int &c, int n) { 169 ; void test1(int * __restrict__ a, int *b, int &c, int n) { 259 ; void test1(int * __restrict__ a, int *b, int **cptr, int n) { 304 ; void test1(int * __restrict__ a, int *b, int **cptr, int n) {
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | setup.hpp | 757 # define GLM_RESTRICT __restrict__ 758 # define GLM_RESTRICT_VAR __restrict__
|
/external/libopus/ |
D | configure.ac | 56 for ac_kw in __restrict __restrict__ _Restrict restrict; do 77 __restrict__, even though the corresponding Sun C compiler ends up with 78 "#define restrict _Restrict" or "#define restrict __restrict__" in the 83 # define __restrict__
|
/external/ImageMagick/MagickCore/ |
D | magick-baseconfig.h | 1578 # define __restrict__ macro
|
/external/syslinux/lzo/include/lzo/ |
D | lzodefs.h | 1605 # define __lzo_restrict __restrict__ 1607 # define __lzo_restrict __restrict__ 1609 # define __lzo_restrict __restrict__ 1612 # define __lzo_restrict __restrict__ 1614 # define __lzo_restrict __restrict__ 1618 # define __lzo_restrict __restrict__
|
/external/libvncserver/common/ |
D | lzodefs.h | 1605 # define __lzo_restrict __restrict__ 1607 # define __lzo_restrict __restrict__ 1609 # define __lzo_restrict __restrict__ 1612 # define __lzo_restrict __restrict__ 1614 # define __lzo_restrict __restrict__ 1618 # define __lzo_restrict __restrict__
|
/external/bison/darwin-lib/ |
D | config.h | 2227 # define __restrict__ macro
|
/external/bison/linux-lib/ |
D | config.h | 2227 # define __restrict__ macro
|