Searched defs:KEYWORDS (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/assembler/ |
| D | lexer.cpp | 70 static const std::unordered_map<std::string_view, Token::Type> KEYWORDS = { in Findkeyword() local 72 #define KEYWORDS(name, inst_code) {std::string_view(name), Token::Type::ID_##inst_code}, in Findkeyword() macro
|
| D | lexer.h | 56 #define KEYWORDS(name, inst_code) ID_##inst_code, /* keyword type List */ macro
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | lexer.cpp | 68 static const std::unordered_map<std::string_view, Token::Type> KEYWORDS = { in Findkeyword() local 70 #define KEYWORDS(name, inst_code) {std::string_view(name), Token::Type::ID_##inst_code}, in Findkeyword() macro
|
| D | lexer.h | 62 #define KEYWORDS(name, inst_code) ID_##inst_code, /* keyword type List */ macro
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/ |
| D | completions.h | 166 enum class CompletionDataKind { DATA, KEYWORDS }; enumerator
|