Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dmodifiers.h58 static constexpr uint32_t INTRINSIC_MASK = static_cast<uint32_t>(0xffffffff) << INTRINSIC_SHIFT; variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dmodifiers.h61 constexpr uint32_t INTRINSIC_MASK = static_cast<uint32_t>(0xffffffff) << INTRINSIC_SHIFT; variable