Home
last modified time | relevance | path

Searched defs:Token (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dlexer.h34 struct Token { struct
35 enum class Type {
72 Token() : Token(0, 0, Type::ID_BAD, "") {} in Token() argument
74 Token(size_t bL, size_t bR, Type t, std::string begOfLine) in Token() function
/arkcompiler/runtime_core/assembler/
Dlexer.h33 struct Token { struct
34 enum class Type {
66 Token() : Token(0, 0, Type::ID_BAD, "") {} in Token() argument
68 Token(size_t b_l, size_t b_r, Type t, std::string beg_of_line) in Token() argument
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants-inl.h77 #define DECL_GET_IMPL_STRING(Name, Index, Token) DECL_GET_IMPL_COMMON(JSTaggedValue, Name, Index) argument
Dglobal_env_constants.h669 #define INDEX_FILTER_STRING(Name, Index, Token) INDEX_FILTER_COMMON(Index) argument
746 #define DECL_GET_STRING(Name, Index, Token) DECL_GET_COMMON(JSTaggedValue, Name) argument
Dglobal_env_constants.cpp93 #define INIT_GLOBAL_ENV_CONSTANT_STRING(Name, Index, Token) \ in InitSharedStrings() argument
/arkcompiler/ets_frontend/ets2panda/parser/
DforwardDeclForParserImpl.h27 class Token; variable
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h42 class Token; variable