Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isCast
Function
isCast
lib/token.h:505–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
503
return !!mImpl->mMacroName;
504
}
505
bool isCast() const {
506
return getFlag(fIsCast);
507
}
508
void isCast(bool c) {
509
setFlag(fIsCast, c);
510
}
Callers
1
replace
Method · 0.70
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected