Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp145 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/es2panda/typescript/
Dchecker.h466 Type *CheckOrOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr);