Searched refs:CheckBinaryOperatorForBigInt (Results 1 – 2 of 2) sorted by relevance
139 bool ETSChecker::CheckBinaryOperatorForBigInt(Type *left, Type *right, ir::Expression *expr, lexer:… in CheckBinaryOperatorForBigInt() function in panda::es2panda::checker::ETSChecker663 if (CheckBinaryOperatorForBigInt(leftType, rightType, expr, op)) { in CheckBinaryOperator()
234 …bool CheckBinaryOperatorForBigInt(Type *left, Type *right, ir::Expression *expr, lexer::TokenType …