Searched refs:AlignedCharArrayUnion (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | ErrorOr.h | 263 AlignedCharArrayUnion<storage_type> TStorage; 264 AlignedCharArrayUnion<std::error_code> ErrorStorage;
|
| H A D | AlignOf.h | 138 struct AlignedCharArrayUnion : llvm::AlignedCharArray< struct
|
| H A D | Error.h | 677 AlignedCharArrayUnion<storage_type> TStorage; 678 AlignedCharArrayUnion<error_type> ErrorStorage;
|
| H A D | JSON.h | 481 mutable llvm::AlignedCharArrayUnion<bool, double, int64_t, llvm::StringRef,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | PrecompiledPreamble.h | 201 llvm::AlignedCharArrayUnion<TempPCHFile, InMemoryPreamble> Storage = {};
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 75 AlignedCharArrayUnion<SmallVectorBase> Base; 76 AlignedCharArrayUnion<T> FirstEl; 830 AlignedCharArrayUnion<T> InlineElts[N];
|
| H A D | Optional.h | 33 AlignedCharArrayUnion<T> storage;
|
| H A D | DenseMap.h | 895 AlignedCharArrayUnion<BucketT[InlineBuckets], LargeRep> storage; 1038 AlignedCharArrayUnion<BucketT[InlineBuckets]> TmpStorage; in grow()
|
| H A D | IntervalMap.h | 968 AlignedCharArrayUnion<RootLeaf, RootBranchData> data;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTTypeTraits.h | 443 llvm::AlignedCharArrayUnion<const void *, TemplateArgument,
|
| H A D | APValue.h | 163 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
|
| H A D | ASTContext.h | 578 llvm::AlignedCharArrayUnion<ast_type_traits::DynTypedNode,
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
|
| H A D | SelectionDAGNodes.h | 2406 using LargestSDNode = AlignedCharArrayUnion<AtomicSDNode, TargetIndexSDNode,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 123 AlignedCharArrayUnion<APFloat> FpValBuf;
|