Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/assembler/utils/
Dnumber-utils.h31 inline bool IsHexNumber(const std::string_view &token) in IsHexNumber()
41 inline bool IsBinaryNumber(const std::string_view &token) in IsBinaryNumber()
51 inline bool IsOctalNumber(const std::string_view &token) in IsOctalNumber()
65 std::string_view token = p; in ValidateInteger() local
133 std::string_view token = p; in ValidateFloat() local
/arkcompiler/runtime_core/static_core/assembler/utils/
Dnumber-utils.h33 inline bool ValidateXToken(std::string_view token, size_t shift) in ValidateXToken()
46 inline bool ValidateBToken(std::string_view token, size_t shift) in ValidateBToken()
61 inline bool ValidateZeroToTenToken(std::string_view token) in ValidateZeroToTenToken()
Dnumber-utils.cpp61 std::string_view token = p; in ValidateInteger() local
96 std::string_view token = p; in ValidateFloat() local
/arkcompiler/toolchain/build/toolchain/
Dclang_static_analyzer_wrapper.py52 def interleave_args(args, token): argument
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-context.h45 std::string_view token; /* current token */ member
Dassembly-parser.cpp1216 auto token = context_.GiveToken(); in LabelValidName() local
1596 auto token = context_.GiveToken(); in ParseStringLiteral() local
/arkcompiler/runtime_core/assembler/
Dassembly-context.h44 std::string_view token; /* current token */ member
Dassembly-parser.cpp1141 auto token = context_.GiveToken(); in LabelValidName() local
1522 auto token = context_.GiveToken(); in ParseStringLiteral() local
/arkcompiler/ets_frontend/ets2panda/lexer/
Dlexer.h132 auto token = GetToken(); in TryEatTokenType() local
147 auto token = GetToken(); in TryEatTokenKeyword() local
/arkcompiler/ets_frontend/es2panda/util/
DsymbolTable.cpp155 auto token = input.substr(lastPos, curPos - lastPos); in GetStringItems() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp31 std::string token; in CheckVersion() 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/ets2panda/parser/
DETSparserStatements.cpp200 auto token = Lexer()->GetToken(); in ParseTopLevelDeclStatement() local
DparserImpl.cpp131 bool ParserImpl::IsModifierKind(const lexer::Token &token) in IsModifierKind()
1235 auto const &token = lexer_->GetToken(); in ExpectIdentifier() local
DETSparser.cpp298 const auto token = Lexer()->GetToken(); in ParseIdentKeyword() local
1404 lexer::Token token = Lexer()->GetToken(); in ParseSingleExport() local
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.cpp111 void AstDumper::SerializeToken(lexer::TokenType token) in SerializeToken()
DastDump.h80 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property()
/arkcompiler/ets_runtime/ecmascript/ohos/
Daot_runtime_info.h293 char *token = strtok_r(buffer, OhosConstants::SPLIT_STR, &saveptr); in GetInfoFromBuffer() local
374 char *token; in GetRuntimeInfoByPath() local
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
Dintrusive_instrumentator.py660 def __clear_candidates_by_token(self, candidates, token): argument
676 def __check_for_method(self, candidates, token, i): argument
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp62 lexer::TokenType token; member
77 __attribute__((unused)) char const *TokenToStr(TokenTypeToStr const *table, lexer::TokenType token) in TokenToStr()
/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_frontend/es2panda/aot/
Doptions.cpp74 std::string token; in GetStringItems() local
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts698 const token = '/home/user/data.txt'; constant
705 const token = 'data.txt'; constant

12