Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclaration.h36 enum class VariableDeclarationKind { CONST, LET, VAR }; enumerator
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DvariableDeclarator.h29 CONST, enumerator
DvariableDeclaration.h26 enum class VariableDeclarationKind { CONST, LET, VAR }; enumerator
/arkcompiler/ets_frontend/es2panda/parser/
DparserFlags.h40 CONST = (1 << 5), enumerator
/arkcompiler/ets_frontend/ets2panda/parser/
DparserFlags.h40 CONST = 1U << 5U, enumerator
/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts26 CONST, 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.h39 CONST = 1U << 10U, enumerator