Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isLiteral
Function
isLiteral
lib/token.h:415–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
413
}
414
bool isUpperCaseName() const;
415
bool isLiteral() const {
416
return getFlag(fIsLiteral);
417
}
418
bool isNumber() const {
419
return mTokType == eNumber;
420
}
Callers
nothing calls this directly
Calls
1
getFlag
Function · 0.70
Tested by
no test coverage detected