Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ astOperand2
Function
astOperand2
lib/token.h:1575–1577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1573
return mImpl->mAstOperand1;
1574
}
1575
Token * astOperand2() {
1576
return mImpl->mAstOperand2;
1577
}
1578
const Token * astOperand2() const {
1579
return mImpl->mAstOperand2;
1580
}
Callers
4
isBinaryOp
Function · 0.85
isUnaryOp
Function · 0.85
isUnaryPreOp
Method · 0.85
astStringZ3
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected