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

Method invalid

lib/vf_analyzers.cpp:1319–1323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317 }
1318
1319 bool invalid() const override {
1320 if (skipUniqueExprIds() && uniqueExprId)
1321 return true;
1322 return unknown;
1323 }
1324
1325 ProgramState getProgramState() const override {
1326 ProgramState ps;

Callers 2

valueFlowGenericReverseFunction · 0.80
valueFlowGenericForwardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected