Home
last modified time | relevance | path

Searched refs:CheckInstanceofExpression (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DbinaryExpression.cpp167 return checker->CheckInstanceofExpression(leftType, rightType, right_, this); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DbinaryLikeExpression.cpp173 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 DbinaryLikeExpression.cpp184 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 DTSchecker.h380 Type *CheckInstanceofExpression(Type *leftType, Type *rightType, ir::Expression *rightExpr, ir::AstNode *expr);
H A DTSAnalyzer.cpp498 return checker->CheckInstanceofExpression(leftRightType.leftType, leftRightType.rightType, expr->Right(), in Check()
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h467 Type *CheckInstanceofExpression(Type *leftType, Type *rightType, const ir::Expression *rightExpr,

Completed in 7 milliseconds