Searched refs:TheSize (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/parallel-libs/acxxel/ |
D | acxxel.h | 1024 index_type length() const { return TheSize; } in length() 1025 index_type size() const { return TheSize; } in size() 1027 return TheSize * sizeof(element_type); in byte_size() 1029 bool empty() const { return TheSize == 0; } in empty() 1042 TheSize, 0); in asSpan() 1048 ThePlatform, static_cast<element_type *>(ThePointer.get()), TheSize, 0); in asSpan() 1058 TheSize(ElementCount) {} in DeviceMemory() 1062 ptrdiff_t TheSize; variable 1087 : ThePlatform(nullptr), TheHandle(nullptr), TheSize(0), TheOffset(0), in DeviceMemorySpan() 1095 TheSize(ASpan.size()), TheOffset(ASpan.offset()), in DeviceMemorySpan() [all …]
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-using-decl.cpp | 133 enum { TheSize = sizeof(field) }; enumerator 137 enum { TheSize = sizeof(field) }; enumerator
|
/external/clang/test/SemaTemplate/ |
D | instantiate-using-decl.cpp | 133 enum { TheSize = sizeof(field) }; enumerator 137 enum { TheSize = sizeof(field) }; enumerator
|