Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isNotPossible
Method
isNotPossible
test/testvalueflow.cpp:197–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
static bool isNotPossible(const ValueFlow::Value& val) {
198
return !val.isPossible();
199
}
200
201
static bool isNotKnown(const ValueFlow::Value& val) {
202
return !val.isKnown();
Callers
nothing calls this directly
Calls
1
isPossible
Method · 0.80
Tested by
no test coverage detected