Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAlignOf.h27 template <typename T, typename... Ts> struct AlignedCharArrayUnion { struct
H A DErrorOr.h256 AlignedCharArrayUnion<storage_type> TStorage;
257 AlignedCharArrayUnion<std::error_code> ErrorStorage;
H A DError.h681 AlignedCharArrayUnion<storage_type> TStorage;
682 AlignedCharArrayUnion<error_type> ErrorStorage;
H A DJSON.h482 mutable llvm::AlignedCharArrayUnion<bool, double, int64_t, llvm::StringRef,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DParentMapContext.h93 llvm::AlignedCharArrayUnion<DynTypedNode, ArrayRef<DynTypedNode>> Storage;
H A DASTTypeTraits.h463 llvm::AlignedCharArrayUnion<const void *, TemplateArgument,
H A DAPValue.h301 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h201 llvm::AlignedCharArrayUnion<TempPCHFile, InMemoryPreamble> Storage = {};
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMap.h904 AlignedCharArrayUnion<BucketT[InlineBuckets], LargeRep> storage;
1044 AlignedCharArrayUnion<BucketT[InlineBuckets]> TmpStorage; in grow()
H A DIntervalMap.h971 AlignedCharArrayUnion<RootLeaf, RootBranchData> data;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h388 AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
H A DSelectionDAGNodes.h2655 using LargestSDNode = AlignedCharArrayUnion<AtomicSDNode, TargetIndexSDNode,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp123 AlignedCharArrayUnion<APFloat> FpValBuf;