Lines Matching defs:op
228 static bool IsBinaryOp(Value op) { return COMMA <= op && op <= EXP; } in IsBinaryOp()
230 static bool IsTruncatingBinaryOp(Value op) { in IsTruncatingBinaryOp()
234 static bool IsCompareOp(Value op) { in IsCompareOp()
238 static bool IsOrderedRelationalCompareOp(Value op) { in IsOrderedRelationalCompareOp()
242 static bool IsEqualityOp(Value op) { in IsEqualityOp()
246 static bool IsInequalityOp(Value op) { in IsInequalityOp()
250 static bool IsArithmeticCompareOp(Value op) { in IsArithmeticCompareOp()
255 static Value NegateCompareOp(Value op) { in NegateCompareOp()
272 static Value ReverseCompareOp(Value op) { in ReverseCompareOp()
289 static bool EvalComparison(Value op, double op1, double op2) { in EvalComparison()
305 static bool IsBitOp(Value op) { in IsBitOp()
309 static bool IsUnaryOp(Value op) { in IsUnaryOp()
313 static bool IsCountOp(Value op) { in IsCountOp()
317 static bool IsShiftOp(Value op) { in IsShiftOp()