Lines Matching refs:reportBug
58 ExplodedNode *reportBug(llvm::StringRef Msg, CheckerContext &C,
60 ExplodedNode *reportBug(llvm::StringRef Msg, BugReporter &BR, ExplodedNode *N,
157 ExplodedNode *ExprInspectionChecker::reportBug(llvm::StringRef Msg, in reportBug() function in ExprInspectionChecker
161 reportBug(Msg, C.getBugReporter(), N, ExprVal); in reportBug()
165 ExplodedNode *ExprInspectionChecker::reportBug(llvm::StringRef Msg, in reportBug() function in ExprInspectionChecker
185 reportBug("Missing argument", C); in getArgExpr()
199 reportBug("Cannot obtain the region", C); in getArgRegion()
215 reportBug(getArgumentValueString(CE, C), C); in analyzerEval()
220 reportBug("REACHABLE", C); in analyzerWarnIfReached()
244 reportBug(getArgumentValueString(CE, C), C); in analyzerCheckInlined()
255 reportBug(Ex.Visit(V), C); in analyzerExplain()
269 reportBug(OS.str(), C); in analyzerDump()
297 reportBug(Out.str(), C); in analyzerDumpExtent()
322 reportBug(Out.str(), C); in analyzerDumpElementCount()
357 if (ExplodedNode *BugNode = reportBug("SYMBOL DEAD", C)) in checkDeadSymbols()
377 reportBug(llvm::to_string(NumTimesReached), BR, N); in checkEndAnalysis()
396 reportBug(HashContent, C); in analyzerHashDump()
402 reportBug("clang_analyzer_denote() requires a symbol and a string literal", in analyzerDenote()
409 reportBug("Not a symbol", C); in analyzerDenote()
415 reportBug("Not a string literal", C); in analyzerDenote()
483 reportBug("Not a symbol", C); in analyzerExpress()
490 reportBug("Unable to express", C); in analyzerExpress()
494 reportBug(*Str, C, ArgVal); in analyzerExpress()
500 reportBug("clang_analyzer_isTainted() requires exactly one argument", C); in analyzerIsTainted()
505 reportBug(IsTainted ? "YES" : "NO", C); in analyzerIsTainted()