| /arkcompiler/runtime_core/static_core/assembler/utils/ |
| H A D | number-utils.cpp | 61 std::string_view token = p; in ValidateInteger() local 96 std::string_view token = p; ValidateFloat() local [all...] |
| H A D | number-utils.h | 33 inline bool ValidateXToken(std::string_view token, size_t shift) in ValidateXToken() argument 46 inline bool ValidateBToken(std::string_view token, size_t shift) in ValidateBToken() argument 61 inline bool ValidateZeroToTenToken(std::string_view token) in ValidateZeroToTenToken() argument [all...] |
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-context.h | 44 std::string_view token; /* current token */ member [all...] |
| H A D | assembly-parser.cpp | 1148 auto token = context_.GiveToken(); in LabelValidName() local 1529 auto token = context_.GiveToken(); in ParseStringLiteral() local [all...] |
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-context.h | 45 std::string_view token; /* current token */ member [all...] |
| H A D | assembly-parser.cpp | 1216 auto token = context_.GiveToken(); in LabelValidName() local 1596 auto token = context_.GiveToken(); in ParseStringLiteral() local [all...] |
| /arkcompiler/runtime_core/assembler/utils/ |
| H A D | number-utils.h | 31 inline bool IsHexNumber(const std::string_view &token) in IsHexNumber() argument 41 inline bool IsBinaryNumber(const std::string_view &token) in IsBinaryNumber() argument 51 inline bool IsOctalNumber(const std::string_view &token) in IsOctalNumber() argument 65 std::string_view token = p; in ValidateInteger() local 133 std::string_view token = p; ValidateFloat() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astDump.h | 95 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property() argument
|
| H A D | astDump.cpp | 107 void AstDumper::SerializeToken(lexer::TokenType token) in SerializeToken() argument
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparserStatements.cpp | 164 auto token = Lexer()->GetToken(); in ParseTopLevelDeclStatement() local
|
| H A D | ASparser.cpp | 1248 bool ASParser::IsModifierKind(const lexer::Token &token) in IsModifierKind() argument
|
| H A D | TSparser.cpp | 1965 bool TSParser::IsModifierKind(const lexer::Token &token) in IsModifierKind() argument
|
| H A D | ETSparser.cpp | 315 const auto token = Lexer()->GetToken(); in ParseIdentKeyword() local 1173 lexer::Token token = Lexer()->GetToken(); in ParseSingleExport() local [all...] |
| H A D | parserImpl.cpp | 129 bool ParserImpl::IsModifierKind(const lexer::Token &token) in IsModifierKind() argument 1174 auto const &token = lexer_->GetToken(); ExpectIdentifier() local [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astDump.h | 80 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property() argument
|
| H A D | astDump.cpp | 116 void AstDumper::SerializeToken(lexer::TokenType token) in SerializeToken() argument
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | symbolTable.cpp | 157 auto token = input.substr(lastPos, curPos - lastPos); in GetStringItems() local
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | stacktrace.cpp | 64 std::string token; in Next() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | stacktrace.cpp | 64 std::string token; in Next() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| H A D | lexer.h | 121 auto token = GetToken(); in TryEatTokenType() local 131 auto token = GetToken(); in TryEatTokenKeyword() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| H A D | es2panda_lib.cpp | 87 lexer::TokenType token; member 102 __attribute__((unused)) char const *TokenToStr(TokenTypeToStr const *table, lexer::TokenType token) in TokenToStr() argument
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| H A D | options.cpp | 88 std::string token; in GetStringItems() local
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | aot_runtime_info.h | 293 char *token = strtok_r(buffer, OhosConstants::SPLIT_STR, &saveptr); in GetInfoFromBuffer() local 374 char *token; in GetRuntimeInfoByPath() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | json_parser.cpp | 68 Tokens token = ParseToken(); in ParseJSONText() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | expressionParser.cpp | 2603 auto token = lexer_->GetToken(); ParsePrivateIdentifier() local [all...] |