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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 66 Mapping = llvm::make_unique<MappingInfo>(Record.content(), Container);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBSymbol.h 104 return llvm::make_unique<ConcreteSymbolEnumerator<T>>(std::move(BaseIter));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Registry.h 119 static std::unique_ptr<T> CtorFn() { return make_unique<V>(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 66 Mapping = llvm::make_unique<MappingInfo>(Record.content(), Container);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBSymbol.h 104 return llvm::make_unique<ConcreteSymbolEnumerator<T>>(std::move(BaseIter));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Registry.h 119 static std::unique_ptr<T> CtorFn() { return make_unique<V>(); }
  /system/core/init/
action_manager.cpp 48 auto action = std::make_unique<Action>(true, nullptr, "<Builtin Action>", 0, name,
  /system/core/libmemunreachable/
PtracerThread.cpp 71 stack_ = std::make_unique<Stack>(PTHREAD_STACK_MIN);
  /system/extras/libperfmgr/tests/
HintManagerTest.cc 106 std::unique_ptr<TemporaryFile> tf = std::make_unique<TemporaryFile>();
111 tf = std::make_unique<TemporaryFile>();
129 files_.emplace_back(std::make_unique<TemporaryFile>());
130 files_.emplace_back(std::make_unique<TemporaryFile>());
  /system/update_engine/
hardware_android.cc 101 return std::make_unique<HardwareAndroid>();
metrics_reporter_android.cc 73 return std::make_unique<MetricsReporterAndroid>();
  /system/update_engine/update_manager/
next_update_check_policy_impl_unittest.cc 44 std::make_unique<NextUpdateCheckTimePolicyImpl>(policy_test_constants);
  /test/vts/compilation_tools/vtsc/code_gen/
CodeGenBase.cpp 121 fuzzer_generator = make_unique<HalHidlFuzzerCodeGen>(message);
  /development/vndk/tools/header-checker/header-abi-util/src/
abi_diff_helpers.cpp 189 auto enum_type_diff_ir = std::make_unique<abi_util::EnumTypeDiffIR>();
197 std::make_unique<std::pair<std::string, std::string>>(
270 std::make_unique<abi_util::RecordFieldDiffIR>(old_field, new_field)
511 auto record_type_diff_ir = std::make_unique<abi_util::RecordTypeDiffIR>();
524 std::make_unique<abi_util::AccessSpecifierDiffIR>(
531 std::make_unique<abi_util::TypeDiffIR>(
539 std::make_unique<abi_util::VTableLayoutDiffIR>(
558 std::make_unique<abi_util::CXXBaseSpecifierDiffIR>(old_bases,
  /external/clang/lib/Frontend/
FrontendActions.cpp 39 return llvm::make_unique<ASTConsumer>();
93 Consumers.push_back(llvm::make_unique<PCHGenerator>(
102 return llvm::make_unique<MultiplexConsumer>(std::move(Consumers));
141 Consumers.push_back(llvm::make_unique<PCHGenerator>(
149 return llvm::make_unique<MultiplexConsumer>(std::move(Consumers));
413 return llvm::make_unique<ASTConsumer>();
419 return llvm::make_unique<ASTConsumer>();
424 return llvm::make_unique<ASTConsumer>();
  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 193 auto R = llvm::make_unique<BugReport>(
207 auto R = llvm::make_unique<BugReport>(
PaddingChecker.cpp 278 llvm::make_unique<BugType>(this, "Excessive Padding", "Performance");
303 auto Report = llvm::make_unique<BugReport>(*PaddingBug, Os.str(), CELoc);
SimpleStreamChecker.cpp 210 auto R = llvm::make_unique<BugReport>(*DoubleCloseBugType,
223 auto R = llvm::make_unique<BugReport>(*LeakBugType,
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 128 make_unique<SectionMemoryManager>(),
209 auto FPM = llvm::make_unique<legacy::FunctionPassManager>(M.get());
  /external/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 193 auto Symbols = llvm::make_unique<StringMap<const GlobalValue*>>();
292 return llvm::make_unique<EDS>(std::move(Ms), std::move(MemMgr),
ObjectLinkingLayer.h 107 PFC(llvm::make_unique<PreFinalizeContents>(std::move(Objects),
209 return llvm::make_unique<LOS>(std::move(Objects), std::move(MemMgr),
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 102 isLittle(isLittle), TLOF(make_unique<MipsTargetObjectFile>()),
171 I = llvm::make_unique<MipsSubtarget>(TargetTriple, CPU, FS, isLittle,
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 72 TLOF(make_unique<SparcELFTargetObjectFile>()),
107 I = llvm::make_unique<SparcSubtarget>(TargetTriple, CPU, FS, *this,
  /external/llvm/lib/Transforms/Instrumentation/
CFGMST.h 191 Iter->second = std::move(llvm::make_unique<BBInfo>(Index));
197 Iter->second = std::move(llvm::make_unique<BBInfo>(Index));
  /frameworks/base/core/jni/
android_view_InputChannel.cpp 147 std::make_unique<NativeInputChannel>(serverChannel));
153 std::make_unique<NativeInputChannel>(clientChannel));

Completed in 1452 milliseconds

<<11121314151617181920>>