HomeSort by relevance Sort by last modified time
    Searched defs:__restrict (Results 1 - 11 of 11) sorted by null

  /external/clang/test/SemaCXX/
overload-decl.cpp 34 void h() __restrict; // expected-error {{class member cannot be redeclared}} member in class:X
  /external/dhcpcd-6.8.2/
common.h 141 /* We don't really need this as our supported systems define __restrict
143 #ifndef __restrict
145 # define __restrict macro
147 # define __restrict restrict macro
149 # define __restrict macro
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiCdefs.h 20 __restrict Defined to nothing for VC++ or to restrict for GCC and C99 compliant compilers.
242 #define __restrict restrict macro
245 #define __restrict /* delete __restrict when not supported */ macro
  /external/clang/test/Sema/
c89.c 35 int *__restrict; /* expected-error {{expected identifier}} */ variable
86 extern int printf(__const char *__restrict __format, ...);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 355 /* __restrict is known in EGCS 1.2 and above. */
357 # define __restrict /* Ignore */ macro
364 # define __restrict_arr __restrict
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 355 /* __restrict is known in EGCS 1.2 and above. */
357 # define __restrict /* Ignore */ macro
364 # define __restrict_arr __restrict
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 331 * GCC 2.95 provides `__restrict' as an extension to C90 to support the
332 * C99-specific `restrict' type qualifier. We happen to use `__restrict' as
338 #define __restrict macro
340 #define __restrict restrict macro
  /external/clang/test/CodeGenCXX/
mangle-ms-cxx11.cpp 16 using C = int () __restrict;
28 using F = int () __restrict &;
40 using I = int () __restrict &&;
201 void foo() __restrict &; member in struct:PR19361::A
202 void foo() __restrict &&; member in struct:PR19361::A
204 void A::foo() __restrict & {}
206 void A::foo() __restrict && {}
301 void unaligned_foo5(int __unaligned * __restrict p1) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
argp.h 57 /* GCC 2.95 and later have "__restrict"; C99 compilers have
59 #ifndef __restrict
62 # define __restrict restrict macro
64 # define __restrict macro
415 extern error_t argp_parse (__const struct argp *__restrict __argp,
416 int __argc, char **__restrict __argv,
417 unsigned __flags, int *__restrict __arg_index,
418 void *__restrict __input);
419 extern error_t __argp_parse (__const struct argp *__restrict __argp,
420 int __argc, char **__restrict __argv
    [all...]
regex.h 558 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
560 #ifndef __restrict macro
563 # define __restrict restrict
565 # define __restrict
573 # define __restrict_arr __restrict
580 extern int regcomp (regex_t *__restrict __preg,
581 const char *__restrict __pattern,
584 extern int regexec (const regex_t *__restrict __preg,
585 const char *__restrict __string, size_t __nmatch,
589 extern size_t regerror (int __errcode, const regex_t *__restrict __preg
    [all...]
  /toolchain/binutils/binutils-2.27/include/
xregex2.h 516 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
518 #ifndef __restrict macro
521 # define __restrict restrict
523 # define __restrict
534 # define __restrict_arr __restrict
539 extern int regcomp (regex_t *__restrict __preg,
540 const char *__restrict __pattern,
546 extern int regexec (const regex_t *__restrict __preg,
547 const char *__restrict __string, size_t __nmatch,

Completed in 228 milliseconds