Home
last modified time | relevance | path

Searched defs:exprType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsAsExpression.cpp86 checker::Type *exprType = expression_->Check(checker); in Check() local
101 checker::Type *exprType = checker->GetBaseTypeOfLiteralType(expression_->Check(checker)); in Check() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DswitchStatement.cpp81 checker::Type *exprType = discriminant_->Check(checker); in Check() local