Searched refs:__restrict (Results 1 – 20 of 20) sorted by relevance
/external/clang/test/Analysis/ |
D | taint-tester.cpp | 7 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); 8 int printf(const char * __restrict, ...); 12 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
D | taint-tester.c | 170 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); 171 int printf(const char * __restrict, ...);
|
/external/dhcpcd/ |
D | common.h | 60 #ifndef __restrict 62 # define __restrict macro 64 # define __restrict restrict macro 66 # define __restrict macro 72 char *get_line(FILE * __restrict);
|
D | common.c | 85 get_line(FILE * __restrict fp) in get_line()
|
/external/dhcpcd/compat/ |
D | getline.h | 34 ssize_t getline(char ** __restrict buf, size_t * __restrict buflen, 35 FILE * __restrict fp);
|
D | getline.c | 41 getline(char ** __restrict buf, size_t * __restrict buflen, in getline() 42 FILE * __restrict fp) in getline()
|
/external/clang/test/SemaCXX/ |
D | addr-of-overloaded-function.cpp | 186 void R() __restrict {}; in R() 188 void CR() const __restrict {}; in CR() 189 void VR() volatile __restrict {}; in VR() 190 void CVR() const volatile __restrict {}; in CVR()
|
/external/valgrind/main/perf/ |
D | test_input_for_tinycc.c | 49 extern double strtod (__const char *__restrict __nptr, 50 char **__restrict __endptr) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); 55 extern long int strtol (__const char *__restrict __nptr, 56 char **__restrict __endptr, int __base) 59 extern unsigned long int strtoul (__const char *__restrict __nptr, 60 char **__restrict __endptr, int __base) 67 extern long long int strtoq (__const char *__restrict __nptr, 68 char **__restrict __endptr, int __base) 72 extern unsigned long long int strtouq (__const char *__restrict __nptr, 73 char **__restrict __endptr, int __base) [all …]
|
/external/clang/test/PCH/ |
D | pr4489.c | 15 extern int fprintf (struct _IO_FILE *__restrict __stream, 16 __const char *__restrict __format, ...);
|
/external/clang/test/Sema/ |
D | implicit-decl.c | 6 extern int printf(__const char *__restrict __format, ...); // expected-note{{'printf' declared here… 27 extern int sformatf(char *str, __const char *__restrict __format, ...); // expected-note{{'sformatf…
|
D | c89.c | 35 int *__restrict; /* expected-error {{expected identifier}} */ 86 extern int printf(__const char *__restrict __format, ...);
|
D | function.c | 7 int foo(__const char *__restrict __file);
|
D | transparent-union.c | 5 long *__restrict rlp;
|
/external/webkit/Tools/WebKitLauncher/ |
D | main.m | 42 …__restrict, const char * __restrict, const posix_spawn_file_actions_t *, const posix_spawnattr_t *… 43 …_spawnattr_setbinpref_np(posix_spawnattr_t * __restrict, size_t, cpu_type_t *__restrict, size_t *_…
|
/external/clang/test/CodeGenCXX/ |
D | 2007-07-29-RestrictPtrArg.cpp | 3 void foo(int * __restrict myptr1, int * myptr2) { in foo()
|
D | 2007-07-29-RestrictRefArg.cpp | 3 void foo(int & __restrict myptr1, int & myptr2) { in foo()
|
/external/clang/test/CodeGen/ |
D | 2007-07-29-RestrictPtrArg.c | 3 void foo(int * __restrict myptr1, int * myptr2) { in foo()
|
/external/skia/include/core/ |
D | SkPreConfig.h | 69 #define SK_RESTRICT __restrict
|
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/ |
D | SDL_dlcompat.c | 92 #define dl_restrict __restrict 139 #define dl_restrict __restrict
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 480 ALIAS("__restrict" , restrict , KEYALL)
|