/external/clang/lib/Frontend/ |
FrontendActions.cpp | 39 return llvm::make_unique<ASTConsumer>(); 93 Consumers.push_back(llvm::make_unique<PCHGenerator>( 99 return llvm::make_unique<MultiplexConsumer>(std::move(Consumers)); 138 Consumers.push_back(llvm::make_unique<PCHGenerator>( 146 return llvm::make_unique<MultiplexConsumer>(std::move(Consumers)); 411 return llvm::make_unique<ASTConsumer>(); 417 return llvm::make_unique<ASTConsumer>(); 422 return llvm::make_unique<ASTConsumer>();
|
MultiplexConsumer.cpp | 246 llvm::make_unique<MultiplexASTMutationListener>(mutationListeners); 250 llvm::make_unique<MultiplexASTDeserializationListener>(
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
NonNullParamChecker.cpp | 193 auto R = llvm::make_unique<BugReport>( 207 auto R = llvm::make_unique<BugReport>(
|
TestAfterDivZeroChecker.cpp | 174 auto R = llvm::make_unique<BugReport>( 179 R->addVisitor(llvm::make_unique<DivisionBRVisitor>(Val.getAsSymbol(),
|
UnixAPIChecker.cpp | 86 auto Report = llvm::make_unique<BugReport>(*BT_open, Msg, N); 203 auto report = llvm::make_unique<BugReport>(*BT_pthreadOnce, os.str(), N); 244 auto report = llvm::make_unique<BugReport>(*BT_mallocZero, os.str(), N);
|
DereferenceChecker.cpp | 168 auto report = llvm::make_unique<BugReport>( 190 llvm::make_unique<BugReport>(*BT_undef, BT_undef->getDescription(), N);
|
SimpleStreamChecker.cpp | 219 auto R = llvm::make_unique<BugReport>(*DoubleCloseBugType, 232 auto R = llvm::make_unique<BugReport>(*LeakBugType,
|
StackAddrEscapeChecker.cpp | 111 auto report = llvm::make_unique<BugReport>(*BT_returnstack, os.str(), N); 243 auto report = llvm::make_unique<BugReport>(*BT_stackleak, os.str(), N);
|
/external/clang/tools/driver/ |
cc1_main.cpp | 73 PCHOps->registerWriter(llvm::make_unique<ObjectFilePCHContainerWriter>()); 74 PCHOps->registerReader(llvm::make_unique<ObjectFilePCHContainerReader>());
|
/external/llvm/lib/ExecutionEngine/Orc/ |
OrcCBindingsStack.h | 75 return llvm::make_unique<GenericHandleImpl<LayerT>>(Layer, 217 llvm::make_unique<SectionMemoryManager>(),
|
/external/llvm/lib/Transforms/Instrumentation/ |
CFGMST.h | 192 Iter->second = std::move(llvm::make_unique<BBInfo>(Index)); 198 Iter->second = std::move(llvm::make_unique<BBInfo>(Index));
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
unique_ptr.h | 758 /// std::make_unique for single objects 761 make_unique(_Args&&... __args) function 764 /// std::make_unique for arrays of unknown bound 767 make_unique(size_t __num) function 770 /// Disable std::make_unique for arrays of known bound 773 make_unique(_Args&&...) = delete;
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
toy.cpp | 301 return llvm::make_unique<VariableExprAST>(IdName); 323 return llvm::make_unique<CallExprAST>(IdName, std::move(Args)); 328 auto Result = llvm::make_unique<NumberExprAST>(NumVal); 372 return llvm::make_unique<IfExprAST>(std::move(Cond), std::move(Then), 418 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), 466 return llvm::make_unique<VarExprAST>(std::move(VarBindings), std::move(Body)); 500 return llvm::make_unique<UnaryExprAST>(Opc, std::move(Operand)); 536 LHS = llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); 613 return llvm::make_unique<PrototypeAST>(FnName, std::move(ArgNames), Kind != 0, 625 return llvm::make_unique<FunctionAST>(std::move(Proto), std::move(Body)) [all...] |
/external/llvm/lib/Target/SystemZ/AsmParser/ |
SystemZAsmParser.cpp | 137 return make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc); 140 auto Op = make_unique<SystemZOperand>(KindToken, Loc, Loc); 147 auto Op = make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc); 154 auto Op = make_unique<SystemZOperand>(KindAccessReg, StartLoc, EndLoc); 160 auto Op = make_unique<SystemZOperand>(KindImm, StartLoc, EndLoc); 168 auto Op = make_unique<SystemZOperand>(KindMem, StartLoc, EndLoc); 180 auto Op = make_unique<SystemZOperand>(KindImmTLS, StartLoc, EndLoc); [all...] |
/external/llvm/lib/CodeGen/MIRParser/ |
MIRParser.cpp | 215 return llvm::make_unique<Module>(Filename, Context); 236 M = llvm::make_unique<Module>(Filename, Context); 252 auto MF = llvm::make_unique<yaml::MachineFunction>(); 737 return llvm::make_unique<MIRParser>( 738 llvm::make_unique<MIRParserImpl>(std::move(Contents), Filename, Context));
|
/external/llvm/lib/Target/X86/AsmParser/ |
X86Operand.h | 468 auto Res = llvm::make_unique<X86Operand>(Token, Loc, EndLoc); 478 auto Res = llvm::make_unique<X86Operand>(Register, StartLoc, EndLoc); 489 auto Res = llvm::make_unique<X86Operand>(Immediate, StartLoc, EndLoc); 499 auto Res = llvm::make_unique<X86Operand>(Memory, StartLoc, EndLoc); 526 auto Res = llvm::make_unique<X86Operand>(Memory, StartLoc, EndLoc);
|
/frameworks/base/tools/aapt2/java/ |
JavaClassGenerator.cpp | 214 util::make_unique<ResourceArrayMember>(className); 250 styleableAttr.symbol = util::make_unique<SymbolTable::Symbol>(*symbol); 375 std::unique_ptr<IntMember> indexMember = util::make_unique<IntMember>( 455 util::make_unique<ResourceMember>(transform(unmangledName), id); 511 std::unique_ptr<ClassDefinition> classDef = util::make_unique<ClassDefinition>(
|
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 107 auto Owner = llvm::make_unique<CXStoredDiagnostic>(*SD, LangOpts); 130 llvm::make_unique<CXDiagnosticCustomNoteImpl>(Message, L)); 152 llvm::make_unique<CXDiagnosticCustomNoteImpl>(Message, L));
|
/external/llvm/lib/Target/AArch64/ |
AArch64TargetMachine.cpp | 107 return make_unique<AArch64_MachoTargetObjectFile>(); 109 return make_unique<AArch64_ELFTargetObjectFile>(); 158 I = llvm::make_unique<AArch64Subtarget>(TargetTriple, CPU, FS, *this,
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUTargetMachine.cpp | 59 return make_unique<AMDGPUHSATargetObjectFile>(); 61 return make_unique<AMDGPUTargetObjectFile>(); 65 return new ScheduleDAGMILive(C, make_unique<R600SchedStrategy>());
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetMachine.cpp | 146 return make_unique<TargetLoweringObjectFileMachO>(); 148 return make_unique<PPC64LinuxTargetObjectFile>(); 261 I = llvm::make_unique<PPCSubtarget>(
|
/frameworks/base/tools/aapt2/ |
ResourceTable.cpp | 82 std::unique_ptr<ResourceTablePackage> newPackage = util::make_unique<ResourceTablePackage>(); 166 iter, util::make_unique<ResourceConfigValue>(config, product))->get(); 310 std::unique_ptr<FileReference> fileRef = util::make_unique<FileReference>(
|
/external/llvm/lib/IR/ |
GCOV.cpp | 42 auto GFun = make_unique<GCOVFunction>(*this); 162 Blocks.push_back(make_unique<GCOVBlock>(*this, i)); 183 Edges.push_back(make_unique<GCOVEdge>(*Blocks[BlockNo], *Blocks[Dst])); 555 return llvm::make_unique<raw_null_ostream>(); 558 auto OS = llvm::make_unique<raw_fd_ostream>(CoveragePath, EC, 562 return llvm::make_unique<raw_null_ostream>();
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
LazyEmittingLayer.h | 193 auto Symbols = llvm::make_unique<StringMap<const GlobalValue*>>(); 297 return llvm::make_unique<EDS>(std::move(Ms), std::move(MemMgr),
|
ObjectLinkingLayer.h | 44 : RTDyld(llvm::make_unique<RuntimeDyld>(MemMgr, Resolver)), 127 return llvm::make_unique<LOS>(std::move(MemMgr), std::move(Resolver),
|