Home
last modified time | relevance | path

Searched refs:clauseType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCheckingHelpers.cpp1060 ir::CatchClause *catchClause, checker::Type *clauseType)
1063 this->Relation()->IsIdenticalTo(clauseType, exception);
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp2433 auto *clauseType = exceptionType->AsETSObjectType(); in Check() local
2434 checker->CheckExceptionClauseType(exceptions, catchClause, clauseType); in Check()
2435 exceptions.emplace_back(clauseType); in Check()
H A DETSchecker.h604 checker::Type *clauseType);

Completed in 7 milliseconds