MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isBinaryOp

Method isBinaryOp

addons/cppcheckdata.py:505–506  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

503 return self.astOperand1 and (self.astOperand2 is None) and self.str == op
504
505 def isBinaryOp(self):
506 return self.astOperand1 and self.astOperand2
507
508 def forward(self, end=None):
509 token = self

Callers 15

pointerArithmeticMethod · 0.80
ArgumentInfoMethod · 0.80
getCastTypeStartTokenFunction · 0.80
valueFlowArrayElementFunction · 0.80
isVariableInitFunction · 0.80
isIntegralOrPointerFunction · 0.80
checkBitwiseOnBooleanMethod · 0.80
pointerArithBoolCondMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected