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

Function invalid

lib/analyzer.h:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 /// Return analyzer for expression at token
189 virtual ValuePtr<Analyzer> reanalyze(Token* tok, const std::string& msg = "") const = 0;
190 virtual bool invalid() const {
191 return false;
192 }
193 virtual ~Analyzer() = default;
194 Analyzer(const Analyzer&) = default;
195protected:

Callers 1

analyzeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected