Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DErrorOr.h263 AlignedCharArrayUnion<storage_type> TStorage;
264 AlignedCharArrayUnion<std::error_code> ErrorStorage;
H A DAlignOf.h138 struct AlignedCharArrayUnion : llvm::AlignedCharArray< struct
H A DError.h677 AlignedCharArrayUnion<storage_type> TStorage;
678 AlignedCharArrayUnion<error_type> ErrorStorage;
H A DJSON.h481 mutable llvm::AlignedCharArrayUnion<bool, double, int64_t, llvm::StringRef,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h201 llvm::AlignedCharArrayUnion<TempPCHFile, InMemoryPreamble> Storage = {};
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h75 AlignedCharArrayUnion<SmallVectorBase> Base;
76 AlignedCharArrayUnion<T> FirstEl;
830 AlignedCharArrayUnion<T> InlineElts[N];
H A DOptional.h33 AlignedCharArrayUnion<T> storage;
H A DDenseMap.h895 AlignedCharArrayUnion<BucketT[InlineBuckets], LargeRep> storage;
1038 AlignedCharArrayUnion<BucketT[InlineBuckets]> TmpStorage; in grow()
H A DIntervalMap.h968 AlignedCharArrayUnion<RootLeaf, RootBranchData> data;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTTypeTraits.h443 llvm::AlignedCharArrayUnion<const void *, TemplateArgument,
H A DAPValue.h163 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
H A DASTContext.h578 llvm::AlignedCharArrayUnion<ast_type_traits::DynTypedNode,
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDIE.h351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
H A DSelectionDAGNodes.h2406 using LargestSDNode = AlignedCharArrayUnion<AtomicSDNode, TargetIndexSDNode,
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp123 AlignedCharArrayUnion<APFloat> FpValBuf;