Searched defs:size_t (Results 51 - 75 of 94) sorted by relevance

1234

/external/clang/test/Analysis/
H A Dmalloc-plist.c4 typedef __typeof(sizeof(int)) size_t; typedef
5 void *malloc(size_t);
7 void *realloc(void *ptr, size_t size);
H A Dstream.c3 typedef __typeof__(sizeof(int)) size_t; typedef
11 extern size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream);
H A Dmisc-ps.c83 typedef unsigned int size_t; typedef
84 void __my_memset_chk(char*, int, size_t);
87 ((__builtin_object_size ((char *) &overall, 0) != (size_t) -1) ? __builtin___memset_chk ((char *) &overall, 0, sizeof(Struct103), __builtin_object_size ((char *) &overall, 0)) : __my_memset_chk ((char *) &overall, 0, sizeof(Struct103)));
H A Dunix-fns.c11 typedef __darwin_size_t size_t; typedef
12 void *calloc(size_t, size_t);
13 void *malloc(size_t);
14 void *realloc(void *, size_t);
15 void *alloca(size_t);
16 void *valloc(size_t);
67 void pr2899_nowarn(size_t size) {
85 void test_calloc_nowarn(size_t nmemb, size_t siz
[all...]
H A Dmalloc-annotations.c2 typedef __typeof(sizeof(int)) size_t; typedef
3 void *malloc(size_t);
5 void *realloc(void *ptr, size_t size);
6 void *calloc(size_t nmemb, size_t size);
7 void __attribute((ownership_returns(malloc))) *my_malloc(size_t); variable
11 void __attribute((ownership_returns(malloc, 1))) *my_malloc2(size_t); variable
20 void *my_malloc3(size_t);
H A Dtaint-generic.c11 typedef __typeof(sizeof(int)) size_t; typedef
24 char *strncpy( char * destination, const char * source, size_t num );
25 char *strndup(const char *s, size_t n);
26 char *strncat(char *restrict s1, const char *restrict s2, size_t n);
28 void *malloc(size_t);
29 void *calloc(size_t nmemb, size_t size);
30 void bcopy(void *s1, void *s2, size_t n);
140 size_t ts;
158 size_t rea
[all...]
/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp20.cpp2 typedef __SIZE_TYPE__ size_t; typedef
8 static void* operator new(size_t);
9 static void operator delete(void*, size_t) {
23 static void* operator new(size_t);
38 static void* operator new(size_t, double, double);
39 static void* operator new(size_t, int, int);
56 static void* operator new(size_t, double, double);
72 static void* operator new(size_t, double, double);
88 static void* operator new(size_t, double, double);
101 static void* operator new(size_t) {
[all...]
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp4 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
22 typedef size_t size_type;
29 size_t size() const {return __end_ - __begin_;}
H A Darm.cpp8 typedef typeof(sizeof(int)) size_t; typedef
179 void operator delete[](void *, size_t sz);
H A D2010-07-23-DeclLoc.cpp8 typedef __darwin_size_t size_t; typedef
24 typedef uint32_t size_t; typedef in class:Pointer32
29 typedef uint64_t size_t; typedef in class:Pointer64
44 typename SIZE::size_t _length;
45 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { }
50 TRangeValue(typename SIZE::ptr_t location, typename SIZE::size_t length, T value) : TRange<SIZE>(location, length), _value(value) {};
71 size_t operator()(const CSCppSymbolOwner& symbol_owner) const {
H A Dcxx0x-initializer-stdinitializerlist.cpp4 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
11 size_t __size_;
13 initializer_list(const _E* __b, size_t __s)
22 typedef size_t size_type;
29 size_t size() const {return __size_;}
H A Dmangle-exprs.cpp4 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
11 size_t __size_;
13 initializer_list(const _E* __b, size_t __s)
22 typedef size_t size_type;
29 size_t size() const {return __size_;}
/external/clang/test/Sema/
H A Dformat-strings-fixit.c13 typedef __SIZE_TYPE__ size_t; typedef
61 // size_t, etc.
62 printf("%f", (size_t) 42);
101 size_t sizeVar;
161 // CHECK: printf("%zu", (size_t) 42);
H A Dwarn-strncat-size.c6 typedef __SIZE_TYPE__ size_t; typedef
7 size_t strlen (const char *s);
16 char *strncat(char *restrict s1, const char *restrict s2, size_t n);
H A Dformat-strings-scanf.c7 typedef __typeof(sizeof(int)) size_t; typedef
H A Dbuiltins.c113 typedef __typeof(sizeof(int)) size_t; typedef
114 size_t strlen(const char *);
/external/clang/test/CodeGen/
H A D2007-03-05-DataLayout.c6 typedef __SIZE_TYPE__ size_t; typedef
7 void * malloc(size_t size);
H A D2009-01-21-InvalidIterator.c3 typedef long unsigned int size_t; typedef
69 _Unwind_IteratePhdrCallback (struct dl_phdr_info *info, size_t size, void *ptr)
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-scalars.cpp7 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
14 size_t __size_;
16 initializer_list(const _E* __b, size_t __s)
25 typedef size_t size_type;
32 size_t size() const {return __size_;}
H A Dcxx0x-initializer-constructor.cpp7 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
14 size_t __size_;
16 initializer_list(const _E* __b, size_t __s)
25 typedef size_t size_type;
32 size_t size() const {return __size_;}
H A Dcxx0x-initializer-stdinitializerlist.cpp9 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
16 size_t __size_;
18 initializer_list(const _E* __b, size_t __s)
27 typedef size_t size_type;
34 size_t size() const {return __size_;}
/external/e2fsprogs/e2fsck/
H A Dmtrace.h53 #undef size_t macro
54 #define size_t unsigned int macro
61 extern __ptr_t malloc __P ((size_t __size));
64 extern __ptr_t realloc __P ((__ptr_t __ptr, size_t __size));
66 extern __ptr_t calloc __P ((size_t __nmemb, size_t __size));
71 extern __ptr_t memalign __P ((size_t __alignment, size_t __size));
74 extern __ptr_t valloc __P ((size_t __size));
130 size_t nfre
[all...]
/external/grub/netboot/
H A Dlinux-asm-string.h22 typedef int size_t; typedef
24 extern void *__memcpy(void * to, const void * from, size_t n);
25 extern void *__constant_memcpy(void * to, const void * from, size_t n);
26 extern void *memmove(void * dest,const void * src, size_t n);
27 extern void *__memset_generic(void * s, char c,size_t count);
28 extern void *__constant_c_memset(void * s, unsigned long c, size_t count);
29 extern void *__constant_c_and_count_memset(void * s, unsigned long pattern, size_t count);
32 extern inline void * __memcpy(void * to, const void * from, size_t n)
55 extern inline void * __constant_memcpy(void * to, const void * from, size_t n)
128 extern inline void * memmove(void * dest,const void * src, size_t
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h68 #define size_t SizeT macro
/external/srtp/
H A Dconfig_in.h170 #undef size_t macro

Completed in 378 milliseconds

1234