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
194 reportBug("Missing argument", C); in getArgExpr()
208 reportBug("Cannot obtain the region", C); in getArgRegion()
224 reportBug(getArgumentValueString(CE, C), C); in analyzerEval()
229 reportBug("REACHABLE", C); in analyzerWarnIfReached()
253 reportBug(getArgumentValueString(CE, C), C); in analyzerCheckInlined()
264 reportBug(Ex.Visit(V), C); in analyzerExplain()
288 reportBug(OS.str(), C); in printAndReport()
303 reportBug("n/a", C); in analyzerValue()
313 reportBug(Ty.getAsString(), C); in analyzerDumpSValType()
402 if (ExplodedNode *BugNode = reportBug("SYMBOL DEAD", C)) in checkDeadSymbols()
422 reportBug(llvm::to_string(NumTimesReached), BR, N); in checkEndAnalysis()
441 reportBug(HashContent, C); in analyzerHashDump()
447 reportBug("clang_analyzer_denote() requires a symbol and a string literal", in analyzerDenote()
454 reportBug("Not a symbol", C); in analyzerDenote()
460 reportBug("Not a string literal", C); in analyzerDenote()
538 reportBug("Not a symbol", C, ArgVal); in analyzerExpress()
545 reportBug("Unable to express", C, ArgVal); in analyzerExpress()
549 reportBug(*Str, C, ArgVal); in analyzerExpress()
555 reportBug("clang_analyzer_isTainted() requires exactly one argument", C); in analyzerIsTainted()
560 reportBug(IsTainted ? "YES" : "NO", C); in analyzerIsTainted()