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

Function internalMatch

lib/vf_analyzers.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 virtual bool match(const Token* tok) const = 0;
75
76 virtual bool internalMatch(const Token* /*tok*/) const {
77 return false;
78 }
79
80 virtual bool isAlias(const Token* tok, bool& inconclusive) const = 0;
81

Callers 1

analyzeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected