HomeSort by relevance Sort by last modified time
    Searched defs:size_t (Results 226 - 250 of 388) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 247 typedef _EFI_SIZE_T_ size_t; typedef
  /external/clang/test/Analysis/
NewDelete-checker-test.cpp 5 typedef __typeof__(sizeof(int)) size_t; typedef
6 extern "C" void *malloc(size_t);
bstring.c 27 typedef typeof(sizeof(int)) size_t; typedef
38 void *__memcpy_chk(void *restrict s1, const void *restrict s2, size_t n,
39 size_t destlen);
41 #define memcpy(a,b,c) __memcpy_chk(a,b,c,(size_t)-1)
46 void *memcpy(void *restrict s1, const void *restrict s2, size_t n);
140 void memcpy_unknown_size (size_t n) {
145 void memcpy_unknown_size_warn (size_t n) {
158 void *__mempcpy_chk(void *restrict s1, const void *restrict s2, size_t n,
159 size_t destlen);
161 #define mempcpy(a,b,c) __mempcpy_chk(a,b,c,(size_t)-1
    [all...]
inline.cpp 6 typedef __typeof__(sizeof(int)) size_t; typedef
7 extern "C" void *malloc(size_t);
10 inline void* operator new(size_t, void* __p) throw()
new.cpp 6 typedef __typeof__(sizeof(int)) size_t; typedef
7 extern "C" void *malloc(size_t);
42 void *operator new(size_t, size_t, int *);
53 void *operator new(size_t, void *, void *);
  /external/clang/test/CXX/class.access/
p4.cpp 252 typedef __typeof__(sizeof(int)) size_t; typedef in namespace:test8
255 void *operator new(size_t s);
258 void *operator new(size_t s, int n);
  /external/clang/test/CXX/drs/
dr14xx.cpp 201 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
208 size_t __size_;
210 initializer_list(const _E* __b, size_t __s)
217 typedef size_t size_type;
224 size_t size() const {return __size_;}
dr15xx.cpp 52 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
59 size_t __size_;
61 initializer_list(const _E* __b, size_t __s)
68 typedef size_t size_type;
75 size_t size() const {return __size_;}
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist.cpp 4 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_;}
mangle-exprs.cpp 4 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/SemaCXX/
cxx0x-cursory-default-delete.cpp 199 using size_t = decltype(sizeof(0));
200 void *operator new(size_t) = delete; // expected-error {{deleted definition must be first declaration}} expected-note {{implicit}} variable
cxx0x-initializer-constructor.cpp 7 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_;}
378 void *operator new(std::size_t, A);
cxx0x-initializer-stdinitializerlist.cpp 9 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_;}
scope-check.cpp 330 typedef decltype(sizeof(int)) size_t; typedef in namespace:std
333 size_t size;
334 initializer_list(const T *, size_t);
  /external/llvm/include/llvm/ADT/
Hashing.h 73 size_t value;
81 hash_code(size_t value) : value(value) {}
84 /*explicit*/ operator size_t() const { return value; }
94 friend size_t hash_value(const hash_code &code) { return code.value; }
136 void set_fixed_execution_hash_seed(size_t fixed_value);
170 inline uint64_t rotate(uint64_t val, size_t shift) {
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Hashing.h 73 size_t value;
81 hash_code(size_t value) : value(value) {}
84 /*explicit*/ operator size_t() const { return value; }
94 friend size_t hash_value(const hash_code &code) { return code.value; }
136 void set_fixed_execution_hash_seed(size_t fixed_value);
170 inline uint64_t rotate(uint64_t val, size_t shift) {
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed)
    [all...]
  /external/v8/include/
v8-inspector.h 40 StringView(const uint8_t* characters, size_t length)
43 StringView(const uint16_t* characters, size_t length)
47 size_t length() const { return m_length; }
56 size_t m_length;
93 void* operator new(size_t) = delete; member in class:v8_inspector::V8ContextInfo
94 void* operator new(size_t, NotNullTagEnum, void*) = delete;
95 void* operator new(size_t, void*) = delete;
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 11 typedef __SIZE_TYPE__ size_t; typedef
75 size_t size;
135 IPC::WriteParam(pickle, size_t(0)); // ERROR
194 IPC_TEST_MESSAGE(__COUNTER__, (bool, size_t, Empty, long)) // 2 ERRORs
200 IPC_TEST_MESSAGE(__COUNTER__, (char, short, std::pair<size_t, bool>)) // ERROR
223 CALL_WRITEPARAM(size_t) // ERROR
234 typedef size_t my_size;
245 typedef size_t my_size_base;
254 CALL_WRITEPARAM(std::vector<size_t>) // ERROR
290 size_t get_size() const { return 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 73 size_t value;
81 hash_code(size_t value) : value(value) {}
84 /*explicit*/ operator size_t() const { return value; }
94 friend size_t hash_value(const hash_code &code) { return code.value; }
136 void set_fixed_execution_hash_seed(size_t fixed_value);
170 inline uint64_t rotate(uint64_t val, size_t shift) {
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Hashing.h 73 size_t value;
81 hash_code(size_t value) : value(value) {}
84 /*explicit*/ operator size_t() const { return value; }
94 friend size_t hash_value(const hash_code &code) { return code.value; }
136 void set_fixed_execution_hash_seed(size_t fixed_value);
170 inline uint64_t rotate(uint64_t val, size_t shift) {
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Hashing.h 73 size_t value;
81 hash_code(size_t value) : value(value) {}
84 /*explicit*/ operator size_t() const { return value; }
94 friend size_t hash_value(const hash_code &code) { return code.value; }
136 void set_fixed_execution_hash_seed(size_t fixed_value);
170 inline uint64_t rotate(uint64_t val, size_t shift) {
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Hashing.h 73 size_t value;
81 hash_code(size_t value) : value(value) {}
84 /*explicit*/ operator size_t() const { return value; }
94 friend size_t hash_value(const hash_code &code) { return code.value; }
136 void set_fixed_execution_hash_seed(size_t fixed_value);
170 inline uint64_t rotate(uint64_t val, size_t shift) {
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Hashing.h 73 size_t value;
81 hash_code(size_t value) : value(value) {}
84 /*explicit*/ operator size_t() const { return value; }
94 friend size_t hash_value(const hash_code &code) { return code.value; }
136 void set_fixed_execution_hash_seed(size_t fixed_value);
170 inline uint64_t rotate(uint64_t val, size_t shift) {
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Hashing.h 73 size_t value;
81 hash_code(size_t value) : value(value) {}
84 /*explicit*/ operator size_t() const { return value; }
94 friend size_t hash_value(const hash_code &code) { return code.value; }
136 void set_fixed_execution_hash_seed(size_t fixed_value);
170 inline uint64_t rotate(uint64_t val, size_t shift) {
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Hashing.h 73 size_t value;
81 hash_code(size_t value) : value(value) {}
84 /*explicit*/ operator size_t() const { return value; }
94 friend size_t hash_value(const hash_code &code) { return code.value; }
136 void set_fixed_execution_hash_seed(size_t fixed_value);
170 inline uint64_t rotate(uint64_t val, size_t shift) {
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed)
    [all...]

Completed in 1318 milliseconds

1 2 3 4 5 6 7 8 91011>>