MCPcopy 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

isBinaryOpFunction · 0.85
isUnaryOpFunction · 0.85
isUnaryPreOpMethod · 0.85
astStringZ3Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected