Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp747 std::tuple<Type *, Type *> ETSChecker::CheckBinaryOperatorLessGreater(ir::Expression *left, ir::Exp… in CheckBinaryOperatorLessGreater() function in ark::es2panda::checker::ETSChecker
949 … return checker->CheckBinaryOperatorLessGreater(left, right, binaryParams.operationType, pos, in CheckBinaryOperatorHelper()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h367 …std::tuple<Type *, Type *> CheckBinaryOperatorLessGreater(ir::Expression *left, ir::Expression *ri…