HomeSort by relevance Sort by last modified time
    Searched full:make_unique (Results 176 - 200 of 368) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/Analysis/
AssumptionCache.cpp 110 FunctionCallbackVH(&F, this), llvm::make_unique<AssumptionCache>(F)));
CallGraph.cpp 25 CallsExternalNode(llvm::make_unique<CallGraphNode>(nullptr)) {
173 CGN = llvm::make_unique<CallGraphNode>(const_cast<Function *>(F));
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 359 return llvm::make_unique<DIAEnumSymbols>(Session, DiaEnumerator);
377 return llvm::make_unique<DIAEnumSymbols>(Session, DiaEnumerator);
396 return llvm::make_unique<DIAEnumSymbols>(Session, DiaEnumerator);
405 return llvm::make_unique<DIAEnumSymbols>(Session, DiaEnumerator);
    [all...]
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 154 return new OProfileJITEventListener(llvm::make_unique<OProfileWrapper>());
  /external/llvm/lib/Object/
FunctionIndexObjectFile.cpp 104 return llvm::make_unique<FunctionIndexObjectFile>(Object, std::move(Index));
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 91 auto MappedFile = llvm::make_unique<mapped_file_region>(
YAMLTraits.cpp 337 return llvm::make_unique<ScalarHNode>(N, KeyStr);
340 return llvm::make_unique<ScalarHNode>(N, ValueCopy);
342 auto SQHNode = llvm::make_unique<SequenceHNode>(N);
351 auto mapHNode = llvm::make_unique<MapHNode>(N);
372 return llvm::make_unique<EmptyHNode>(N);
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 152 return llvm::make_unique<A57ChainingConstraint>();
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 64 TLOF(make_unique<SparcELFTargetObjectFile>()),
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 89 TLOF(make_unique<TargetLoweringObjectFileELF>()),
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 31 auto Owner = make_unique<Module>("<main>", getGlobalContext());
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 40 : mLoader(std::make_unique<Gralloc1::Loader>()),
  /system/core/libmemunreachable/tests/
Allocator_test.cpp 171 Allocator<int>::unique_ptr ptr = allocator.make_unique(0);
  /frameworks/base/tools/aapt2/link/
Link.cpp 208 std::unique_ptr<ResourceTable> table = util::make_unique<ResourceTable>();
523 mFileCollection(util::make_unique<io::FileCollection>()) {
532 util::make_unique<AssetManagerSymbolSource>();
558 util::make_unique<ResourceTableSymbolSource>(staticInclude.get()));
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 838 FSet.addLock(FactMan, llvm::make_unique<LockableFactEntry>(
879 auto UnderEntry = llvm::make_unique<LockableFactEntry>(
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 278 llvm::make_unique<BugType>(this, "Excessive Padding", "Performance");
303 auto Report = llvm::make_unique<BugReport>(*PaddingBug, Os.str(), CELoc);
DynamicTypeChecker.cpp 89 R->addVisitor(llvm::make_unique<DynamicTypeBugVisitor>(Reg));
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 253 TopDiags = llvm::make_unique<CXLoadedDiagnosticSetImpl>();
312 CurrentDiags.push_back(llvm::make_unique<CXLoadedDiagnostic>());
  /external/llvm/include/llvm/IR/
PassManagerInternal.h 298 return make_unique<ResultModelT>(Pass.run(IR, AM));
336 return make_unique<ResultModelT>(Pass.run(IR));
  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 255 llvm::make_unique<DomTreeNodeBase<typename GraphT::NodeType>>(
277 llvm::make_unique<DomTreeNodeBase<typename GraphT::NodeType>>(
  /external/llvm/tools/llc/
llc.cpp 166 auto FDOut = llvm::make_unique<tool_output_file>(OutputFilename, EC,
343 BOS = make_unique<raw_svector_ostream>(Buffer);
  /external/llvm/tools/llvm-link/
llvm-link.cpp 216 TempMDVals = llvm::make_unique<DenseMap<unsigned, MDNode *>>();
312 auto Composite = make_unique<Module>("llvm-link", Context);
  /art/runtime/base/
stl_util.h 111 // C++14 from-the-future import (std::make_unique)
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 45 return llvm::make_unique<ASTConsumer>();
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 198 auto Args = llvm::make_unique<const char*[]>(NumArgs + 2);

Completed in 2680 milliseconds

1 2 3 4 5 6 78 91011>>