Home
last modified time | relevance | path

Searched defs:token (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/static_core/assembler/utils/
H A Dnumber-utils.cpp61 std::string_view token = p; in ValidateInteger() local
96 std::string_view token = p; ValidateFloat() local
[all...]
H A Dnumber-utils.h33 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 Dassembly-context.h44 std::string_view token; /* current token */ member
[all...]
H A Dassembly-parser.cpp1148 auto token = context_.GiveToken(); in LabelValidName() local
1529 auto token = context_.GiveToken(); in ParseStringLiteral() local
[all...]
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-context.h45 std::string_view token; /* current token */ member
[all...]
H A Dassembly-parser.cpp1216 auto token = context_.GiveToken(); in LabelValidName() local
1596 auto token = context_.GiveToken(); in ParseStringLiteral() local
[all...]
/arkcompiler/runtime_core/assembler/utils/
H A Dnumber-utils.h31 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 DastDump.h95 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property() argument
H A DastDump.cpp107 void AstDumper::SerializeToken(lexer::TokenType token) in SerializeToken() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserStatements.cpp164 auto token = Lexer()->GetToken(); in ParseTopLevelDeclStatement() local
H A DASparser.cpp1248 bool ASParser::IsModifierKind(const lexer::Token &token) in IsModifierKind() argument
H A DTSparser.cpp1965 bool TSParser::IsModifierKind(const lexer::Token &token) in IsModifierKind() argument
H A DETSparser.cpp315 const auto token = Lexer()->GetToken(); in ParseIdentKeyword() local
1173 lexer::Token token = Lexer()->GetToken(); in ParseSingleExport() local
[all...]
H A DparserImpl.cpp129 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 DastDump.h80 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property() argument
H A DastDump.cpp116 void AstDumper::SerializeToken(lexer::TokenType token) in SerializeToken() argument
/arkcompiler/ets_frontend/es2panda/util/
H A DsymbolTable.cpp157 auto token = input.substr(lastPos, curPos - lastPos); in GetStringItems() local
/arkcompiler/runtime_core/libpandabase/os/
H A Dstacktrace.cpp64 std::string token; in Next() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dstacktrace.cpp64 std::string token; in Next() local
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.h121 auto token = GetToken(); in TryEatTokenType() local
131 auto token = GetToken(); in TryEatTokenKeyword() local
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.cpp87 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 Doptions.cpp88 std::string token; in GetStringItems() local
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h293 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 Djson_parser.cpp68 Tokens token = ParseToken(); in ParseJSONText() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp2603 auto token = lexer_->GetToken(); ParsePrivateIdentifier() local
[all...]

Completed in 27 milliseconds

12