HomeSort by relevance Sort by last modified time
    Searched defs:size_t (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/clang/test/PCH/
va_arg.cpp 8 typedef __SIZE_TYPE__ size_t; typedef
11 int vsnprintf(char * , size_t, const char * , va_list) ;
  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
p2-noexceptions.cpp 5 typedef __SIZE_TYPE__ size_t; typedef in namespace:std
10 void* operator new(std::size_t);
11 void* operator new[](std::size_t);
p2.cpp 19 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/
p20-0x.cpp 2 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}}
p19.cpp 2 typedef __SIZE_TYPE__ size_t; typedef
9 static void* operator new(size_t) {
31 static void* operator new[](size_t) {
  /hardware/ti/omap3/dspbridge/inc/
getsection.h 21 #ifndef _SIZE_T_DEFINED_ /* Android sets _SIZE_T_DEFINED_ on defining size_t */
22 typedef unsigned int size_t; typedef
120 extern size_t DLOAD_RoundUpSectionSize(LDR_ADDR sectSize);
  /external/clang/test/Sema/
format-strings-scanf.c 3 typedef __typeof(sizeof(int)) size_t; typedef
darwin-align-cast.c 4 typedef __darwin_size_t size_t; typedef
18 ssize_t sendFileDescriptor(int fd, void *data, size_t nbytes, int sendfd) {
  /external/clang/test/Analysis/
undef-buffers.c 2 typedef __typeof(sizeof(int)) size_t; typedef
3 void *malloc(size_t);
additive-folding-range-constraints.c 4 typedef typeof(sizeof(int)) size_t; typedef
5 void *malloc(size_t);
no-outofbounds.c 22 typedef typeof(sizeof(int)) size_t; typedef
23 void *malloc(size_t);
27 struct vec { size_t len; int data[0]; };
reference.cpp 3 typedef typeof(sizeof(int)) size_t; typedef
4 void malloc (size_t);
string-fail.c 33 typedef typeof(sizeof(int)) size_t; typedef
41 size_t strnlen(const char *s, size_t maxlen);
57 size_t a = strnlen(z.a, 10);
59 size_t b = strnlen(z.a, 10);
65 size_t c = strnlen(z.a, 10);
72 size_t a = strnlen(x, 10);
73 size_t b = strnlen(x, 10);
79 size_t c = strnlen(x, 10);
86 size_t a = strnlen(global_strn, 10)
    [all...]
  /external/clang/test/CodeGenCXX/
virtual-base-ctor.cpp 6 typedef __typeof(sizeof(int)) size_t; typedef
7 struct A { int a; A() { y = ((size_t)this - (size_t)&x) / sizeof(void*); } };
delete-two-arg.cpp 3 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/
typedef_guards.c 15 typedef __typeof__(sizeof(int)) size_t; typedef
23 extern void bar(size_t x);
  /external/clang/test/SemaCXX/
no-exceptions.cpp 5 typedef __SIZE_TYPE__ size_t; typedef
11 void* operator new(size_t x);
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/
config.h 7 #undef size_t macro
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/
config.h 11 #undef size_t macro
  /external/webkit/Tools/android/flex-2.5.4a/MISC/OS2/
config.h 9 #undef size_t macro
  /external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
vms-conf.h 7 #undef size_t macro
  /prebuilt/sdk/11/renderscript/clang-include/
stddef.h 32 typedef __typeof__(sizeof(int)) size_t; typedef
  /external/clang/lib/Headers/
stddef.h 35 typedef __typeof__(sizeof(int)) size_t; typedef
  /external/expat/lib/
macconfig.h 50 #undef size_t macro
  /external/expat/vms/
expat_config.h 19 #undef size_t macro

Completed in 1951 milliseconds

1 2 3 4 5 6