Home
last modified time | relevance | path

Searched refs:emitReport (Results 1 – 25 of 140) sorted by relevance

123456

/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuConverterConfig.java51 private boolean emitReport = false; field in IcuConverterConfig.Builder
111 public Builder setEmitReport(boolean emitReport) { in setEmitReport() argument
112 this.emitReport = emitReport; in setEmitReport()
142 private final boolean emitReport; field in IcuConverterConfig
165 this.emitReport = builder.emitReport; in IcuConverterConfig()
203 public boolean emitReport() { in emitReport() method in IcuConverterConfig
204 return emitReport; in emitReport()
/external/clang/lib/StaticAnalyzer/Checkers/
DBoolAssignmentChecker.cpp27 void emitReport(ProgramStateRef state, CheckerContext &C) const;
33 void BoolAssignmentChecker::emitReport(ProgramStateRef state, in emitReport() function in BoolAssignmentChecker
38 C.emitReport(llvm::make_unique<BugReport>(*BT, BT->getDescription(), N)); in emitReport()
108 emitReport(stateLT, C); in checkBind()
144 emitReport(stateGT, C); in checkBind()
DPthreadLockChecker.cpp151 C.emitReport(std::move(report)); in AcquireLock()
213 C.emitReport(std::move(Report)); in ReleaseLock()
237 C.emitReport(std::move(report)); in ReleaseLock()
280 C.emitReport(std::move(Report)); in DestroyLock()
315 C.emitReport(std::move(Report)); in InitLock()
329 C.emitReport(std::move(Report)); in reportUseDestroyedBug()
DCallAndMessageChecker.cpp111 C.emitReport(std::move(R)); in emitBadCall()
179 C.emitReport(std::move(R)); in uninitRefOrPointer()
213 C.emitReport(std::move(R)); in PreVisitProcessArg()
296 C.emitReport(std::move(R)); in PreVisitProcessArg()
354 C.emitReport(std::move(R)); in checkPreStmt()
410 C.emitReport( in checkPreCall()
478 C.emitReport(std::move(R)); in checkPreObjCMessage()
520 C.emitReport(std::move(report)); in emitNilReceiverBug()
DObjCAtSyncChecker.cpp53 C.emitReport(std::move(report)); in checkPreStmt()
78 C.emitReport(std::move(report)); in checkPreStmt()
DMacOSKeychainAPIChecker.cpp266 C.emitReport(std::move(Report)); in generateDeallocatorMismatchReport()
311 C.emitReport(std::move(Report)); in checkPreStmt()
368 C.emitReport(std::move(Report)); in checkPreStmt()
434 C.emitReport(std::move(Report)); in checkPreStmt()
585 C.emitReport(generateAllocatedDataNotReleasedReport(P, N, C)); in checkDeadSymbols()
DUnixAPIChecker.cpp88 C.emitReport(std::move(Report)); in ReportOpenBug()
205 C.emitReport(std::move(report)); in CheckPthreadOnce()
248 C.emitReport(std::move(report)); in ReportZeroByteAllocation()
DStreamChecker.cpp280 C.emitReport(llvm::make_unique<BugReport>( in Fseek()
356 C.emitReport(llvm::make_unique<BugReport>( in CheckNullStream()
387 C.emitReport(llvm::make_unique<BugReport>( in CheckDoubleClose()
415 C.emitReport(llvm::make_unique<BugReport>( in checkDeadSymbols()
DTaintTesterChecker.cpp55 C.emitReport(std::move(report)); in checkPostStmt()
DNSAutoreleasePoolChecker.cpp75 C.emitReport(std::move(Report)); in checkPreObjCMessage()
DFixedAddressChecker.cpp62 C.emitReport(std::move(R)); in checkPreStmt()
DUndefinedArraySubscriptChecker.cpp59 C.emitReport(std::move(R)); in checkPreStmt()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DBoolAssignmentChecker.cpp26 void emitReport(ProgramStateRef state, CheckerContext &C) const;
32 void BoolAssignmentChecker::emitReport(ProgramStateRef state, in emitReport() function in BoolAssignmentChecker
38 C.emitReport( in emitReport()
92 emitReport(StOut, C); in checkBind()
DObjCAtSyncChecker.cpp52 C.emitReport(std::move(report)); in checkPreStmt()
77 C.emitReport(std::move(report)); in checkPreStmt()
DCallAndMessageChecker.cpp149 C.emitReport(std::move(R)); in emitBadCall()
230 C.emitReport(std::move(R)); in uninitRefOrPointer()
311 C.emitReport(std::move(R)); in PreVisitProcessArg()
360 C.emitReport(std::move(R)); in PreVisitProcessArg()
438 C.emitReport( in checkParameterCount()
506 C.emitReport(std::move(R)); in checkCXXDeallocation()
617 C.emitReport(std::move(R)); in checkPreObjCMessage()
664 C.emitReport(std::move(report)); in emitNilReceiverBug()
DStackAddrEscapeChecker.cpp172 C.emitReport(std::move(report)); in EmitStackError()
210 C.emitReport(std::move(Report)); in checkAsyncExecutedBlockCaptures()
234 C.emitReport(std::move(Report)); in checkReturnedBlockCaptures()
365 Ctx.emitReport(std::move(Report)); in checkEndFunction()
DCloneChecker.cpp124 BR.emitReport(std::move(R)); in reportClones()
186 BR.emitReport(std::move(R)); in reportSuspiciousClones()
DStreamChecker.cpp830 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureStreamNonNull()
855 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureStreamOpened()
871 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureStreamOpened()
911 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureNoFilePositionIndeterminate()
921 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureNoFilePositionIndeterminate()
942 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureFseekWhenceCorrect()
956 C.emitReport(std::make_unique<PathSensitiveBugReport>( in reportFEofWarning()
999 C.emitReport(std::move(R)); in reportLeaks()
DFixedAddressChecker.cpp61 C.emitReport(std::move(R)); in checkPreStmt()
DTaintTesterChecker.cpp57 C.emitReport(std::move(report)); in checkPostStmt()
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp47 BReporter.emitReport(std::move(Report)); in reportDoubleNonblocking()
67 BReporter.emitReport(std::move(Report)); in reportMissingWait()
85 BReporter.emitReport(std::move(Report)); in reportUnmatchedWait()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp46 BReporter.emitReport(std::move(Report)); in reportDoubleNonblocking()
66 BReporter.emitReport(std::move(Report)); in reportMissingWait()
84 BReporter.emitReport(std::move(Report)); in reportUnmatchedWait()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h261 void emitReport(std::unique_ptr<BugReport> R) { in emitReport() function
263 Eng.getBugReporter().emitReport(std::move(R)); in emitReport()
/external/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
DMainCallChecker.cpp42 C.emitReport(std::move(report)); in checkPreStmt()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
DPutenvWithAutoChecker.cpp59 C.emitReport(std::move(Report)); in checkPostCall()

123456