Searched refs:ThrowBinaryLikeError (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | binaryLikeExpression.cpp | 87 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 D | helpers.cpp | 281 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 D | binaryLikeExpression.cpp | 93 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 D | helpers.cpp | 279 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 D | binaryExpression.cpp | 164 checker->ThrowBinaryLikeError(operator_, leftType, rightType, Start()); in Check()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSchecker.h | 283 [[noreturn]] void ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType,
|
H A D | TSAnalyzer.cpp | 485 checker->ThrowBinaryLikeError(expr->OperatorType(), leftRightType.leftType, leftRightType.rightType, in Check()
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
H A D | checker.h | 360 [[noreturn]] void ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType,
|
Completed in 8 milliseconds