Home
last modified time | relevance | path

Searched defs:comparedExprType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DswitchStatement.cpp88 checker::Type *comparedExprType = exprType; in Check() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DswitchCaseStatement.cpp105 …witchCaseStatement::CheckAndTestCase(checker::ETSChecker *checker, checker::Type *comparedExprType, in CheckAndTestCase() argument
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp1280 checker::Type *comparedExprType = exprType; in Check() local
DETSAnalyzer.cpp3328 auto *comparedExprType = checker->CheckSwitchDiscriminant(st->Discriminant()); in Check() local