Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isVariable
Function
isVariable
lib/token.h:424–426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
422
return mTokType == eEnumerator;
423
}
424
bool isVariable() const {
425
return mTokType == eVariable;
426
}
427
bool isOp() const {
428
return (isConstOp() ||
429
isAssignmentOp() ||
Callers
1
TokenAndName
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected