Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp706 std::tuple<Type *, Type *> ETSChecker::CheckBinaryOperatorInstanceOf(lexer::SourcePosition pos, che… in CheckBinaryOperatorInstanceOf() function in ark::es2panda::checker::ETSChecker
865 return checker->CheckBinaryOperatorInstanceOf(pos, leftType, rightType); in CheckBinaryOperatorHelper()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h323 …std::tuple<Type *, Type *> CheckBinaryOperatorInstanceOf(lexer::SourcePosition pos, checker::Type …