/external/clang/lib/StaticAnalyzer/Checkers/ |
ArrayBoundChecker.cpp | 79 auto report = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
|
CastToStructChecker.cpp | 66 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
|
DivZeroChecker.cpp | 42 auto R = llvm::make_unique<BugReport>(*BT, Msg, N);
|
NSAutoreleasePoolChecker.cpp | 71 auto Report = llvm::make_unique<BugReport>(
|
PointerArithChecker.cpp | 61 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
|
PointerSubChecker.cpp | 69 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
|
ReturnPointerRangeChecker.cpp | 83 auto report = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
|
StreamChecker.cpp | 280 C.emitReport(llvm::make_unique<BugReport>( 356 C.emitReport(llvm::make_unique<BugReport>( 387 C.emitReport(llvm::make_unique<BugReport>( 415 C.emitReport(llvm::make_unique<BugReport>(
|
UndefResultChecker.cpp | 87 auto report = llvm::make_unique<BugReport>(*BT, OS.str(), N);
|
UndefinedArraySubscriptChecker.cpp | 56 auto R = llvm::make_unique<BugReport>(*BT, BT->getName(), N);
|
UndefinedAssignmentChecker.cpp | 86 auto R = llvm::make_unique<BugReport>(*BT, str, N);
|
/external/clang/unittests/AST/ |
EvaluateAsRValueTest.cpp | 63 return llvm::make_unique<Consumer>();
|
ExternalASTSourceTest.cpp | 40 return llvm::make_unique<ASTConsumer>();
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
PDBSymbol.h | 69 return llvm::make_unique<ConcreteSymbolEnumerator<T>>(std::move(BaseIter));
|
/external/llvm/lib/AsmParser/ |
Parser.cpp | 39 make_unique<Module>(F.getBufferIdentifier(), Context);
|
/external/llvm/lib/DebugInfo/PDB/ |
PDBSymbolFunc.cpp | 95 return llvm::make_unique<FunctionArgEnumerator>(Session, *this);
|
/external/llvm/lib/Option/ |
ArgList.cpp | 393 make_unique<Arg>(Opt, MakeArgString(Opt.getPrefix() + Opt.getName()), 402 make_unique<Arg>(Opt, MakeArgString(Opt.getPrefix() + Opt.getName()), 411 make_unique<Arg>(Opt, MakeArgString(Opt.getPrefix() + Opt.getName()), 419 SynthesizedArgs.push_back(make_unique<Arg>(
|
/external/llvm/lib/Support/ |
DataStream.cpp | 79 std::unique_ptr<DataFileStreamer> s = make_unique<DataFileStreamer>();
|
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/llvm/lib/Target/ARM/ |
ARMTargetMachine.cpp | 60 return make_unique<TargetLoweringObjectFileMachO>(); 62 return make_unique<TargetLoweringObjectFileCOFF>(); 63 return make_unique<ARMElfTargetObjectFile>(); 235 I = llvm::make_unique<ARMSubtarget>(TargetTriple, CPU, FS, *this, isLittle);
|
/external/llvm/lib/Target/BPF/ |
BPFTargetMachine.cpp | 46 TLOF(make_unique<TargetLoweringObjectFileELF>()),
|
/external/llvm/lib/Target/XCore/ |
XCoreTargetMachine.cpp | 33 TLOF(make_unique<XCoreTargetObjectFile>()),
|
/hardware/libhardware/tests/input/evdev/ |
MouseInputMapper_test.cpp | 39 mMapper = std::make_unique<MouseInputMapper>();
|
/system/core/libmemunreachable/ |
LeakFolding.cpp | 36 leak_scc = scc_allocator.make_unique(scc_allocator);
|
PtracerThread.cpp | 71 stack_ = std::make_unique<Stack>(PTHREAD_STACK_MIN);
|