Searched refs:AlignedCharArrayUnion (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AlignOf.h | 27 template <typename T, typename... Ts> struct AlignedCharArrayUnion { struct
|
H A D | ErrorOr.h | 255 AlignedCharArrayUnion<storage_type> TStorage; 256 AlignedCharArrayUnion<std::error_code> ErrorStorage;
|
H A D | Error.h | 730 AlignedCharArrayUnion<storage_type> TStorage; 731 AlignedCharArrayUnion<error_type> ErrorStorage;
|
H A D | JSON.h | 522 mutable llvm::AlignedCharArrayUnion<bool, double, int64_t, uint64_t,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 947 AlignedCharArrayUnion<BucketT[InlineBuckets], LargeRep> storage; 1092 AlignedCharArrayUnion<BucketT[InlineBuckets]> TmpStorage; in grow()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 393 AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
|
H A D | SelectionDAGNodes.h | 3165 using LargestSDNode = AlignedCharArrayUnion<AtomicSDNode, TargetIndexSDNode,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 123 AlignedCharArrayUnion<APFloat> FpValBuf;
|