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