reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/DenseMap.h
  874   AlignedCharArrayUnion<BucketT[InlineBuckets], LargeRep> storage;
 1017       AlignedCharArrayUnion<BucketT[InlineBuckets]> TmpStorage;
include/llvm/ADT/IntervalMap.h
  967       AlignedCharArrayUnion<RootLeaf, RootBranchData> data;
include/llvm/ADT/SmallVector.h
   74   AlignedCharArrayUnion<SmallVectorBase> Base;
   75   AlignedCharArrayUnion<T> FirstEl;
  820   AlignedCharArrayUnion<T> InlineElts[N];
include/llvm/CodeGen/DIE.h
  370   using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
include/llvm/CodeGen/SelectionDAGNodes.h
 2581 using LargestSDNode = AlignedCharArrayUnion<AtomicSDNode, TargetIndexSDNode,
include/llvm/Support/Error.h
  676     AlignedCharArrayUnion<storage_type> TStorage;
  677     AlignedCharArrayUnion<error_type> ErrorStorage;
include/llvm/Support/ErrorOr.h
  262     AlignedCharArrayUnion<storage_type> TStorage;
  263     AlignedCharArrayUnion<std::error_code> ErrorStorage;
include/llvm/Support/JSON.h
  477   mutable llvm::AlignedCharArrayUnion<bool, double, int64_t, llvm::StringRef,
include/llvm/Support/YAMLTraits.h
 1330   using Storage = AlignedCharArrayUnion<TNorm>;
 1367   using Storage = AlignedCharArrayUnion<TNorm>;
lib/Transforms/InstCombine/InstCombineAddSub.cpp
  122     AlignedCharArrayUnion<APFloat> FpValBuf;
tools/clang/include/clang/AST/APValue.h
  277   typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
tools/clang/include/clang/AST/ASTContext.h
  594     llvm::AlignedCharArrayUnion<ast_type_traits::DynTypedNode,
tools/clang/include/clang/AST/ASTTypeTraits.h
  461   llvm::AlignedCharArrayUnion<const void *, TemplateArgument,
tools/clang/include/clang/Frontend/PrecompiledPreamble.h
  200     llvm::AlignedCharArrayUnion<TempPCHFile, InMemoryPreamble> Storage = {};