Searched refs:AlignedCharArrayUnion (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | AlignOf.h | 27 template <typename T, typename... Ts> struct AlignedCharArrayUnion { struct
|
H A D | ErrorOr.h | 256 AlignedCharArrayUnion<storage_type> TStorage; 257 AlignedCharArrayUnion<std::error_code> ErrorStorage;
|
H A D | Error.h | 681 AlignedCharArrayUnion<storage_type> TStorage; 682 AlignedCharArrayUnion<error_type> ErrorStorage;
|
H A D | JSON.h | 482 mutable llvm::AlignedCharArrayUnion<bool, double, int64_t, llvm::StringRef,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ParentMapContext.h | 93 llvm::AlignedCharArrayUnion<DynTypedNode, ArrayRef<DynTypedNode>> Storage;
|
H A D | ASTTypeTraits.h | 463 llvm::AlignedCharArrayUnion<const void *, TemplateArgument,
|
H A D | APValue.h | 301 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 201 llvm::AlignedCharArrayUnion<TempPCHFile, InMemoryPreamble> Storage = {};
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 904 AlignedCharArrayUnion<BucketT[InlineBuckets], LargeRep> storage; 1044 AlignedCharArrayUnion<BucketT[InlineBuckets]> TmpStorage; in grow()
|
H A D | IntervalMap.h | 971 AlignedCharArrayUnion<RootLeaf, RootBranchData> data;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 388 AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
|
H A D | SelectionDAGNodes.h | 2655 using LargestSDNode = AlignedCharArrayUnion<AtomicSDNode, TargetIndexSDNode,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 123 AlignedCharArrayUnion<APFloat> FpValBuf;
|