Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp139 bool ETSChecker::CheckBinaryOperatorForBigInt(Type *left, Type *right, ir::Expression *expr, lexer:… in CheckBinaryOperatorForBigInt() function in panda::es2panda::checker::ETSChecker
663 if (CheckBinaryOperatorForBigInt(leftType, rightType, expr, op)) { in CheckBinaryOperator()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h234 …bool CheckBinaryOperatorForBigInt(Type *left, Type *right, ir::Expression *expr, lexer::TokenType …