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

1 2 34 5 6 7 8 91011>>

  /external/llvm/unittests/ExecutionEngine/Orc/
CompileOnDemandLayerTest.cpp 67 CallbackMgr, [] { return llvm::make_unique<DummyStubsManager>(); }, true);
ObjectLinkingLayerTest.cpp 46 auto M = llvm::make_unique<Module>("", getGlobalContext());
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 116 std::unique_ptr<SymbolTable::Symbol> symbol = util::make_unique<SymbolTable::Symbol>();
154 std::unique_ptr<SymbolTable::Symbol> s = util::make_unique<SymbolTable::Symbol>();
225 s = util::make_unique<SymbolTable::Symbol>();
288 s = util::make_unique<SymbolTable::Symbol>();
  /hardware/libhardware/tests/input/evdev/
SwitchInputMapper_test.cpp 39 mMapper = std::make_unique<SwitchInputMapper>();
  /system/core/bootstat/
event_log_list_builder.cpp 35 payload_(std::make_unique<uint8_t[]>(MAX_EVENT_PAYLOAD_SIZE)) {
  /system/core/libmemunreachable/
ScopedDisableMalloc.h 97 alarm_ = std::make_unique<ScopedAlarm>(timeout_, [&]() {
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 307 auto Result = llvm::make_unique<NumberExprAST>(NumVal);
334 return llvm::make_unique<VariableExprAST>(IdName);
358 return llvm::make_unique<CallExprAST>(IdName, std::move(Args));
387 return llvm::make_unique<IfExprAST>(std::move(Cond), std::move(Then),
433 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End),
482 return llvm::make_unique<VarExprAST>(std::move(VarNames), std::move(Body));
523 return llvm::make_unique<UnaryExprAST>(Opc, std::move(Operand));
560 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS));
637 return llvm::make_unique<PrototypeAST>(FnName, ArgNames, Kind != 0,
649 return llvm::make_unique<FunctionAST>(std::move(Proto), std::move(E))
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 444 auto Result = llvm::make_unique<NumberExprAST>(NumVal);
473 return llvm::make_unique<VariableExprAST>(LitLoc, IdName);
497 return llvm::make_unique<CallExprAST>(LitLoc, IdName, std::move(Args));
528 return llvm::make_unique<IfExprAST>(IfLoc, std::move(Cond), std::move(Then),
574 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End),
623 return llvm::make_unique<VarExprAST>(std::move(VarNames), std::move(Body));
664 return llvm::make_unique<UnaryExprAST>(Opc, std::move(Operand));
701 LHS = llvm::make_unique<BinaryExprAST>(BinLoc, BinOp, std::move(LHS),
781 return llvm::make_unique<PrototypeAST>(FnLoc, FnName, ArgNames, Kind != 0,
793 return llvm::make_unique<FunctionAST>(std::move(Proto), std::move(E))
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 104 auto R = llvm::make_unique<BugReport>(*BT, BT->getName(), N);
174 auto R = llvm::make_unique<BugReport>(*BT, Message, N);
209 auto R = llvm::make_unique<BugReport>(*BT, Desc, N);
291 auto R = llvm::make_unique<BugReport>(*BT, os.str(), N);
352 auto R = llvm::make_unique<BugReport>(*BT, Desc, N);
411 llvm::make_unique<BugReport>(*BT_call_few_args, os.str(), N));
471 auto R = llvm::make_unique<BugReport>(*BT, BT->getName(), N);
514 auto report = llvm::make_unique<BugReport>(*BT_msg_ret, os.str(), N);
  /external/llvm/tools/lli/
OrcLazyJIT.cpp 56 return llvm::make_unique<CCMgrT>(0);
68 return llvm::make_unique<
  /external/parameter-framework/upstream/parameter/
SystemClass.cpp 107 utility::make_unique<VirtualSubsystemBuilder>(_logger));
193 auto library = utility::make_unique<DynamicLibrary>(strPluginFileName);
  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator_test.cpp 35 util::make_unique<StyledString>(pool.makeRef(originalStyle)).get(),
56 util::make_unique<StyledString>(pool.makeRef(originalStyle)).get(),
Pseudolocalizer.cpp 71 mImpl = util::make_unique<PseudoMethodNone>();
74 mImpl = util::make_unique<PseudoMethodAccent>();
77 mImpl = util::make_unique<PseudoMethodBidi>();
  /system/bt/vendor_libs/test_vendor_lib/src/
hci_transport.cc 131 std::make_unique<TimeStampedEvent>(std::move(event)));
155 std::make_unique<TimeStampedEvent>(std::move(event), delay));
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 300 return llvm::make_unique<VariableExprAST>(IdName);
322 return llvm::make_unique<CallExprAST>(IdName, std::move(Args));
327 auto Result = llvm::make_unique<NumberExprAST>(NumVal);
371 return llvm::make_unique<IfExprAST>(std::move(Cond), std::move(Then),
417 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End),
465 return llvm::make_unique<VarExprAST>(std::move(VarBindings), std::move(Body));
499 return llvm::make_unique<UnaryExprAST>(Opc, std::move(Operand));
535 LHS = llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS));
612 return llvm::make_unique<PrototypeAST>(FnName, std::move(ArgNames), Kind != 0,
624 return llvm::make_unique<FunctionAST>(std::move(Proto), std::move(Body))
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 300 return llvm::make_unique<VariableExprAST>(IdName);
322 return llvm::make_unique<CallExprAST>(IdName, std::move(Args));
327 auto Result = llvm::make_unique<NumberExprAST>(NumVal);
371 return llvm::make_unique<IfExprAST>(std::move(Cond), std::move(Then),
417 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End),
465 return llvm::make_unique<VarExprAST>(std::move(VarBindings), std::move(Body));
499 return llvm::make_unique<UnaryExprAST>(Opc, std::move(Operand));
535 LHS = llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS));
612 return llvm::make_unique<PrototypeAST>(FnName, std::move(ArgNames), Kind != 0,
624 return llvm::make_unique<FunctionAST>(std::move(Proto), std::move(Body))
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 300 return llvm::make_unique<VariableExprAST>(IdName);
322 return llvm::make_unique<CallExprAST>(IdName, std::move(Args));
327 auto Result = llvm::make_unique<NumberExprAST>(NumVal);
371 return llvm::make_unique<IfExprAST>(std::move(Cond), std::move(Then),
417 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End),
465 return llvm::make_unique<VarExprAST>(std::move(VarBindings), std::move(Body));
499 return llvm::make_unique<UnaryExprAST>(Opc, std::move(Operand));
535 LHS = llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS));
612 return llvm::make_unique<PrototypeAST>(FnName, std::move(ArgNames), Kind != 0,
624 return llvm::make_unique<FunctionAST>(std::move(Proto), std::move(Body))
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 127 return llvm::make_unique<ASTPrinter>(Out, /*Dump=*/false, FilterString);
134 return llvm::make_unique<ASTPrinter>(nullptr, DumpDecls, FilterString,
139 return llvm::make_unique<ASTDeclNodeLister>(nullptr);
176 return llvm::make_unique<ASTViewer>();
488 return llvm::make_unique<DeclContextPrinter>();
DependencyFile.cpp 143 llvm::make_unique<DepCollectorPPCallbacks>(*this, PP.getSourceManager()));
145 llvm::make_unique<DepCollectorMMCallbacks>(*this));
148 R.addListener(llvm::make_unique<DepCollectorASTListener>(*this));
248 llvm::make_unique<DFGMMCallback>(*Callback));
255 R.addListener(llvm::make_unique<DFGASTReaderListener>(*I));
ModuleDependencyCollector.cpp 41 R.addListener(llvm::make_unique<ModuleDependencyListener>(*this));
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 84 return llvm::make_unique<ModuleOwnerImpl<ModulePtrT>>(std::move(ModulePtr));
224 auto GVsM = llvm::make_unique<Module>((SrcM.getName() + ".globals").str(),
333 llvm::make_unique<SectionMemoryManager>(),
398 auto M = llvm::make_unique<Module>(NewName, SrcM.getContext());
448 auto MemMgr = llvm::make_unique<SectionMemoryManager>();
  /system/core/init/
action.cpp 323 trigger_queue_.push(std::make_unique<EventTrigger>(trigger));
328 trigger_queue_.push(std::make_unique<PropertyTrigger>(name, value));
337 auto action = std::make_unique<Action>(true);
346 trigger_queue_.push(std::make_unique<BuiltinTrigger>(action.get()));
409 auto action = std::make_unique<Action>(false);
  /external/llvm/include/llvm/ADT/
STLExtras.h 393 // Implement make_unique according to N3656.
400 /// auto p = make_unique<int>();
401 /// auto p = make_unique<std::tuple<int, int>>(0, 1);
404 make_unique(Args &&... args) { function in namespace:llvm
415 /// auto p = make_unique<int[]>(2); // value-initializes the array with 0's.
419 make_unique(size_t n) { function in namespace:llvm
426 make_unique(Args &&...) = delete;
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 85 return new VLIWMachineScheduler(C, make_unique<ConvergingVLIWScheduler>());
132 TLOF(make_unique<HexagonTargetObjectFile>()) {
157 I = llvm::make_unique<HexagonSubtarget>(TargetTriple, CPU, FS, *this);
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 382 outResource->value = util::make_unique<Id>();
491 return util::make_unique<StyledString>(
497 std::unique_ptr<Id> id = util::make_unique<Id>();
516 return util::make_unique<String>(
522 return util::make_unique<RawString>(
607 outResource->value = util::make_unique<Id>();
    [all...]

Completed in 624 milliseconds

1 2 34 5 6 7 8 91011>>