Searched refs:CheckInstanceofExpression (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | binaryExpression.cpp | 167 return checker->CheckInstanceofExpression(leftType, rightType, right_, this); in Check()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | binaryLikeExpression.cpp | 173 Type *Checker::CheckInstanceofExpression(Type *leftType, Type *rightType, const ir::Expression *rig… in CheckInstanceofExpression() function in panda::es2panda::checker::Checker
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | binaryLikeExpression.cpp | 184 Type *TSChecker::CheckInstanceofExpression(Type *leftType, Type *rightType, ir::Expression *rightEx… in CheckInstanceofExpression() function in ark::es2panda::checker::TSChecker
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSchecker.h | 380 …Type *CheckInstanceofExpression(Type *leftType, Type *rightType, ir::Expression *rightExpr, ir::As…
|
| D | TSAnalyzer.cpp | 498 …return checker->CheckInstanceofExpression(leftRightType.leftType, leftRightType.rightType, expr->R… in Check()
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 467 … Type *CheckInstanceofExpression(Type *leftType, Type *rightType, const ir::Expression *rightExpr,
|