HomeSort by relevance Sort by last modified time
    Searched refs:__restrict__ (Results 1 - 12 of 12) sorted by null

  /external/clang/test/Sema/
declspec.c 22 __restrict__ f* v2; // expected-error {{restrict requires a pointer or reference ('f' (aka 'int (void)') is invalid)}}
23 __restrict__ fptr v3; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not be 'restrict' qualified}}
24 f *__restrict__ v4; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not be 'restrict' qualified}}
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
stdio.h 52 extern int __sprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
53 __const char *__restrict__ __format, ...);
54 extern int __vsprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
55 __const char *__restrict__ __format,
64 extern int __snprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
65 size_t __slen, __const char *__restrict__ __format,
67 extern int __vsnprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
68 size_t __slen, __const char *__restrict__ __format,
88 (char *__restrict__ __s, int __n,
89 FILE *__restrict__ __stream), fgets)
    [all...]
string.h 60 __memcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src,
83 __mempcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src,
115 __strcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src)
126 __stpcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src)
137 __strncpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src
    [all...]
unistd.h 59 (const char *__restrict__ __path,
60 char *__restrict__ __buf, size_t __len),
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_array.h 56 inline _Tp*__restrict__
59 return static_cast<_Tp*__restrict__>
76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 56 inline _Tp*__restrict__
59 return static_cast<_Tp*__restrict__>
76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 56 inline _Tp*__restrict__
59 return static_cast<_Tp*__restrict__>
76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t
    [all...]
  /external/skia/include/core/
SkPreConfig.h 74 #define SK_RESTRICT __restrict__
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 225 _Obj* __restrict__ __result = *__free_list;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 225 _Obj* __restrict__ __result = *__free_list;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 225 _Obj* __restrict__ __result = *__free_list;
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 153 milliseconds