Lines Matching refs:reportBug
52 ExplodedNode *reportBug(llvm::StringRef Msg, CheckerContext &C) const;
53 ExplodedNode *reportBug(llvm::StringRef Msg, BugReporter &BR,
131 ExplodedNode *ExprInspectionChecker::reportBug(llvm::StringRef Msg, in reportBug() function in ExprInspectionChecker
134 reportBug(Msg, C.getBugReporter(), N); in reportBug()
138 ExplodedNode *ExprInspectionChecker::reportBug(llvm::StringRef Msg, in reportBug() function in ExprInspectionChecker
160 reportBug(getArgumentValueString(CE, C), C); in analyzerEval()
165 reportBug("REACHABLE", C); in analyzerWarnIfReached()
189 reportBug(getArgumentValueString(CE, C), C); in analyzerCheckInlined()
195 reportBug("Missing argument for explaining", C); in analyzerExplain()
201 reportBug(Ex.Visit(V), C); in analyzerExplain()
207 reportBug("Missing argument for dumping", C); in analyzerDump()
216 reportBug(OS.str(), C); in analyzerDump()
222 reportBug("Missing region for obtaining extent", C); in analyzerGetExtent()
228 reportBug("Obtaining extent of a non-region", C); in analyzerGetExtent()
268 if (ExplodedNode *BugNode = reportBug("SYMBOL DEAD", C)) in checkDeadSymbols()
288 reportBug(llvm::to_string(NumTimesReached), BR, N); in checkEndAnalysis()
307 reportBug(HashContent, C); in analyzerHashDump()
313 reportBug("clang_analyzer_denote() requires a symbol and a string literal", in analyzerDenote()
320 reportBug("Not a symbol", C); in analyzerDenote()
326 reportBug("Not a string literal", C); in analyzerDenote()
389 reportBug("clang_analyzer_express() requires a symbol", C); in analyzerExpress()
395 reportBug("Not a symbol", C); in analyzerExpress()
402 reportBug("Unable to express", C); in analyzerExpress()
406 reportBug(*Str, C); in analyzerExpress()