Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dutils.h49 explicit UnreachableException(const char *msg) : msg_(msg) {} in UnreachableException() function
50 explicit UnreachableException(const std::string_view &msg) : msg_(msg) {} in UnreachableException() function