Searched defs:CONST (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | variableDeclaration.h | 36 enum class VariableDeclarationKind { CONST, LET, VAR }; enumerator
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | variableDeclaration.h | 29 enum class VariableDeclarationKind { CONST, LET, VAR }; enumerator
|
| D | variableDeclarator.h | 29 CONST, enumerator
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserFlags.h | 40 CONST = (1 << 5), enumerator
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserFlags.h | 41 CONST = 1U << 5U, enumerator
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | mem.h | 177 enum class MapPtrType { CONST, NON_CONST }; enumerator
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | mem.h | 175 enum class MapPtrType { CONST, NON_CONST }; enumerator
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNodeFlags.h | 51 CONST = 1U << 10U, enumerator
|