Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dmodifiers.h42 static constexpr uint32_t ACC_ENUM = 0x4000; // field, class variable
Dfield_data_accessor.h111 return (access_flags_ & ACC_ENUM) != 0; in IsEnum()
/arkcompiler/runtime_core/docs/
Dfile_format.md150 | `ACC_ENUM` | `0x4000` | Declared as an element of an enum. |
180 | `ACC_ENUM` | `0x4000` | Declared as an enum type. |