Searched refs:storage_type (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 630 using storage_type = uint32_t; 647 static constexpr storage_type TotalWidth = 0 654 storage_type Value; 741 storage_type getAsOpaqueInt() const { return Value; } in getAsOpaqueInt() 742 static FPOptions getFromOpaqueInt(storage_type Value) { in getFromOpaqueInt() 778 FPOptions::storage_type OverrideMask = 0; 785 using storage_type = uint64_t; variable 786 static_assert(sizeof(storage_type) >= 2 * sizeof(FPOptions::storage_type), 791 static constexpr storage_type OverrideMaskBits = 831 storage_type getAsOpaqueInt() const { in getAsOpaqueInt() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ErrorOr.h | 64 using storage_type = std::conditional_t<isRef, wrap, T>; 90 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError() 142 getStorage()->~storage_type(); in ~ErrorOr() 175 new (getStorage()) storage_type(*Other.getStorage()); in copyConstruct() 207 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct() 236 storage_type *getStorage() { in getStorage() 238 return reinterpret_cast<storage_type *>(&TStorage); in getStorage() 241 const storage_type *getStorage() const { in getStorage() 243 return reinterpret_cast<const storage_type *>(&TStorage); in getStorage() 256 AlignedCharArrayUnion<storage_type> TStorage;
|
| H A D | Error.h | 480 using storage_type = std::conditional_t<isRef, wrap, T>; 519 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError() 553 getStorage()->~storage_type(); in ~Expected() 647 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct() 670 storage_type *getStorage() { in getStorage() 672 return reinterpret_cast<storage_type *>(&TStorage); in getStorage() 675 const storage_type *getStorage() const { in getStorage() 677 return reinterpret_cast<const storage_type *>(&TStorage); in getStorage() 719 AlignedCharArrayUnion<storage_type> TStorage;
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | error.h | 194 using storage_type = std::conditional_t<IsRef, wrap, T>; variable 214 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError() 248 getStorage()->~storage_type(); in ~Expected() 320 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct() 343 storage_type *getStorage() { in getStorage() 345 return reinterpret_cast<storage_type *>(&TStorage); in getStorage() 348 const storage_type *getStorage() const { in getStorage() 350 return reinterpret_cast<const storage_type *>(&TStorage); in getStorage() 372 std::aligned_union_t<1, storage_type> TStorage;
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | MultiOnDiskHashTable.h | 46 using storage_type = const unsigned char *; variable 67 storage_type Buckets, storage_type Payload, storage_type Base, in OnDiskTable() 197 void add(file_type File, storage_type Data, Info InfoObj = Info()) { 200 storage_type Ptr = Data; 216 storage_type Buckets = Data + BucketOffset;
|
| /llvm-project-15.0.7/mlir/python/mlir/_mlir_libs/_mlir/dialects/ |
| H A D | quant.pyi | 39 def storage_type(self) -> Type: ... 71 def get(cls, flags: int, storage_type: Type, expressed_type: Type, 79 def get(cls, flags: int, storage_type: Type, expressed_type: Type, 96 def get(cls, flags: int, storage_type: Type, expressed_type: Type,
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | ms-inline-asm-fields.cpp | 44 typedef typename make_storage_type<Signed>::type storage_type; typedef 46 storage_type p; in store()
|
| /llvm-project-15.0.7/mlir/utils/gdb-scripts/ |
| H A D | prettyprinters.py | 128 storage_type = concrete_type.fields()[0].type.template_argument(2) 129 if not storage_type: 131 return AttrOrTypePrinter(type_id, impl.cast(storage_type))
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | LangOptions.cpp | 208 FPOptions::storage_type OverrideMask = 0; in getChangesSlow()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | toc-load-sched-bug.ll | 154 …eteIS2_EEE10getStorageEv = private unnamed_addr constant [206 x i8] c"storage_type *llvm::ErrorOr<…
|