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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefBranchChecker.cpp 100 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
UndefResultChecker.cpp 87 auto report = llvm::make_unique<BugReport>(*BT, OS.str(), N);
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbol.h 72 return llvm::make_unique<ConcreteSymbolEnumerator<T>>(std::move(BaseIter));
  /external/llvm/lib/Analysis/
IndirectCallPromotionAnalysis.cpp 58 ValueDataArray = llvm::make_unique<InstrProfValueData[]>(MaxNumPromotions);
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolTypeFunctionSig.cpp 79 return llvm::make_unique<FunctionArgEnumerator>(Session, *this);
  /external/llvm/lib/Support/
Error.cpp 81 return Error(llvm::make_unique<ECError>(ECError(EC)));
Timer.cpp 57 return llvm::make_unique<raw_fd_ostream>(2, false); // stderr.
59 return llvm::make_unique<raw_fd_ostream>(1, false); // stdout.
66 auto Result = llvm::make_unique<raw_fd_ostream>(
73 return llvm::make_unique<raw_fd_ostream>(2, false); // stderr.
  /external/skia/src/ports/
SkFontMgr_FontConfigInterface.cpp 37 return skstd::make_unique<SkFontData>(*fFontData);
41 return skstd::make_unique<SkFontData>(std::unique_ptr<SkStreamAsset>(fFCI->openStream(id)),
221 auto fontData = skstd::make_unique<SkFontData>(std::move(stream), ttcIndex, nullptr, 0);
251 auto fontData = skstd::make_unique<SkFontData>(std::move(stream),
  /external/skqp/src/ports/
SkFontMgr_FontConfigInterface.cpp 37 return skstd::make_unique<SkFontData>(*fFontData);
41 return skstd::make_unique<SkFontData>(std::unique_ptr<SkStreamAsset>(fFCI->openStream(id)),
221 auto fontData = skstd::make_unique<SkFontData>(std::move(stream), ttcIndex, nullptr, 0);
251 auto fontData = skstd::make_unique<SkFontData>(std::move(stream),
  /external/skqp/tests/
LazyProxyTest.cpp 134 return skstd::make_unique<ClipFP>(fProxyProvider, fTest, fAtlas);
158 out->addCoverageFP(skstd::make_unique<ClipFP>(proxyProvider, fTest, fAtlas));
198 skstd::make_unique<LazyProxyTest::Op>(proxyProvider, &test, nullTexture));
311 skstd::make_unique<LazyFailedInstantiationTestOp>(proxyProvider, &executeTestValue,
  /frameworks/base/tools/aapt2/
LoadedApk.cpp 79 table = util::make_unique<ResourceTable>();
113 return util::make_unique<LoadedApk>(source, std::move(collection), std::move(table),
123 table = util::make_unique<ResourceTable>();
156 return util::make_unique<LoadedApk>(source, std::move(collection), std::move(table),
  /frameworks/base/tools/aapt2/format/proto/
ProtoDeserialize.cpp 640 std::unique_ptr<Attribute> attr = util::make_unique<Attribute>(pb_attr.format_flags());
657 std::unique_ptr<Style> style = util::make_unique<Style>();
692 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>();
704 std::unique_ptr<Array> array = util::make_unique<Array>();
720 std::unique_ptr<Plural> plural = util::make_unique<Plural>();
757 std::unique_ptr<Reference> ref = util::make_unique<Reference>();
833 return util::make_unique<BinaryPrimitive>(val);
837 return util::make_unique<Id>();
841 return util::make_unique<String>(
846 return util::make_unique<RawString>
    [all...]
  /frameworks/base/tools/aapt2/optimize/
MultiApkGenerator.cpp 98 util::make_unique<SourcePathDiagnostics>(Source{source}, context_->GetDiagnostics());
178 filters.AddFilter(util::make_unique<SignatureFilter>());
322 std::unique_ptr<xml::Element> new_screens_el = util::make_unique<xml::Element>();
361 std::unique_ptr<xml::Element> screen = util::make_unique<xml::Element>();
  /frameworks/native/libs/gui/
DisplayEventReceiver.cpp 40 mDataChannel = std::make_unique<gui::BitTube>();
  /hardware/libhardware/tests/input/evdev/
SwitchInputMapper_test.cpp 39 mMapper = std::make_unique<SwitchInputMapper>();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 56 Mapping = llvm::make_unique<MappingInfo>(Record.content(), Container);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 56 Mapping = llvm::make_unique<MappingInfo>(Record.content(), Container);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 75 : TreeImpl(llvm::make_unique<Impl>(this, Node, AST)) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/
Config.h 194 llvm::make_unique<LTOLLVMDiagnosticHandler>(&DiagHandler), true);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 75 : TreeImpl(llvm::make_unique<Impl>(this, Node, AST)) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/
Config.h 194 llvm::make_unique<LTOLLVMDiagnosticHandler>(&DiagHandler), true);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 75 : TreeImpl(llvm::make_unique<Impl>(this, Node, AST)) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/
Config.h 194 llvm::make_unique<LTOLLVMDiagnosticHandler>(&DiagHandler), true);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 75 : TreeImpl(llvm::make_unique<Impl>(this, Node, AST)) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/
Config.h 194 llvm::make_unique<LTOLLVMDiagnosticHandler>(&DiagHandler), true);

Completed in 1817 milliseconds

1 2 3 4 5 6 7 8 91011>>