Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/config/whitelist/
Dwhitelist.h25 enum class WhitelistKind : uint8_t { METHOD, METHOD_CALL, CLASS, __LAST__ }; enumerator
/arkcompiler/runtime_core/verification/absint/
Dexec_context.h28 enum class EntryPointType : size_t { METHOD_BODY, EXCEPTION_HANDLER, __LAST__ = EXCEPTION_HANDLER }; enumerator