Home
last modified time | relevance | path

Searched refs:__restrict (Results 1 – 20 of 20) sorted by relevance

/external/clang/test/Analysis/
Dtaint-tester.cpp7 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);
Dtaint-tester.c170 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
171 int printf(const char * __restrict, ...);
/external/dhcpcd/
Dcommon.h60 #ifndef __restrict
62 # define __restrict macro
64 # define __restrict restrict macro
66 # define __restrict macro
72 char *get_line(FILE * __restrict);
Dcommon.c85 get_line(FILE * __restrict fp) in get_line()
/external/dhcpcd/compat/
Dgetline.h34 ssize_t getline(char ** __restrict buf, size_t * __restrict buflen,
35 FILE * __restrict fp);
Dgetline.c41 getline(char ** __restrict buf, size_t * __restrict buflen, in getline()
42 FILE * __restrict fp) in getline()
/external/clang/test/SemaCXX/
Daddr-of-overloaded-function.cpp186 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/
Dtest_input_for_tinycc.c49 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/
Dpr4489.c15 extern int fprintf (struct _IO_FILE *__restrict __stream,
16 __const char *__restrict __format, ...);
/external/clang/test/Sema/
Dimplicit-decl.c6 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…
Dc89.c35 int *__restrict; /* expected-error {{expected identifier}} */
86 extern int printf(__const char *__restrict __format, ...);
Dfunction.c7 int foo(__const char *__restrict __file);
Dtransparent-union.c5 long *__restrict rlp;
/external/webkit/Tools/WebKitLauncher/
Dmain.m42__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/
D2007-07-29-RestrictPtrArg.cpp3 void foo(int * __restrict myptr1, int * myptr2) { in foo()
D2007-07-29-RestrictRefArg.cpp3 void foo(int & __restrict myptr1, int & myptr2) { in foo()
/external/clang/test/CodeGen/
D2007-07-29-RestrictPtrArg.c3 void foo(int * __restrict myptr1, int * myptr2) { in foo()
/external/skia/include/core/
DSkPreConfig.h69 #define SK_RESTRICT __restrict
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
DSDL_dlcompat.c92 #define dl_restrict __restrict
139 #define dl_restrict __restrict
/external/clang/include/clang/Basic/
DTokenKinds.def480 ALIAS("__restrict" , restrict , KEYALL)