HomeSort by: relevance | last modified time | path
    Searched refs:AlignedCharArrayUnion (Results 1 - 13 of 13) sorted by relevancy

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

Completed in 44 milliseconds