Searched refs:CheckOrOperator (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | binaryExpression.cpp | 176 return checker->CheckOrOperator(leftType, rightType, left_); in Check()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | binaryLikeExpression.cpp | 154 Type *Checker::CheckOrOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr) in CheckOrOperator() function in panda::es2panda::checker::Checker
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | binaryLikeExpression.cpp | 165 Type *TSChecker::CheckOrOperator(Type *leftType, Type *rightType, ir::Expression *leftExpr) in CheckOrOperator() function in ark::es2panda::checker::TSChecker
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSchecker.h | 379 Type *CheckOrOperator(Type *leftType, Type *rightType, ir::Expression *leftExpr);
|
| D | TSAnalyzer.cpp | 450 … return checker->CheckOrOperator(leftRightType->leftType, leftRightType->rightType, expr->Left()); in CheckBinaryExprArithmLogical()
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 466 Type *CheckOrOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr);
|