Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp934 bool CheckNumericOperatorContext(ir::Expression *expression, lexer::TokenType op) in CheckNumericOperatorContext() function
980 // the CheckNumericOperatorContext function in CheckRelationalOperatorsBetweenEnums()
1002 auto leftIsIntEnum = CheckNumericOperatorContext(leftExp, op); in CheckNeedToGenerateGetValueForBinaryExpression()
1003 auto rightIsIntEnum = CheckNumericOperatorContext(rightExp, op); in CheckNeedToGenerateGetValueForBinaryExpression()

Completed in 2 milliseconds