Lines Matching refs:reportBug
61 ExplodedNode *reportBug(llvm::StringRef Msg, CheckerContext &C,
63 ExplodedNode *reportBug(llvm::StringRef Msg, BugReporter &BR, ExplodedNode *N,
166 ExprInspectionChecker::reportBug(llvm::StringRef Msg, CheckerContext &C, in reportBug() function in ExprInspectionChecker
169 reportBug(Msg, C.getBugReporter(), N, ExprVal); in reportBug()
174 ExprInspectionChecker::reportBug(llvm::StringRef Msg, BugReporter &BR, in reportBug() function in ExprInspectionChecker
190 reportBug("Missing argument", C); in getArgExpr()
204 reportBug("Cannot obtain the region", C); in getArgRegion()
220 reportBug(getArgumentValueString(CE, C), C); in analyzerEval()
225 reportBug("REACHABLE", C); in analyzerWarnIfReached()
249 reportBug(getArgumentValueString(CE, C), C); in analyzerCheckInlined()
260 reportBug(Ex.Visit(V), C); in analyzerExplain()
284 reportBug(OS.str(), C); in printAndReport()
299 reportBug("n/a", C); in analyzerValue()
309 reportBug(Ty.getAsString(), C); in analyzerDumpSValType()
397 if (ExplodedNode *BugNode = reportBug("SYMBOL DEAD", C)) in checkDeadSymbols()
417 reportBug(llvm::to_string(NumTimesReached), BR, N); in checkEndAnalysis()
436 reportBug(HashContent, C); in analyzerHashDump()
442 reportBug("clang_analyzer_denote() requires a symbol and a string literal", in analyzerDenote()
449 reportBug("Not a symbol", C); in analyzerDenote()
455 reportBug("Not a string literal", C); in analyzerDenote()
533 reportBug("Not a symbol", C, ArgVal); in analyzerExpress()
540 reportBug("Unable to express", C, ArgVal); in analyzerExpress()
544 reportBug(*Str, C, ArgVal); in analyzerExpress()
550 reportBug("clang_analyzer_isTainted() requires exactly one argument", C); in analyzerIsTainted()
555 reportBug(IsTainted ? "YES" : "NO", C); in analyzerIsTainted()