Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp250 bool ETSChecker::CheckBinaryOperatorForBigInt(Type *left, Type *right, lexer::TokenType op) in CheckBinaryOperatorForBigInt() function in ark::es2panda::checker::ETSChecker
1114 if (CheckBinaryOperatorForBigInt(leftType, rightType, operationType)) { in CheckBinaryOperator()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h300 bool CheckBinaryOperatorForBigInt(Type *left, Type *right, lexer::TokenType op);