Home
last modified time | relevance | path

Searched refs:msgClass (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_method_options.cpp153 bool ProcessSectionMsg(MethodOption::MsgClass msgClass, const PandaString &items, MethodOptions *op… in ProcessSectionMsg() argument
165 options->SetMsgClass(VerifierMessageIsValid, msgNum, msgClass); in ProcessSectionMsg()
/arkcompiler/runtime_core/static_core/verification/config/options/
Dmethod_options.h239 MethodOption::MsgClass msgClass; member
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h4514 static inline VerificationStatus MsgClassToStatus(MethodOption::MsgClass msgClass) in MsgClassToStatus() argument
4516 switch (msgClass) { in MsgClassToStatus()