Searched defs:__restrict (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
H A Doverload-decl.cpp35 void h() __restrict; // expected-error {{class member cannot be redeclared}} \ member in class:X
/external/dhcpcd/
H A Dcommon.h58 /* We don't really need this as our supported systems define __restrict
60 #ifndef __restrict
62 # define __restrict macro
64 # define __restrict restrict macro
66 # define __restrict macro
72 char *get_line(FILE * __restrict);
/external/clang/test/Sema/
H A Dc89.c35 int *__restrict; /* expected-error {{expected identifier}} */ variable
86 extern int printf(__const char *__restrict __format, ...);
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-arg-qualifiers.cpp40 void foo_piad(char * __restrict x) {}
44 void foo_qiad(char * const __restrict x) {}
48 void foo_riad(char * volatile __restrict x) {}
52 void foo_siad(char * const volatile __restrict x) {}
258 void mangle_yes_backref4(int *const __restrict, int *const __restrict) {} argument
H A Dmangle-ms-cxx11.cpp125 void foo() __restrict &; member in struct:PR19361::A
126 void foo() __restrict &&; member in struct:PR19361::A
128 void A::foo() __restrict & {}
130 void A::foo() __restrict && {}

Completed in 325 milliseconds