MCPcopy 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

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

Calls

no outgoing calls

Tested by

no test coverage detected