Home
last modified time | relevance | path

Searched refs:ThrowBinaryLikeError (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DbinaryLikeExpression.cpp87 ThrowBinaryLikeError(op, leftType, rightType, expr->Start()); in CheckBinaryOperator()
116 ThrowBinaryLikeError(op, leftType, rightType, expr->Start()); in CheckPlusOperator()
137 ThrowBinaryLikeError(op, leftType, rightType, expr->Start()); in CheckCompareOperator()
H A Dhelpers.cpp281 void Checker::ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType, lexer::SourcePosition lineInfo) in ThrowBinaryLikeError() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DbinaryLikeExpression.cpp93 ThrowBinaryLikeError(op, leftRightType->leftType, leftRightType->rightType, expr->Start()); in CheckBinaryOperator()
126 ThrowBinaryLikeError(op, leftRightType->leftType, leftRightType->rightType, expr->Start()); in CheckPlusOperator()
148 ThrowBinaryLikeError(op, leftRightType->leftType, leftRightType->rightType, expr->Start()); in CheckCompareOperator()
H A Dhelpers.cpp279 void TSChecker::ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType, in ThrowBinaryLikeError() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DbinaryExpression.cpp164 checker->ThrowBinaryLikeError(operator_, leftType, rightType, Start()); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h283 [[noreturn]] void ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType,
H A DTSAnalyzer.cpp485 checker->ThrowBinaryLikeError(expr->OperatorType(), leftRightType.leftType, leftRightType.rightType, in Check()
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h360 [[noreturn]] void ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType,

Completed in 8 milliseconds