|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/RegAllocPBQP.h 198 NodeMetadata& operator=(NodeMetadata &&) = default;
210 OptUnsafeEdges = std::unique_ptr<unsigned[]>(new unsigned[NumOpts]());
lib/Analysis/DependenceAnalysis.cpp 257 DV = std::make_unique<DVEntry[]>(CommonLevels);
lib/Analysis/IndirectCallPromotionAnalysis.cpp 56 ValueDataArray = std::make_unique<InstrProfValueData[]>(MaxNumPromotions);
lib/AsmParser/LLParser.cpp 3118 ID.ConstantStructElts = std::make_unique<Constant *[]>(Elts.size());
3140 ID.ConstantStructElts = std::make_unique<Constant *[]>(Elts.size());
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp 344 Res = std::make_unique<ValueMapping[]>(std::distance(Begin, End));
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp 57 Rows = std::make_unique<Entry[]>(Header.NumBuckets);
60 ColumnKinds = std::make_unique<DWARFSectionKind[]>(Header.NumColumns);
72 Rows[i].Contributions =
lib/ExecutionEngine/ExecutionEngine.cpp 343 Array = std::make_unique<char[]>((InputArgv.size()+1)*PtrSize);
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp 140 ValueDataArray =
tools/clang/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h 67 SymbolOccurrence &operator=(SymbolOccurrence &&) = default;
tools/clang/lib/AST/CXXInheritance.cpp 47 DeclsFound = std::make_unique<NamedDecl *[]>(NumDeclsFound);
tools/clang/lib/AST/Interp/InterpFrame.cpp 27 Locals = std::make_unique<char[]>(FrameSize);
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp 35 Mapping &operator=(Mapping &&Other) = default;
38 SrcToDst = std::make_unique<NodeId[]>(Size);
39 DstToSrc = std::make_unique<NodeId[]>(Size);
568 TreeDist = std::make_unique<std::unique_ptr<double[]>[]>(
570 ForestDist = std::make_unique<std::unique_ptr<double[]>[]>(
573 TreeDist[I] = std::make_unique<double[]>(size_t(S2.getSize()) + 1);
574 ForestDist[I] = std::make_unique<double[]>(size_t(S2.getSize()) + 1);
tools/clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp 110 CacheShards = std::make_unique<CacheShard[]>(NumShards);
tools/clang/lib/Tooling/Refactoring/Rename/SymbolOccurrences.cpp 28 MultipleRanges = std::make_unique<SourceRange[]>(Locations.size());
tools/llvm-objdump/MachODump.cpp 3157 info->method = std::make_unique<char[]>(
3170 info->method =
3190 info->method =