| /arkcompiler/runtime_core/assembler/utils/ |
| D | number-utils.h | 31 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/ |
| D | number-utils.h | 31 inline bool ValidateXToken(std::string_view token, size_t shift) in ValidateXToken() 44 inline bool ValidateBToken(std::string_view token, size_t shift) in ValidateBToken() 59 inline bool ValidateZeroToTenToken(std::string_view token) in ValidateZeroToTenToken() 76 std::string_view token = p; in ValidateInteger() local 145 std::string_view token = p; in ValidateFloat() local
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | clang_static_analyzer_wrapper.py | 52 def interleave_args(args, token): argument
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-context.h | 44 std::string_view token; /* current token */ member
|
| D | assembly-parser.cpp | 1148 auto token = context_.GiveToken(); in LabelValidName() local 1529 auto token = context_.GiveToken(); in ParseStringLiteral() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-context.h | 45 std::string_view token; /* current token */ member
|
| D | assembly-parser.cpp | 1216 auto token = context_.GiveToken(); in LabelValidName() local 1596 auto token = context_.GiveToken(); in ParseStringLiteral() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| D | lexer.h | 121 auto token = GetToken(); in TryEatTokenType() local 131 auto token = GetToken(); in TryEatTokenKeyword() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | symbolTable.cpp | 157 auto token = input.substr(lastPos, curPos - lastPos); in GetStringItems() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserStatements.cpp | 164 auto token = Lexer()->GetToken(); in ParseTopLevelDeclStatement() local
|
| D | parserImpl.cpp | 128 bool ParserImpl::IsModifierKind(const lexer::Token &token) in IsModifierKind() 1165 auto const &token = lexer_->GetToken(); in ExpectIdentifier() local
|
| D | ETSparser.cpp | 233 const auto token = Lexer()->GetToken(); in ParseIdentKeyword() local 1041 lexer::Token token = Lexer()->GetToken(); in ParseSingleExport() local
|
| D | ASparser.cpp | 1248 bool ASParser::IsModifierKind(const lexer::Token &token) in IsModifierKind()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | utils.cpp | 31 std::string token; in CheckVersion() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astDump.cpp | 107 void AstDumper::SerializeToken(lexer::TokenType token) in SerializeToken()
|
| D | astDump.h | 95 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property()
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astDump.h | 80 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property()
|
| D | astDump.cpp | 116 void AstDumper::SerializeToken(lexer::TokenType token) in SerializeToken()
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| 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/runtime_core/static_core/scripts/intrusive-testing/ |
| D | intrusive_instrumentator.py | 660 def __clear_candidates_by_token(self, candidates, token): argument 676 def __check_for_method(self, candidates, token, i): argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | stacktrace.cpp | 64 std::string token; in Next() local
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | stacktrace.cpp | 64 std::string token; in Next() local
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | options.cpp | 87 std::string token; in GetStringItems() local
|
| /arkcompiler/ets_frontend/arkguard/src/initialization/ |
| D | ConfigResolver.ts | 359 const token = tokens[i]; constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/ |
| D | Autofixer.ts | 751 const token = ts.factory.createToken(ts.SyntaxKind.EqualsGreaterThanToken); constant
|