Home
last modified time | relevance | path

Searched refs:AlignedCharArrayUnion (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignOf.h27 template <typename T, typename... Ts> struct AlignedCharArrayUnion { struct
H A DErrorOr.h255 AlignedCharArrayUnion<storage_type> TStorage;
256 AlignedCharArrayUnion<std::error_code> ErrorStorage;
H A DError.h730 AlignedCharArrayUnion<storage_type> TStorage;
731 AlignedCharArrayUnion<error_type> ErrorStorage;
H A DJSON.h522 mutable llvm::AlignedCharArrayUnion<bool, double, int64_t, uint64_t,
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h947 AlignedCharArrayUnion<BucketT[InlineBuckets], LargeRep> storage;
1092 AlignedCharArrayUnion<BucketT[InlineBuckets]> TmpStorage; in grow()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h393 AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
H A DSelectionDAGNodes.h3165 using LargestSDNode = AlignedCharArrayUnion<AtomicSDNode, TargetIndexSDNode,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp123 AlignedCharArrayUnion<APFloat> FpValBuf;