Home
last modified time | relevance | path

Searched defs:token (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/assembler/utils/
Dnumber-utils.h35 std::string_view token = p; in ValidateInteger() local
126 std::string_view token = p; in ValidateFloat() local
/arkcompiler/runtime_core/static_core/assembler/utils/
Dnumber-utils.h35 std::string_view token = p; in ValidateInteger() local
130 std::string_view token = p; in ValidateFloat() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-context.h45 std::string_view token; /* current token */ member
Dassembly-parser.cpp1194 auto token = context_.GiveToken(); in LabelValidName() local
1575 auto token = context_.GiveToken(); in ParseStringLiteral() local
/arkcompiler/runtime_core/assembler/
Dassembly-context.h44 std::string_view token; /* current token */ member
Dassembly-parser.cpp1148 auto token = context_.GiveToken(); in LabelValidName() local
1529 auto token = context_.GiveToken(); in ParseStringLiteral() local
/arkcompiler/ets_frontend/es2panda/util/
DsymbolTable.cpp135 auto token = input.substr(lastPos, curPos - lastPos); in GetStringItems() local
/arkcompiler/ets_frontend/ets2panda/ir/
DastDump.cpp107 void AstDumper::SerializeToken(lexer::TokenType token) in SerializeToken()
DastDump.h95 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property()
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.h80 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property()
DastDump.cpp116 void AstDumper::SerializeToken(lexer::TokenType token) in SerializeToken()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp79 std::string token; in GetStringItems() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dstacktrace.cpp64 std::string token; in Next() local
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp64 std::string token; in Next() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h137 Tokens token = ParseToken(); in ParseJSONText() local
/arkcompiler/ets_frontend/ts2panda/src/
Djshelpers.js142 function modifierToFlag(token) { argument
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp137 bool ParserImpl::IsModifierKind(const lexer::Token &token) in IsModifierKind()
DASparser.cpp1233 bool ASParser::IsModifierKind(const lexer::Token &token) in IsModifierKind()
DTSparser.cpp2332 bool TSParser::IsModifierKind(const lexer::Token &token) in IsModifierKind()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp2576 auto token = lexer_->GetToken(); in ParsePrivateIdentifier() local
DparserImpl.cpp2031 static bool IsModifierKind(const lexer::Token &token) in IsModifierKind()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp80 lexer::TokenType token; member
95 static char const *TokenToStr(TokenTypeToStr const *table, lexer::TokenType token) in TokenToStr()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1361 std::string token; in GetNameForSynteticObjectType() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument