Home
last modified time | relevance | path

Searched refs:CheckOrOperator (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp176 return checker->CheckOrOperator(leftType, rightType, left_); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp154 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/
DbinaryLikeExpression.cpp165 Type *TSChecker::CheckOrOperator(Type *leftType, Type *rightType, ir::Expression *leftExpr) in CheckOrOperator() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h379 Type *CheckOrOperator(Type *leftType, Type *rightType, ir::Expression *leftExpr);
DTSAnalyzer.cpp450 … return checker->CheckOrOperator(leftRightType->leftType, leftRightType->rightType, expr->Left()); in CheckBinaryExprArithmLogical()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h466 Type *CheckOrOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr);