Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ astOperand1
Function
astOperand1
lib/token.h:1569–1571 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1567
}
1568
1569
Token * astOperand1() {
1570
return mImpl->mAstOperand1;
1571
}
1572
const Token * astOperand1() const {
1573
return mImpl->mAstOperand1;
1574
}
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