HomeSort by relevance Sort by last modified time
    Searched refs:__restrict__ (Results 1 - 19 of 19) sorted by null

  /external/clang/test/Sema/
declspec.c 22 __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}}
  /external/clang/test/SemaCXX/
function-pointer-arguments.cpp 47 typedef void (*F)(const char * __restrict__, int);
  /external/libpng/
config.h.in 99 __restrict__, even though the corresponding Sun C compiler ends up with
100 "#define restrict _Restrict" or "#define restrict __restrict__" in the
105 # define __restrict__
configure     [all...]
  /external/chromium_org/third_party/opus/src/
config.h.in 153 __restrict__, even though the corresponding Sun C compiler ends up with
154 "#define restrict _Restrict" or "#define restrict __restrict__" in the
159 # define __restrict__
configure     [all...]
  /external/libopus/
config.h.in 153 __restrict__, even though the corresponding Sun C compiler ends up with
154 "#define restrict _Restrict" or "#define restrict __restrict__" in the
159 # define __restrict__
configure     [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_mips_dsp.cpp 108 static void S32A_D565_Opaque_Dither_mips_dsp(uint16_t* __restrict__ dst,
109 const SkPMColor* __restrict__ src,
265 static void S32_D565_Opaque_Dither_mips_dsp(uint16_t* __restrict__ dst,
266 const SkPMColor* __restrict__ src,
536 static void S32A_D565_Opaque_mips_dsp(uint16_t* __restrict__ dst,
537 const SkPMColor* __restrict__ src,
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPreConfig.h 85 #define SK_RESTRICT __restrict__
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h 142 # define restrict __restrict__
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 142 # define restrict __restrict__
  /external/chromium_org/third_party/opus/src/include/
opus_defines.h 91 # define OPUS_RESTRICT __restrict__
  /external/libopus/include/
opus_defines.h 91 # define OPUS_RESTRICT __restrict__
  /external/bison/darwin-lib/
config.h 2227 # define __restrict__ macro
    [all...]
  /external/bison/linux-lib/
config.h 2227 # define __restrict__ macro
    [all...]
  /external/bison/lib/
config.in.h 2226 # define __restrict__ macro
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 316 #define CYTHON_RESTRICT __restrict__
  /external/bison/
configure     [all...]

Completed in 197 milliseconds