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

<<11121314151617181920>>

  /frameworks/base/tools/aapt2/split/
TableSplitter_test.cpp 195 util::make_unique<Id>(),
198 util::make_unique<Id>(),
201 util::make_unique<Id>(),
  /system/core/init/
init_first_stage.cpp 133 std::make_unique<DeviceHandler>(std::vector<Permissions>{}, std::vector<SysfsPermissions>{},
139 return std::make_unique<FirstStageMountVBootV2>();
141 return std::make_unique<FirstStageMountVBootV1>();
  /cts/tests/tests/graphics/jni/
android_graphics_cts_SyncTest.cpp 43 std::unique_ptr<pollfd[]> pollfds = std::make_unique<pollfd[]>(n);
  /development/vndk/tools/header-checker/header-abi-util/src/
so_file_parser.cpp 90 return llvm::make_unique<ELFSoFileParser<T>>(elfo);
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 84 return llvm::make_unique<PrintFunctionsConsumer>(CI, ParsedTemplates);
  /external/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp 38 C.emitReport(llvm::make_unique<BugReport>(*BT, BT->getDescription(), N));
CastSizeChecker.cpp 136 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), errorNode);
ReturnUndefChecker.cpp 87 auto Report = llvm::make_unique<BugReport>(BT, BT.getDescription(), N);
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 144 llvm::make_unique<ArgumentsAdjustingCompilations>(
  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 68 make_unique<SectionMemoryManager>(),
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 67 llvm::make_unique<object::OwningBinary<object::ObjectFile>>();
  /external/llvm/lib/Analysis/
AssumptionCache.cpp 110 FunctionCallbackVH(&F, this), llvm::make_unique<AssumptionCache>(F)));
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolFunc.cpp 96 return llvm::make_unique<FunctionArgEnumerator>(Session, *this);
  /external/llvm/lib/DebugInfo/PDB/Raw/
DbiStreamBuilder.cpp 73 auto Dbi = llvm::make_unique<DbiStream>(File, std::move(DS));
MappedBlockStream.cpp 21 // This exists so that we can use make_unique while still keeping the
302 auto Data = llvm::make_unique<IndexedStreamData>(StreamIdx, File);
303 return llvm::make_unique<MappedBlockStreamImpl>(std::move(Data), File);
308 auto Data = llvm::make_unique<DirectoryStreamData>(File);
309 return llvm::make_unique<MappedBlockStreamImpl>(std::move(Data), File);
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 154 return new OProfileJITEventListener(llvm::make_unique<OProfileWrapper>());
  /external/llvm/lib/Object/
ModuleSummaryIndexObjectFile.cpp 103 return llvm::make_unique<ModuleSummaryIndexObjectFile>(Object,
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 91 auto MappedFile = llvm::make_unique<mapped_file_region>(
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 171 return balanceFPOps() ? llvm::make_unique<A57ChainingConstraint>() : nullptr;
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.cpp 95 return make_unique<AMDGPUTargetObjectFile>();
99 return new ScheduleDAGMILive(C, make_unique<R600SchedStrategy>());
197 I = llvm::make_unique<R600Subtarget>(TargetTriple, GPU, FS, *this);
238 I = llvm::make_unique<SISubtarget>(TargetTriple, GPU, FS, *this);
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 61 return make_unique<TargetLoweringObjectFileMachO>();
63 return make_unique<TargetLoweringObjectFileCOFF>();
64 return make_unique<ARMElfTargetObjectFile>();
253 I = llvm::make_unique<ARMSubtarget>(TargetTriple, CPU, FS, *this, isLittle);
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 99 TLOF(make_unique<TargetLoweringObjectFileELF>()),
  /external/llvm/tools/llvm-pdbdump/fuzzer/
llvm-pdbdump-fuzzer.cpp 52 auto InputStream = llvm::make_unique<InputByteStream>(std::move(Buff));
  /external/skia/gm/
imagemasksubset.cpp 64 return SkImage::MakeFromGenerator(skstd::make_unique<MaskGenerator>(info));
  /external/skia/src/gpu/ccpr/
GrCCClipProcessor.cpp 28 return skstd::make_unique<GrCCClipProcessor>(fClipPath, MustCheckBounds(fMustCheckBounds),

Completed in 493 milliseconds

<<11121314151617181920>>