Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclaration.h36 enum class VariableDeclarationKind { CONST, LET, VAR }; enumerator
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DvariableDeclaration.h29 enum class VariableDeclarationKind { CONST, LET, VAR }; enumerator
DvariableDeclarator.h29 CONST, enumerator
/arkcompiler/ets_frontend/es2panda/parser/
DparserFlags.h40 CONST = (1 << 5), enumerator
/arkcompiler/ets_frontend/ets2panda/parser/
DparserFlags.h41 CONST = 1U << 5U, enumerator
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmem.h177 enum class MapPtrType { CONST, NON_CONST }; enumerator
/arkcompiler/runtime_core/libpandabase/os/
Dmem.h175 enum class MapPtrType { CONST, NON_CONST }; enumerator
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeFlags.h51 CONST = 1U << 10U, enumerator