Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp485 std::tuple<Type *, Type *> ETSChecker::CheckBinaryOperatorInstanceOf(lexer::SourcePosition pos, in CheckBinaryOperatorInstanceOf() function in panda::es2panda::checker::ETSChecker
627 return checker->CheckBinaryOperatorInstanceOf(pos, leftType, rightType); in CheckBinaryOperatorHelper()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h267 …std::tuple<Type *, Type *> CheckBinaryOperatorInstanceOf(lexer::SourcePosition pos, checker::Type …