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

Method error

lib/preprocessor.cpp:1019–1022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017}
1018
1019void Preprocessor::error(const simplecpp::Location& loc, const std::string &msg, simplecpp::Output::Type type)
1020{
1021 error(loc, msg, simplecppErrToId(type));
1022}
1023
1024void Preprocessor::error(const simplecpp::Location& loc, const std::string &msg, const std::string& id)
1025{

Callers 2

getErrorMessagesMethod · 0.45
checkInternalMethod · 0.45

Calls 4

simplecppErrToIdFunction · 0.85
ErrorMessageClass · 0.70
emptyMethod · 0.45
reportErrMethod · 0.45

Tested by

no test coverage detected