/external/clang/lib/StaticAnalyzer/Checkers/ |
MacOSXAPIChecker.cpp | 95 auto report = llvm::make_unique<BugReport>(*BT_dispatchOnce, os.str(), N);
|
VforkChecker.cpp | 136 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N);
|
BasicObjCFoundationChecks.cpp | 210 auto R = llvm::make_unique<BugReport>(*BT, Msg, N); 519 auto report = llvm::make_unique<BugReport>(*BT, os.str(), N); 608 auto report = llvm::make_unique<BugReport>(*BT, description, N); 669 auto report = llvm::make_unique<BugReport>(*BT, os.str(), N); 822 auto R = llvm::make_unique<BugReport>(*BT, os.str(), errorNode.getValue()); [all...] |
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 295 Mgr = llvm::make_unique<AnalysisManager>( 710 return llvm::make_unique<AnalysisConsumer>( 746 auto Stream = llvm::make_unique<llvm::raw_fd_ostream>(FD, true); 748 return llvm::make_unique<UbigraphViz>(std::move(Stream), P);
|
/external/clang/tools/clang-check/ |
ClangCheck.cpp | 146 return llvm::make_unique<clang::ASTConsumer>();
|
/external/clang/unittests/Sema/ |
ExternalSemaSourceTest.cpp | 145 return llvm::make_unique<clang::ASTConsumer>();
|
/external/clang/unittests/Tooling/ |
TestVisitor.h | 101 return llvm::make_unique<FindConsumer>(Visitor);
|
/external/llvm/include/llvm/Support/ |
Registry.h | 200 static std::unique_ptr<T> CtorFn() { return make_unique<V>(); }
|
/external/llvm/lib/CodeGen/ |
GCMetadata.cpp | 70 Functions.push_back(make_unique<GCFunctionInfo>(F, *S));
|
RegAllocPBQP.cpp | 762 llvm::make_unique<PBQPRAConstraintList>(); 763 ConstraintsRoot->addConstraint(llvm::make_unique<SpillCosts>()); 764 ConstraintsRoot->addConstraint(llvm::make_unique<Interference>()); 766 ConstraintsRoot->addConstraint(llvm::make_unique<Coalescing>());
|
/external/llvm/lib/Transforms/Utils/ |
CloneModule.cpp | 44 llvm::make_unique<Module>(M->getModuleIdentifier(), M->getContext());
|
/external/llvm/utils/TableGen/ |
DAGISelEmitter.cpp | 161 llvm::make_unique<ScopeMatcher>(PatternMatchers);
|
CodeGenTarget.cpp | 223 RegBank = llvm::make_unique<CodeGenRegBank>(Records); 273 SchedModels = llvm::make_unique<CodeGenSchedModels>(Records, *this); 284 Instructions[Insts[i]] = llvm::make_unique<CodeGenInstruction>(Insts[i]);
|
/frameworks/native/libs/ui/ |
GraphicBufferMapper.cpp | 47 : mLoader(std::make_unique<Gralloc1::Loader>()),
|
/external/clang/tools/driver/ |
cc1as_main.cpp | 271 auto Out = llvm::make_unique<raw_fd_ostream>( 383 auto FOut = llvm::make_unique<formatted_raw_ostream>(*Out); 393 BOS = make_unique<buffer_ostream>(*FDOS);
|
/external/llvm/docs/tutorial/ |
LangImpl8.rst | 78 - auto Proto = llvm::make_unique<PrototypeAST>("", std::vector<std::string>()); 79 + auto Proto = llvm::make_unique<PrototypeAST>("main", std::vector<std::string>()); 324 LHS = llvm::make_unique<BinaryExprAST>(BinLoc, BinOp, std::move(LHS),
|
/external/llvm/lib/ProfileData/ |
InstrProfReader.cpp | 88 auto Result = llvm::make_unique<IndexedInstrProfReader>(std::move(Buffer)); 329 std::unique_ptr<InstrProfSymtab> NewSymtab = make_unique<InstrProfSymtab>(); 602 std::unique_ptr<InstrProfSymtab> NewSymtab = make_unique<InstrProfSymtab>();
|
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 216 auto Out = llvm::make_unique<tool_output_file>(OutputFilename, EC, 494 auto FOut = llvm::make_unique<formatted_raw_ostream>(*OS); 508 BOS = make_unique<buffer_ostream>(Out->os());
|
/system/core/init/ |
init.cpp | 685 parser.AddSectionParser("service",std::make_unique<ServiceParser>()); 686 parser.AddSectionParser("on", std::make_unique<ActionParser>()); 687 parser.AddSectionParser("import", std::make_unique<ImportParser>());
|
/external/clang/lib/Driver/ |
Tools.cpp | [all...] |
/external/clang/lib/Basic/ |
VirtualFileSystem.cpp | 522 Dir->addChild(Name, llvm::make_unique<detail::InMemoryFile>( 535 Name, llvm::make_unique<detail::InMemoryDirectory>(std::move(Stat)))); [all...] |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 150 auto FileOS = llvm::make_unique<llvm::raw_fd_ostream>( 164 auto Logger = llvm::make_unique<LogDiagnosticPrinter>(*OS, DiagOpts, 582 auto OS = llvm::make_unique<llvm::raw_null_ostream>(); 706 auto B = llvm::make_unique<llvm::buffer_ostream>(*OS); [all...] |
SerializedDiagnosticPrinter.cpp | 312 return llvm::make_unique<SDiagsWriter>(OutputFile, Diags, MergeChildRecords); 773 State->MetaDiagnostics = llvm::make_unique<DiagnosticsEngine>( 810 auto OS = llvm::make_unique<llvm::raw_fd_ostream>(State->OutputFile.c_str(), [all...] |
VerifyDiagnosticConsumer.cpp | 85 llvm::make_unique<VerifyFileTracker>(*this, *SrcManager)); 895 return llvm::make_unique<StandardDirective>(DirectiveLoc, DiagnosticLoc, 921 return llvm::make_unique<RegexDirective>(
|
/external/clang/tools/libclang/ |
Indexing.cpp | 428 PP.addPPCallbacks(llvm::make_unique<IndexPPCallbacks>(PP, IndexCtx)); 434 SKCtrl = llvm::make_unique<TUSkipBodyControl>(*SKData, *PPRec, PP); 437 return llvm::make_unique<IndexingConsumer>(IndexCtx, SKCtrl.get()); [all...] |