HomeSort by relevance Sort by last modified time
    Searched refs:restrict (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/Sema/
gnu89.c 3 int f(int restrict);
format-strings-non-iso.c 3 int printf(const char *restrict, ...);
4 int scanf(const char * restrict, ...);
  /external/clang/test/Modules/Inputs/System/usr/include/
stdio.h 2 int fprintf(FILE*restrict, const char* restrict format, ...);
  /external/clang/test/CodeGen/
2006-01-13-Includes.c 4 int printf(const char * restrict format, ...);
2002-06-25-FWriteInterfaceFailure.c 5 int fprintf(FILE * restrict stream, const char * restrict format, ...);
vfprintf.c 4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
2002-02-18-64bitConstant.c 5 int printf(const char * restrict format, ...);
2003-10-02-UnionLValueError.c 3 int sprintf(char * restrict str, const char * restrict format, ...);
restrict.c 10 void test1(int * restrict x, int y) {
14 void test2(int *x, int * restrict y) {
17 typedef int * restrict rp;
alloca.c 5 char *strcpy(char *restrict s1, const char *restrict s2);
  /external/compiler-rt/SDKs/linux/usr/include/
stdio.h 35 extern FILE *fopen(const char * restrict, const char * restrict);
36 extern FILE *fdopen(int, const char * restrict);
37 extern int fprintf(FILE * restrict, const char * restrict, ...);
38 extern size_t fwrite(const void * restrict, size_t, size_t, FILE * restrict);
39 extern size_t fread(void * restrict, size_t, size_t, FILE * restrict);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 11 FILE *fopen(const char * restrict, const char * restrict) __asm("_" "fopen" );
13 int fputs(const char * restrict, FILE * restrict) __asm("_" "fputs" );
system-header-simulator.h 9 #define restrict /*restrict*/ macro
21 int scanf(const char *restrict format, ...);
22 int fscanf(FILE *restrict, const char *restrict, ...);
23 int printf(const char *restrict format, ...);
24 int fprintf(FILE *restrict, const char *restrict, ...);
34 char *strcpy(char *restrict, const char *restrict);
    [all...]
  /ndk/sources/android/support/src/musl-locale/
strxfrm.c 4 size_t strxfrm(char *restrict dest, const char *restrict src, size_t n)
strxfrm_l.c 3 size_t strxfrm_l(char *restrict dest, const char *restrict src, size_t n, locale_t l)
wcsxfrm_l.c 3 size_t wcsxfrm_l(wchar_t *restrict dest, const wchar_t *restrict src, size_t n, locale_t locale)
strftime_l.c 4 size_t strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t l)
  /ndk/sources/android/support/src/musl-multibyte/
mbstowcs.c 4 size_t mbstowcs(wchar_t *restrict ws, const char *restrict s, size_t wn)
wcstombs.c 4 size_t wcstombs(char *restrict s, const wchar_t *restrict ws, size_t n)
  /external/clang/test/PCH/
format-strings.c 9 extern int printf(const char *restrict, ...);
  /external/clang/test/Parser/
asm.c 14 asm restrict (""); // expected-warning {{ignored restrict qualifier on asm}}
  /ndk/sources/android/support/src/musl-stdio/
vwprintf.c 4 int vwprintf(const wchar_t *restrict fmt, va_list ap)
  /ndk/sources/host-tools/sed-4.2.1/lib/
sys_time.in.h 59 int gettimeofday (struct timeval *restrict, void *restrict);
  /external/bison/lib/
time.in.h 149 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
150 struct tm *restrict __result)
152 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
153 struct tm *restrict __result));
156 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
157 struct tm *restrict __result)
160 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
161 struct tm *restrict __result));
171 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
172 struct tm *restrict __result
    [all...]
  /external/clang/test/Analysis/
pr_4164.c 17 int getsockopt(int, int, int, void * restrict, socklen_t * restrict);

Completed in 558 milliseconds

1 2 3 4 5 6 7 8