/external/clang/test/SemaCXX/Inputs/ |
malloc.h | 2 extern void *malloc (__SIZE_TYPE__ __size) throw () __attribute__ ((__malloc__)) ;
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local 21 if (__size > _S_bufsize) { 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 24 __size = _S_bufsize; 28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char); 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 36 _M_name[__size - 1] = '\0'; 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1); 43 size_t __size = strlen(__x._M_name) + 1 local [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local 21 if (__size > _S_bufsize) { 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 24 __size = _S_bufsize; 28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char); 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 36 _M_name[__size - 1] = '\0'; 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1); 43 size_t __size = strlen(__x._M_name) + 1 local [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; local 21 if (__size > _S_bufsize) { 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); 24 __size = _S_bufsize; 28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char); 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 36 _M_name[__size - 1] = '\0'; 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1); 43 size_t __size = strlen(__x._M_name) + 1 local [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/experimental/ |
string_view.tcc | 111 size_type __size = this->_M_len; 112 if (__size > 0) 114 if (--__size > __pos) 115 __size = __pos; 116 for (++__size; __size-- > 0; ) 117 if (traits_type::eq(this->_M_str[__size], __c)) 118 return __size; 145 size_type __size = this->size(); 146 if (__size && __n [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/experimental/ |
string_view.tcc | 111 size_type __size = this->_M_len; 112 if (__size > 0) 114 if (--__size > __pos) 115 __size = __pos; 116 for (++__size; __size-- > 0; ) 117 if (traits_type::eq(this->_M_str[__size], __c)) 118 return __size; 145 size_type __size = this->size(); 146 if (__size && __n [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/experimental/ |
string_view.tcc | 111 size_type __size = this->_M_len; 112 if (__size > 0) 114 if (--__size > __pos) 115 __size = __pos; 116 for (++__size; __size-- > 0; ) 117 if (traits_type::eq(this->_M_str[__size], __c)) 118 return __size; 145 size_type __size = this->size(); 146 if (__size && __n [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/attr/ |
xattr.h | 37 const void *__value, size_t __size, int __flags) __THROW; 39 const void *__value, size_t __size, int __flags) __THROW; 41 const void *__value, size_t __size, int __flags) __THROW; 44 void *__value, size_t __size) __THROW; 46 void *__value, size_t __size) __THROW; 48 void *__value, size_t __size) __THROW; 51 size_t __size) __THROW; 53 size_t __size) __THROW; 55 size_t __size) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/ |
xattr.h | 37 const void *__value, size_t __size, int __flags) __THROW; 39 const void *__value, size_t __size, int __flags) __THROW; 41 const void *__value, size_t __size, int __flags) __THROW; 44 void *__value, size_t __size) __THROW; 46 void *__value, size_t __size) __THROW; 48 void *__value, size_t __size) __THROW; 51 size_t __size) __THROW; 53 size_t __size) __THROW; 55 size_t __size) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_map_to_unordered_map.h | 40 __log2(std::size_t __size) 44 if ((2 << __bit_count) & __size) 50 __map_insert_cost(std::size_t __size) 52 * static_cast<float>(__log2(__size))); } 55 __map_erase_cost(std::size_t __size) 57 * static_cast<float>(__log2(__size))); } 60 __map_find_cost(std::size_t __size) 62 * static_cast<float>(__log2(__size))); } 114 __record_insert(std::size_t __size, std::size_t __count) 117 _M_map_cost += __count * __map_insert_cost(__size); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_map_to_unordered_map.h | 40 __log2(std::size_t __size) 44 if ((2 << __bit_count) & __size) 50 __map_insert_cost(std::size_t __size) 52 * static_cast<float>(__log2(__size))); } 55 __map_erase_cost(std::size_t __size) 57 * static_cast<float>(__log2(__size))); } 60 __map_find_cost(std::size_t __size) 62 * static_cast<float>(__log2(__size))); } 114 __record_insert(std::size_t __size, std::size_t __count) 117 _M_map_cost += __count * __map_insert_cost(__size); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler_map_to_unordered_map.h | 40 __log2(std::size_t __size) 44 if ((2 << __bit_count) & __size) 50 __map_insert_cost(std::size_t __size) 52 * static_cast<float>(__log2(__size))); } 55 __map_erase_cost(std::size_t __size) 57 * static_cast<float>(__log2(__size))); } 60 __map_find_cost(std::size_t __size) 62 * static_cast<float>(__log2(__size))); } 114 __record_insert(std::size_t __size, std::size_t __count) 117 _M_map_cost += __count * __map_insert_cost(__size); [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_map_to_unordered_map.h | 40 __log2(std::size_t __size) 44 if ((2 << __bit_count) & __size) 50 __map_insert_cost(std::size_t __size) 52 * static_cast<float>(__log2(__size))); } 55 __map_erase_cost(std::size_t __size) 57 * static_cast<float>(__log2(__size))); } 60 __map_find_cost(std::size_t __size) 62 * static_cast<float>(__log2(__size))); } 114 __record_insert(std::size_t __size, std::size_t __count) 117 _M_map_cost += __count * __map_insert_cost(__size); [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_map_to_unordered_map.h | 40 __log2(std::size_t __size) 44 if ((2 << __bit_count) & __size) 50 __map_insert_cost(std::size_t __size) 52 * static_cast<float>(__log2(__size))); } 55 __map_erase_cost(std::size_t __size) 57 * static_cast<float>(__log2(__size))); } 60 __map_find_cost(std::size_t __size) 62 * static_cast<float>(__log2(__size))); } 114 __record_insert(std::size_t __size, std::size_t __count) 117 _M_map_cost += __count * __map_insert_cost(__size); [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_map_to_unordered_map.h | 40 __log2(std::size_t __size) 44 if ((2 << __bit_count) & __size) 50 __map_insert_cost(std::size_t __size) 52 * static_cast<float>(__log2(__size))); } 55 __map_erase_cost(std::size_t __size) 57 * static_cast<float>(__log2(__size))); } 60 __map_find_cost(std::size_t __size) 62 * static_cast<float>(__log2(__size))); } 114 __record_insert(std::size_t __size, std::size_t __count) 117 _M_map_cost += __count * __map_insert_cost(__size); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
crtdefs.h | 150 template <size_t __size> \ 151 inline __ret __cdecl __func(__dsttype (&__dst)[__size]) { \ 152 return __func(__dst,__size); \ 158 template <size_t __size> \ 159 inline __ret __cdecl __func(__dsttype (&__dst)[__size], __type1 __arg1) { \ 160 return __func(__dst,__size,__arg1); \ 166 template <size_t __size> inline\ 167 __ret __cdecl __func(__dsttype (&__dst)[__size], __type1 __arg1, __type2 __arg2) { \ 168 return __func(__dst,__size,__arg1,__arg2); \ 174 template <size_t __size> inline [all...] |
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
mm_malloc.h | 33 extern int posix_memalign(void **__memptr, size_t __alignment, size_t __size); 39 extern "C" int posix_memalign(void **__memptr, size_t __alignment, size_t __size); 46 _mm_malloc(size_t __size, size_t __align) 49 return malloc(__size); 57 __mallocedMemory = __mingw_aligned_malloc(__size, __align); 59 __mallocedMemory = _aligned_malloc(__size, __align); 61 __mallocedMemory = memalign(__align, __size); 63 if (posix_memalign(&__mallocedMemory, __align, __size))
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
mm_malloc.h | 33 extern int posix_memalign(void **__memptr, size_t __alignment, size_t __size); 39 extern "C" int posix_memalign(void **__memptr, size_t __alignment, size_t __size); 46 _mm_malloc(size_t __size, size_t __align) 49 return malloc(__size); 57 __mallocedMemory = __mingw_aligned_malloc(__size, __align); 59 __mallocedMemory = _aligned_malloc(__size, __align); 61 __mallocedMemory = memalign(__align, __size); 63 if (posix_memalign(&__mallocedMemory, __align, __size))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
stdio2.h | 233 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n, 239 (char *__restrict __s, size_t __size, int __n, 259 size_t __size, size_t __n, 262 (void *__restrict __ptr, size_t __size, 267 size_t __size, size_t __n, 274 fread (void *__restrict __ptr, size_t __size, size_t __n, 279 if (!__builtin_constant_p (__size) 281 || (__size | __n) >= (((size_t) 1) << (8 * sizeof (size_t) / 2))) 282 return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream); 284 if (__size * __n > __bos0 (__ptr) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
stdio2.h | 233 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n, 239 (char *__restrict __s, size_t __size, int __n, 259 size_t __size, size_t __n, 262 (void *__restrict __ptr, size_t __size, 267 size_t __size, size_t __n, 274 fread (void *__restrict __ptr, size_t __size, size_t __n, 279 if (!__builtin_constant_p (__size) 281 || (__size | __n) >= (((size_t) 1) << (8 * sizeof (size_t) / 2))) 282 return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream); 284 if (__size * __n > __bos0 (__ptr) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
stdio2.h | 233 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n, 239 (char *__restrict __s, size_t __size, int __n, 259 size_t __size, size_t __n, 262 (void *__restrict __ptr, size_t __size, 267 size_t __size, size_t __n, 274 fread (void *__restrict __ptr, size_t __size, size_t __n, 279 if (!__builtin_constant_p (__size) 281 || (__size | __n) >= (((size_t) 1) << (8 * sizeof (size_t) / 2))) 282 return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream); 284 if (__size * __n > __bos0 (__ptr) [all...] |
/external/clang/lib/Headers/ |
mm_malloc.h | 33 extern int posix_memalign(void **__memptr, size_t __alignment, size_t __size); 39 extern "C" int posix_memalign(void **__memptr, size_t __alignment, size_t __size); 46 _mm_malloc(size_t __size, size_t __align) 49 return malloc(__size); 57 __mallocedMemory = __mingw_aligned_malloc(__size, __align); 59 __mallocedMemory = _aligned_malloc(__size, __align); 61 if (posix_memalign(&__mallocedMemory, __align, __size))
|
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/ |
mm_malloc.h | 33 extern int posix_memalign(void **__memptr, size_t __alignment, size_t __size); 39 extern "C" int posix_memalign(void **__memptr, size_t __alignment, size_t __size); 46 _mm_malloc(size_t __size, size_t __align) 49 return malloc(__size); 57 __mallocedMemory = __mingw_aligned_malloc(__size, __align); 59 __mallocedMemory = _aligned_malloc(__size, __align); 61 if (posix_memalign(&__mallocedMemory, __align, __size))
|
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/ |
mm_malloc.h | 33 extern int posix_memalign(void **__memptr, size_t __alignment, size_t __size); 39 extern "C" int posix_memalign(void **__memptr, size_t __alignment, size_t __size); 46 _mm_malloc(size_t __size, size_t __align) 49 return malloc(__size); 57 __mallocedMemory = __mingw_aligned_malloc(__size, __align); 59 __mallocedMemory = _aligned_malloc(__size, __align); 61 if (posix_memalign(&__mallocedMemory, __align, __size))
|
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/ |
mm_malloc.h | 33 extern int posix_memalign(void **__memptr, size_t __alignment, size_t __size); 39 extern "C" int posix_memalign(void **__memptr, size_t __alignment, size_t __size); 46 _mm_malloc(size_t __size, size_t __align) 49 return malloc(__size); 57 __mallocedMemory = __mingw_aligned_malloc(__size, __align); 59 __mallocedMemory = _aligned_malloc(__size, __align); 61 if (posix_memalign(&__mallocedMemory, __align, __size))
|