Home
last modified time | relevance | path

Searched full:cflowexchandlerinfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/verification/cflow/
Dcflow_info.h42 struct CflowExcHandlerInfo { struct
77 const PandaVector<CflowExcHandlerInfo> &ExcHandlers() const in ExcHandlers()
88 PandaVector<CflowExcHandlerInfo> ExcHandlers_;
Dcflow_check.cpp61 for (const CflowExcHandlerInfo &handler : cflow_info.ExcHandlers()) { in IsExceptionHanlderStart()
100 for (const CflowExcHandlerInfo &handler : cflow_info.ExcHandlers()) { in CheckInvalidCatchBlockEnter()
Dcflow_info.cpp141 PandaVector<CflowExcHandlerInfo> *exc_handlers, LibCache &cache) in ProcessCatchBlocks()
/arkcompiler/runtime_core/verification/absint/
Dabsint.cpp148 void ComputeRegContext(CflowExcHandlerInfo const &exc_handler, VerificationContext &verifCtx, RegCo… in ComputeRegContext()
206 VerificationStatus VerifyExcHandler(CflowExcHandlerInfo const &exc_handler, VerificationContext &ve… in ComputeRegContext()
260 std::vector<CflowExcHandlerInfo const *> sorted_handlers; in VerifyMethod()
/arkcompiler/runtime_core/verification/
Dmessages.yaml606 CflowExcHandlerInfo: