Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/config/options/
Dmethod_options.h67 void SetMsgClass(VerifierMessage msgNum, MethodOption::MsgClass klass) in SetMsgClass()
73 void SetMsgClass(Validator validator, size_t msgNum, MethodOption::MsgClass klass) in SetMsgClass()
85 bool CanHandleMsg(VerifierMessage msgNum) const in CanHandleMsg()
92 bool IsInMsgClass(VerifierMessage msgNum, MethodOption::MsgClass klass) const in IsInMsgClass()
97 bool IsHidden(VerifierMessage msgNum) const in IsHidden()
102 bool IsWarning(VerifierMessage msgNum) const in IsWarning()
107 bool IsError(VerifierMessage msgNum) const in IsError()
204 const auto &msgNum = m.first; in ImageMessages() local
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_method_options.cpp164 for (const auto msgNum : c.nums) { in ProcessSectionMsg() local