Searched refs:__restrict__ (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/test/Sema/
H A Ddeclspec.c22 __restrict__ f* v2; // expected-error {{restrict requires a pointer or reference ('f' (aka 'int (void)') is invalid)}}
23 __restrict__ fptr v3; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not be 'restrict' qualified}}
24 f *__restrict__ v4; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not be 'restrict' qualified}}
H A Dtypes.c89 int &*__restrict__ null_type_1; // expected-error {{expected identifier or '('}}
/external/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp47 typedef void (*F)(const char * __restrict__, int);
H A Derr_reference_bind_drops_quals.cpp3 #define restrict __restrict__
/external/ltp/tools/top-LTP/proc/
H A Dprocps.h14 #define restrict __restrict__
/external/stressapptest/src/
H A Dstressapptest_config_android.h228 __restrict__, even though the corresponding Sun C compiler ends up with
229 "#define restrict _Restrict" or "#define restrict __restrict__" in the
234 # define __restrict__ macro
H A 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__
/external/pdfium/third_party/libopenjpeg20/
H A Dopj_includes.h109 #define restrict __restrict__
/external/flac/include/share/
H A Dcompat.h83 #define flac_restrict __restrict__
/external/libmicrohttpd/src/include/
H A Dplatform.h110 #define RESTRICT __restrict__
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h142 # define restrict __restrict__
/external/skia/include/core/
H A DSkPreConfig.h65 #define SK_RESTRICT __restrict__
/external/ImageMagick/MagickCore/
H A Dmagick-baseconfig.h1572 __restrict__, even though the corresponding Sun C compiler ends up with
1573 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1578 # define __restrict__ macro
/external/libopus/include/
H A Dopus_defines.h91 # define OPUS_RESTRICT __restrict__
/external/vulkan-validation-layers/libs/glm/detail/
H A Dsetup.hpp757 # define GLM_RESTRICT __restrict__
758 # define GLM_RESTRICT_VAR __restrict__
/external/bison/darwin-lib/
H A Dconfig.h2221 __restrict__, even though the corresponding Sun C compiler ends up with
2222 "#define restrict _Restrict" or "#define restrict __restrict__" in the
2227 # define __restrict__ macro
/external/bison/linux-lib/
H A Dconfig.h2221 __restrict__, even though the corresponding Sun C compiler ends up with
2222 "#define restrict _Restrict" or "#define restrict __restrict__" in the
2227 # define __restrict__ macro
/external/libvncserver/common/
H A 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__
H A Dminilzo.c1625 # define __lzo_restrict __restrict__
1627 # define __lzo_restrict __restrict__
1629 # define __lzo_restrict __restrict__
1632 # define __lzo_restrict __restrict__
1634 # define __lzo_restrict __restrict__
1638 # define __lzo_restrict __restrict__
/external/syslinux/lzo/include/lzo/
H A 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/ImageMagick/config/
H A Dconfig.h.in1117 __restrict__, even though the corresponding Sun C compiler ends up with
1118 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1123 # define __restrict__
/external/valgrind/coregrind/m_debuginfo/
H A Dlzodefs.h1527 # define __lzo_restrict __restrict__
1529 # define __lzo_restrict __restrict__
1531 # define __lzo_restrict __restrict__
H A Dminilzo-inl.c1551 # define __lzo_restrict __restrict__
1553 # define __lzo_restrict __restrict__
1555 # define __lzo_restrict __restrict__
/external/bison/lib/
H A Dconfig.in.h2220 __restrict__, even though the corresponding Sun C compiler ends up with
2221 "#define restrict _Restrict" or "#define restrict __restrict__" in the
2226 # define __restrict__ macro
/external/syslinux/lzo/src/
H A Dminiacc.h1568 # define __acc_restrict __restrict__
1570 # define __acc_restrict __restrict__
1572 # define __acc_restrict __restrict__

Completed in 4342 milliseconds

12