Searched defs:size_t (Results 1 - 25 of 60) sorted by relevance

123

/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
H A Dp2-noexceptions.cpp5 typedef __SIZE_TYPE__ size_t; typedef in namespace:std
10 void* operator new(std::size_t);
11 void* operator new[](std::size_t);
H A Dp2.cpp19 typedef __SIZE_TYPE__ size_t; typedef in namespace:std
22 void* operator new(std::size_t) throw(std::bad_alloc); // expected-note{{previous declaration}}
23 void* operator new[](std::size_t) throw(std::bad_alloc);
27 void* operator new(std::size_t); // expected-warning{{'operator new' is missing exception specification 'throw(std::bad_alloc)'}}
/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp20-0x.cpp2 typedef __SIZE_TYPE__ size_t; typedef
6 static void* operator new(size_t, size_t);
8 static void operator delete(void*, size_t); // expected-note{{declared here}}
H A Dp19.cpp2 typedef __SIZE_TYPE__ size_t; typedef
9 static void* operator new(size_t) {
31 static void* operator new[](size_t) {
/external/clang/test/CodeGen/
H A D2004-02-13-Memset.c3 typedef __SIZE_TYPE__ size_t; typedef
4 void *memset(void*, int, size_t);
5 void bzero(void*, size_t);
H A D2002-05-24-Alloca.c3 typedef __SIZE_TYPE__ size_t; typedef
4 void *alloca(size_t size);
/external/clang/test/CodeGenCXX/
H A Dvirtual-base-ctor.cpp6 typedef __typeof(sizeof(int)) size_t; typedef
7 struct A { int a; A() { y = ((size_t)this - (size_t)&x) / sizeof(void*); } };
H A Ddelete-two-arg.cpp3 typedef __typeof(sizeof(int)) size_t; typedef
6 struct A { void operator delete(void*,size_t); int x; };
23 void *operator new[](size_t);
24 void operator delete[](void *, size_t);
59 void operator delete[](void *, size_t);
/external/clang/test/Headers/
H A Dtypedef_guards.c15 typedef __typeof__(sizeof(int)) size_t; typedef
23 extern void bar(size_t x);
/external/clang/test/PCH/
H A Dva_arg.cpp8 typedef __SIZE_TYPE__ size_t; typedef
11 int vsnprintf(char * , size_t, const char * , va_list) ;
/external/clang/test/Sema/
H A Dformat-strings-fixit.c50 typedef __SIZE_TYPE__ size_t; typedef
55 // size_t, etc.
56 printf("%f", (size_t) 42);
82 // CHECK: printf("%zu", (size_t) 42);
H A Dformat-strings-scanf.c3 typedef __typeof(sizeof(int)) size_t; typedef
H A Ddarwin-align-cast.c4 typedef __darwin_size_t size_t; typedef
18 ssize_t sendFileDescriptor(int fd, void *data, size_t nbytes, int sendfd) {
/external/clang/test/SemaCXX/
H A Dno-exceptions.cpp5 typedef __SIZE_TYPE__ size_t; typedef
11 void* operator new(size_t x);
/external/clang/test/Analysis/
H A Dundef-buffers.c2 typedef __typeof(sizeof(int)) size_t; typedef
3 void *malloc(size_t);
H A Dadditive-folding-range-constraints.c4 typedef typeof(sizeof(int)) size_t; typedef
5 void *malloc(size_t);
H A Dno-outofbounds.c21 typedef typeof(sizeof(int)) size_t; typedef
22 void *malloc(size_t);
26 struct vec { size_t len; int data[0]; };
H A Dreference.cpp4 typedef typeof(sizeof(int)) size_t; typedef
5 void malloc (size_t);
/external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/
H A Dconfig.h7 #undef size_t macro
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/
H A Dconfig.h11 #undef size_t macro
/external/webkit/Tools/android/flex-2.5.4a/MISC/OS2/
H A Dconfig.h9 #undef size_t macro
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
H A Dvms-conf.h7 #undef size_t macro
/external/clang/lib/Headers/
H A Dstddef.h35 typedef __typeof__(sizeof(int)) size_t; typedef
/external/expat/lib/
H A Dmacconfig.h50 #undef size_t macro
/external/expat/vms/
H A Dexpat_config.h19 #undef size_t macro

Completed in 666 milliseconds

123