/external/llvm/lib/Target/Mips/ |
MipsTargetMachine.cpp | 92 isLittle(isLittle), TLOF(make_unique<MipsTargetObjectFile>()), 159 I = llvm::make_unique<MipsSubtarget>(TargetTriple, CPU, FS, isLittle,
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyTargetMachine.cpp | 51 TLOF(make_unique<WebAssemblyTargetObjectFile>()) { 85 I = llvm::make_unique<WebAssemblySubtarget>(TargetTriple, CPU, FS, *this);
|
/frameworks/base/tools/aapt2/diff/ |
Diff.cpp | 109 std::unique_ptr<ResourceTable> table = util::make_unique<ResourceTable>(); 115 return util::make_unique<LoadedApk>(source, std::move(apk), std::move(table));
|
/frameworks/base/tools/aapt2/link/ |
TableMerger.cpp | 285 std::unique_ptr<FileReference> newFileRef = util::make_unique<FileReference>( 298 std::unique_ptr<FileReference> fileRef = util::make_unique<FileReference>(
|
/frameworks/base/tools/aapt2/proto/ |
TableProtoSerializer.cpp | 213 std::unique_ptr<pb::ResourceTable> pbTable = util::make_unique<pb::ResourceTable>(); 277 std::unique_ptr<pb::CompiledFile> pbFile = util::make_unique<pb::CompiledFile>();
|
/frameworks/native/libs/ui/ |
Gralloc1.cpp | 386 mAdapter = std::make_unique<Gralloc1On0Adapter>(module); 390 mDevice = std::make_unique<Gralloc1::Device>(device);
|
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporterVisitors.cpp | 118 auto P = llvm::make_unique<PathDiagnosticEventPiece>( 220 BR.addVisitor(llvm::make_unique<ReturnVisitor>(CalleeContext, 568 BR.addVisitor(llvm::make_unique<FindLastStoreBRVisitor>( [all...] |
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | [all...] |
/external/clang/examples/PrintFunctionNames/ |
PrintFunctionNames.cpp | 84 return llvm::make_unique<PrintFunctionsConsumer>(CI, ParsedTemplates);
|
/external/clang/lib/Driver/ |
Driver.cpp | 483 llvm::make_unique<InputArgList>(std::move(Args)); [all...] |
/external/clang/lib/Frontend/ |
DependencyGraph.cpp | 64 PP.addPPCallbacks(llvm::make_unique<DependencyGraphCallback>(&PP, OutputFile,
|
HeaderIncludeGen.cpp | 108 PP.addPPCallbacks(llvm::make_unique<HeaderIncludesCallback>(&PP,
|
/external/clang/lib/Frontend/Rewrite/ |
HTMLPrint.cpp | 54 return llvm::make_unique<HTMLPrinter>(OS, PP, SyntaxHighlight,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
BoolAssignmentChecker.cpp | 38 C.emitReport(llvm::make_unique<BugReport>(*BT, BT->getDescription(), N));
|
CastSizeChecker.cpp | 139 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), errorNode);
|
ChrootChecker.cpp | 148 C.emitReport(llvm::make_unique<BugReport>(
|
MallocChecker.cpp | 476 return llvm::make_unique<PathDiagnosticEventPiece>(L, BR.getDescription(), [all...] |
ObjCContainersChecker.cpp | 146 auto R = llvm::make_unique<BugReport>(*BT, "Index is out of bounds", N);
|
ReturnUndefChecker.cpp | 87 auto Report = llvm::make_unique<BugReport>(BT, BT.getDescription(), N);
|
UndefBranchChecker.cpp | 99 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
|
VLASizeChecker.cpp | 75 auto report = llvm::make_unique<BugReport>(*BT, os.str(), N);
|
/external/clang/lib/Tooling/ |
CommonOptionsParser.cpp | 142 llvm::make_unique<ArgumentsAdjustingCompilations>(
|
/external/clang/unittests/Frontend/ |
FrontendActionTest.cpp | 48 return llvm::make_unique<Visitor>(CI, ActOnEndOfTranslationUnit,
|
/external/llvm/examples/HowToUseJIT/ |
HowToUseJIT.cpp | 59 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context);
|
/external/llvm/examples/Kaleidoscope/include/ |
KaleidoscopeJIT.h | 55 make_unique<SectionMemoryManager>(),
|