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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/docs/tutorial/
LangImpl4.rst 134 TheModule = llvm::make_unique<Module>("my cool jit", getGlobalContext());
138 TheFPM = llvm::make_unique<FunctionPassManager>(TheModule.get());
239 TheJIT = llvm::make_unique<KaleidoscopeJIT>();
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 180 BranchesOut[Target] = make_unique<Branch>(Condition, Code);
258 Prior->BranchesOut[Split] = make_unique<Branch>(Details->Condition,
263 Split->BranchesOut[Post] = make_unique<Branch>(Details->Condition,
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 128 mHwcDevice = std::make_unique<HWC2::Device>(
131 mAdapter = std::make_unique<HWC2On1Adapter>(
140 mHwcDevice = std::make_unique<HWC2::Device>(
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 94 return llvm::make_unique<DERIVED>(*static_cast<const DERIVED *>(this));
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 273 return llvm::make_unique<PCHContainerGenerator>(CI, MainFileName,
  /external/clang/lib/Frontend/
ASTUnit.cpp 138 D = llvm::make_unique<OnDiskData>();
717 AST->Reader->setListener(llvm::make_unique<ASTInfoCollector>(
884 llvm::make_unique<MacroDefinitionTrackerPPCallbacks>(
886 return llvm::make_unique<TopLevelDeclTrackerConsumer>(
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 211 llvm::make_unique<BugReport>(*BT, os.str(), errorNode));
NSErrorChecker.cpp 278 BR.emitReport(llvm::make_unique<BugReport>(*bug, os.str(), event.SinkNode));
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 305 PP.addPPCallbacks(llvm::make_unique<MacroTracker>(Macros));
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 247 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context);
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 94 auto U = llvm::make_unique<UnitType>(Context, Section, DA, RS, SS, SOS,
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 92 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 187 auto FOut = llvm::make_unique<formatted_raw_ostream>(Out);
  /external/llvm/lib/Object/
IRObjectFile.cpp 318 return llvm::make_unique<IRObjectFile>(Object, std::move(M));
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 97 is64bit(is64bit), TLOF(make_unique<NVPTXTargetObjectFile>()),
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 321 auto Op = make_unique<SparcOperand>(k_Token);
331 auto Op = make_unique<SparcOperand>(k_Register);
341 auto Op = make_unique<SparcOperand>(k_Immediate);
413 auto Op = make_unique<SparcOperand>(k_MemoryReg);
    [all...]
  /external/llvm/tools/lto/
lto.cpp 309 InLocalContext ? new LibLTOCodeGenerator(make_unique<LLVMContext>())
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 354 auto RawSymbol = llvm::make_unique<MockRawSymbol>(Tag);
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 305 auto Dst = llvm::make_unique<Module>("Linked", C);
  /frameworks/base/tools/aapt2/link/
ManifestFixer.cpp 269 std::unique_ptr<xml::Element> usesSdk = util::make_unique<xml::Element>();
ReferenceLinker.cpp 148 transformed = util::make_unique<String>(
  /frameworks/base/tools/aapt2/util/
Util.h 109 std::unique_ptr<T> make_unique(Args&&... args) { function in namespace:aapt::util
  /system/core/libmemunreachable/
ThreadCapture.cpp 342 impl_ = impl_allocator.make_unique(pid, impl_allocator);
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 457 llvm::make_unique<ARCMTMacroTrackerPPCallbacks>(ARCMTMacroLocs));
458 return llvm::make_unique<ASTConsumer>();
  /external/clang/lib/Basic/
FileManager.cpp 140 auto UDE = llvm::make_unique<DirectoryEntry>();
374 VirtualFileEntries.push_back(llvm::make_unique<FileEntry>());

Completed in 1230 milliseconds

1 2 3 4 5 6 7 8 91011>>