Searched defs:size_t (Results 76 - 100 of 144) sorted by relevance

123456

/external/clang/test/SemaCXX/
H A Dcxx0x-cursory-default-delete.cpp84 using size_t = decltype(sizeof(0));
85 void *operator new(size_t) = delete; // expected-error {{deleted definition must be first declaration}} expected-note {{implicit}} variable
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 Dcxx1y-contextual-conversion-tweaks.cpp159 typedef decltype(sizeof(int)) size_t; typedef in namespace:extended_examples_array_bounds
162 operator size_t(); // @162
175 //expected-note@162 {{conversion to integral type 'size_t'}}
/external/mesa3d/src/mesa/main/
H A Dvsnprintf.c49 #define size_t ssize_t macro
62 size_t n;
94 size_t n;
108 vsnprintf(char *str, size_t n, char const *fmt, va_list ap)
112 size_t n;
144 snprintf(char *str, size_t n, char const *fmt, ...)
148 size_t n;
/external/nanopb-c/extra/
H A Dpb_syshdr.h34 typedef uint32_t size_t; typedef
35 #define offsetof(st, m) ((size_t)(&((st *)0)->m))
61 void *realloc(void *ptr, size_t size);
72 static size_t strlen( const char * s )
74 size_t rc = 0;
82 static void * memcpy( void *s1, const void *s2, size_t n )
93 static void * memset( void * s, int c, size_t n )
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp36 typedef uint32_t size_t; typedef in struct:clover::module
47 section(resource_id id, enum type type, size_t size,
54 size_t size;
71 argument(enum type type, size_t size) : type(type), size(size) { }
75 size_t size;
80 size_t offset, const clover::compat::vector<argument> &args) :
86 size_t offset;
/external/clang/test/Analysis/
H A Dmalloc.cpp3 typedef __typeof(sizeof(int)) size_t; typedef
4 void *malloc(size_t);
6 void *realloc(void *ptr, size_t size);
7 void *calloc(size_t nmemb, size_t size);
53 size_t length;
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 Dmalloc-plist.c5 typedef __typeof(sizeof(int)) size_t; typedef
6 void *malloc(size_t);
8 void *realloc(void *ptr, size_t size);
H A Dmisc-ps.c85 typedef unsigned int size_t; typedef
86 void __my_memset_chk(char*, int, size_t);
89 ((__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 Dreference.cpp5 typedef typeof(sizeof(int)) size_t; typedef
6 void malloc (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...]
H A Duninit-const.c6 typedef __typeof(sizeof(int)) size_t; typedef
7 void *malloc(size_t);
8 void *valloc(size_t);
H A Dunix-fns.c14 typedef __darwin_size_t size_t; typedef
15 void *calloc(size_t, size_t);
16 void *malloc(size_t);
17 void *realloc(void *, size_t);
18 void *reallocf(void *, size_t);
19 void *alloca(size_t);
20 void *valloc(size_t);
87 void pr2899_nowarn(size_t size) {
105 void test_calloc_nowarn(size_t nmem
[all...]
/external/clang/test/CodeGenCXX/
H A Darm.cpp8 typedef typeof(sizeof(int)) size_t; typedef
180 void operator delete[](void *, size_t sz);
H A Dmangle-ms-back-references.cpp48 typedef unsigned int size_t; typedef
49 void *h(size_t a, uintptr_t b) { return 0; }
/external/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp28 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
35 size_t __size_;
37 initializer_list(const _E* __b, size_t __s)
46 typedef size_t size_type;
53 size_t size() const {return __size_;}
/external/clang/test/Sema/
H A Dformat-strings-fixit.c13 typedef __SIZE_TYPE__ size_t; typedef
62 // size_t, etc.
63 printf("%f", (size_t) 42);
69 typedef size_t my_size_type;
116 size_t sizeVar;
151 typedef size_t my_size_type;
198 // CHECK: printf("%zu", (size_t) 42);
H A Dformat-strings-scanf.c7 typedef __typeof(sizeof(int)) size_t; typedef
/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/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIterationController.h75 size_t m_maxiter; ///< Max. number of iterations
79 size_t m_nit; ///< iteration number
92 IterationController(double r = 1.0E-8, int noi = 0, size_t mit = size_t(-1)) argument
116 size_t iteration() const { return m_nit; }
117 void setIteration(size_t i) { m_nit = i; }
119 size_t maxIterarions() const { return m_maxiter; }
120 void setMaxIterations(size_t i) { m_maxiter = i; }
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp36 typedef uint32_t size_t; typedef in struct:clover::module
47 section(resource_id id, enum type type, size_t size,
54 size_t size;
71 argument(enum type type, size_t size) : type(type), size(size) { }
75 size_t size;
80 size_t offset, const clover::compat::vector<argument> &args) :
86 size_t offset;
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h68 #define size_t SizeT macro
/external/chromium_org/third_party/ots/test/
H A Dlayout_common_table_test.cc15 const size_t kScriptRecordSize = 6;
16 const size_t kLangSysRecordSize = 6;
26 const size_t script_table_size = 4 + kLangSysRecordSize * langsys_count;
37 const size_t langsys_table_size = 6 + 2 * feature_count;
68 const size_t kFeatureRecordSize = 6;
78 const size_t feature_table_size = 4 + 2 * lookup_count;
239 size_t size() const { return size_; }
241 virtual bool WriteRaw(const void *data, size_t length) {
249 size_t size_;
273 const size_t) {
272 fakeTypeParserReturnsTrue(const ots::OpenTypeFile*, const uint8_t *, const size_t) argument
277 fakeTypeParserReturnsFalse(const ots::OpenTypeFile*, const uint8_t *, const size_t) argument
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp3-0x.cpp4 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
10 size_t n;
11 initializer_list(const E *p, size_t n) : p(p), n(n) {}

Completed in 323 milliseconds

123456