Home
last modified time | relevance | path

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

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