Searched refs:CheckBinaryOperatorInstanceOf (Results 1 – 2 of 2) sorted by relevance
485 std::tuple<Type *, Type *> ETSChecker::CheckBinaryOperatorInstanceOf(lexer::SourcePosition pos, in CheckBinaryOperatorInstanceOf() function in panda::es2panda::checker::ETSChecker627 return checker->CheckBinaryOperatorInstanceOf(pos, leftType, rightType); in CheckBinaryOperatorHelper()
267 …std::tuple<Type *, Type *> CheckBinaryOperatorInstanceOf(lexer::SourcePosition pos, checker::Type …