HomeSort by relevance Sort by last modified time
    Searched refs:make_unique (Results 151 - 175 of 1281) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libese/libese-cpp/tests/include/esecpp/
MockEseInterface.h 53 auto mockEse = std::make_unique<MockEseInterface>();
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context);
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h 82 make_unique<SectionMemoryManager>(),
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp 308 auto Result = llvm::make_unique<NumberExprAST>(NumVal);
335 return llvm::make_unique<VariableExprAST>(IdName);
359 return llvm::make_unique<CallExprAST>(IdName, std::move(Args));
388 return llvm::make_unique<IfExprAST>(std::move(Cond), std::move(Then),
434 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End),
483 return llvm::make_unique<VarExprAST>(std::move(VarNames), std::move(Body));
524 return llvm::make_unique<UnaryExprAST>(Opc, std::move(Operand));
561 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS));
638 return llvm::make_unique<PrototypeAST>(FnName, ArgNames, Kind != 0,
650 return llvm::make_unique<FunctionAST>(std::move(Proto), std::move(E))
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 54 Rows = llvm::make_unique<Entry[]>(Header.NumBuckets);
56 llvm::make_unique<Entry::SectionContribution *[]>(Header.NumUnits);
57 ColumnKinds = llvm::make_unique<DWARFSectionKind[]>(Header.NumColumns);
70 llvm::make_unique<Entry::SectionContribution[]>(Header.NumColumns);
  /external/llvm/lib/DebugInfo/PDB/Raw/
InfoStreamBuilder.cpp 48 auto Info = llvm::make_unique<InfoStream>(std::move(*InfoS));
  /external/llvm/lib/Support/
DataStream.cpp 79 std::unique_ptr<DataFileStreamer> s = make_unique<DataFileStreamer>();
  /external/llvm/lib/Target/AVR/
AVRTargetMachine.cpp 50 this->TLOF = make_unique<AVRTargetObjectFile>();
  /external/llvm/lib/Target/BPF/
BPFTargetMachine.cpp 53 TLOF(make_unique<TargetLoweringObjectFileELF>()),
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 43 TLOF(make_unique<TargetLoweringObjectFileELF>()),
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 41 TLOF(make_unique<XCoreTargetObjectFile>()),
  /external/llvm/tools/llvm-cov/
SourceCoverageView.cpp 77 return llvm::make_unique<CoveragePrinterText>(Opts);
79 return llvm::make_unique<CoveragePrinterHTML>(Opts);
115 return llvm::make_unique<SourceCoverageViewText>(SourceName, File, Options,
118 return llvm::make_unique<SourceCoverageViewHTML>(SourceName, File, Options,
  /external/llvm/unittests/ExecutionEngine/Orc/
CompileOnDemandLayerTest.cpp 66 CallbackMgr, [] { return llvm::make_unique<DummyStubsManager>(); }, true);
  /external/skia/src/gpu/
GrDeferredProxyUploader.h 101 : fData(skstd::make_unique<T>(std::forward<Args>(args)...)) {
  /external/skia/src/gpu/ccpr/
GrCCAtlas.cpp 96 fTopNode = skstd::make_unique<Node>(nullptr, 0, 0, fWidth, fHeight);
131 fTopNode = skstd::make_unique<Node>(std::move(fTopNode), 0, top, fWidth, fHeight);
135 fTopNode = skstd::make_unique<Node>(std::move(fTopNode), left, 0, fWidth, fHeight);
163 auto op = skstd::make_unique<DrawCoverageCountOp>(std::move(parser), fCoverageCountBatchID,
  /external/skia/tests/
CodecExactReadTest.cpp 72 skstd::make_unique<UnowningStream>(&stream)));
  /external/skqp/src/gpu/
GrDeferredProxyUploader.h 100 : fData(skstd::make_unique<T>(std::forward<Args>(args)...)) {
  /external/skqp/src/gpu/ccpr/
GrCCAtlas.cpp 87 fTopNode = skstd::make_unique<Node>(nullptr, 0, 0, initialSize, initialSize);
124 fTopNode = skstd::make_unique<Node>(std::move(fTopNode), 0, top, fWidth, fHeight);
128 fTopNode = skstd::make_unique<Node>(std::move(fTopNode), left, 0, fWidth, fHeight);
154 auto op = skstd::make_unique<DrawCoverageCountOp>(std::move(parser), fCoverageCountBatchID,
  /external/skqp/tests/
CodecExactReadTest.cpp 72 skstd::make_unique<UnowningStream>(&stream)));
  /external/swiftshader/third_party/subzero/pnacl-llvm/
DataStream.cpp 79 std::unique_ptr<DataFileStreamer> s = make_unique<DataFileStreamer>();
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
builtin_operator.h 61 auto op = absl::make_unique<TocoOperator>();
  /external/v8/tools/clang/plugins/
FindBadConstructsAction.cpp 39 return llvm::make_unique<PluginConsumer>(&instance, options_);
  /frameworks/base/libs/hwui/tests/unit/
main.cpp 70 debug::GlesDriver::replace(std::make_unique<debug::NullGlesDriver>());
  /frameworks/base/tools/aapt2/
DominatorTree.cpp 31 util::make_unique<Node>(config.get(), nullptr));
  /frameworks/base/tools/aapt2/test/
Context.h 141 util::make_unique<SymbolTable::Symbol>(id, std::move(attr), true);
151 util::make_unique<SymbolTable::Symbol>(id, std::move(attr), false);
189 std::unique_ptr<SymbolTable::Symbol> clone = util::make_unique<SymbolTable::Symbol>();
201 std::unique_ptr<StaticSymbolSource> symbol_source_ = util::make_unique<StaticSymbolSource>();

Completed in 377 milliseconds

1 2 3 4 5 67 8 91011>>