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

Method isNotImpossible

test/testvalueflow.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 static bool isNotImpossible(const ValueFlow::Value& val) {
210 return !val.isImpossible();
211 }
212
213#define testValueOfXKnown(...) testValueOfXKnown_(__FILE__, __LINE__, __VA_ARGS__)
214 bool testValueOfXKnown_(const char* file, int line, const char code[], unsigned int linenr, int value) {

Callers

nothing calls this directly

Calls 1

isImpossibleMethod · 0.80

Tested by

no test coverage detected