Home
last modified time | relevance | path

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

12

/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…
Dtypes.c89 int &*__restrict__ null_type_1; // expected-error {{expected identifier or '('}}
/external/llvm/test/Transforms/LoopVectorize/X86/
Dgather_scatter.ll10 ;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) {
Dmasked_load_store.ll576 ; 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/
Dgep_with_bitcast.ll7 ;void foo (double** __restrict__ in, bool * __restrict__ res) {
/external/ltp/tools/top-LTP/proc/
Dprocps.h14 #define restrict __restrict__
/external/clang/test/SemaCXX/
Dfunction-pointer-arguments.cpp47 typedef void (*F)(const char * __restrict__, int);
Derr_reference_bind_drops_quals.cpp3 #define restrict __restrict__
/external/stressapptest/src/
Dstressapptest_config_android.h234 # define __restrict__ macro
Dstressapptest_config.h.in222 __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/
Dplatform.h110 #define RESTRICT __restrict__
/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h109 #define restrict __restrict__
/external/flac/include/share/
Dcompat.h83 #define flac_restrict __restrict__
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h142 # define restrict __restrict__
/external/skia/include/core/
DSkPreConfig.h65 #define SK_RESTRICT __restrict__
/external/llvm/test/DebugInfo/Generic/
Drestrict.ll15 ; void foo(void* __restrict__ dst) {
/external/libopus/include/
Dopus_defines.h91 # define OPUS_RESTRICT __restrict__
/external/llvm/test/Transforms/LICM/
Dhoist-deref-load.ll7 ; 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/
Dsetup.hpp757 # define GLM_RESTRICT __restrict__
758 # define GLM_RESTRICT_VAR __restrict__
/external/libopus/
Dconfigure.ac56 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/
Dmagick-baseconfig.h1578 # define __restrict__ macro
/external/syslinux/lzo/include/lzo/
Dlzodefs.h1605 # 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/
Dlzodefs.h1605 # 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/
Dconfig.h2227 # define __restrict__ macro
/external/bison/linux-lib/
Dconfig.h2227 # define __restrict__ macro

12