Lines Matching refs:unaryOp
1211 def unaryOp(self, node, op):
1216 return self.unaryOp(node, 'UNARY_INVERT')
1219 return self.unaryOp(node, 'UNARY_NEGATIVE')
1222 return self.unaryOp(node, 'UNARY_POSITIVE')
1225 return self.unaryOp(node, 'UNARY_INVERT')
1228 return self.unaryOp(node, 'UNARY_NOT')
1231 return self.unaryOp(node, 'UNARY_CONVERT')