MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / getErrorMessages

Function getErrorMessages

lib/checkunusedfunctions.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 static void analyseWholeProgram(const Settings &settings, ErrorLogger& errorLogger, const std::string &buildDir);
52
53 static void getErrorMessages(ErrorLogger &errorLogger) {
54 unusedFunctionError(errorLogger, "", 0, 0, 0, "funcName");
55 staticFunctionError(errorLogger, "", 0, 0, 0, "funcName");
56 }
57
58 // Return true if an error is reported.
59 bool check(const Settings& settings, ErrorLogger& errorLogger) const;

Callers 4

getErrorMessagesMethod · 0.85
parseFromArgsMethod · 0.85
getErrorMessagesMethod · 0.85
NewSuppressionDialogMethod · 0.85

Calls

no outgoing calls

Tested by 1

getErrorMessagesMethod · 0.68