Home
last modified time | relevance | path

Searched refs:CheckNumericOperatorContext (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp908 bool CheckNumericOperatorContext(ir::Expression *expression, lexer::TokenType op) in CheckNumericOperatorContext() function
976 auto leftIsIntEnum = CheckNumericOperatorContext(leftExp, op); in CheckNeedToGenerateGetValueForBinaryExpression()
977 auto rightIsIntEnum = CheckNumericOperatorContext(rightExp, op); in CheckNeedToGenerateGetValueForBinaryExpression()