| /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 | 33 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()
|
| D | number-utils.cpp | 61 std::string_view token = p; in ValidateInteger() local 96 std::string_view token = p; in ValidateFloat() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | brace_matching.cpp | 37 auto token = GetTouchingToken(context, position, false); in GetBraceMatchingAtPosition() local
|
| D | class_hierarchy_info.cpp | 324 void ProcessClassHierarchy(const ir::AstNode *token, ClassHierarchyInfo &baseInfo, ClassHierarchy &… in ProcessClassHierarchy() 356 auto token = GetTouchingToken(context, position, false); in GetTargetClassDeclarationByPosition() local
|
| D | classifier.cpp | 63 ClassificationType GetClassificationType(const lexer::Token &token, ir::AstNode *astNode) in GetClassificationType()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserJsDocInfo.cpp | 46 auto token = Lexer()->GetToken(); in ParseJsDocInfoItemParam() local 186 auto const &token = Lexer()->GetToken(); in ParseJsDocInfo() local
|
| D | ETSparserStatements.cpp | 190 auto token = Lexer()->GetToken(); in ParseTopLevelDeclStatement() local
|
| D | parserImpl.cpp | 128 bool ParserImpl::IsModifierKind(const lexer::Token &token) in IsModifierKind() 1255 auto const &token = lexer_->GetToken(); in ExpectIdentifier() local 1303 auto const &token = lexer_->GetToken(); in ExpectToken() local 1341 void ParserImpl::LogUnexpectedToken(lexer::Token const &token) in LogUnexpectedToken()
|
| D | ETSparserClasses.cpp | 185 void ETSParser::ReportAccessModifierError(const lexer::Token &token) in ReportAccessModifierError() 194 static std::tuple<ir::ModifierFlags, bool, bool> ParseAccessFlagFromToken(const lexer::Token &token) in ParseAccessFlagFromToken() 243 const auto token = Lexer()->GetToken(); in ParseClassMemberAccessModifiers() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| D | lexer.h | 136 auto token = GetToken(); in TryEatTokenType() local 146 auto token = GetToken(); in TryEatTokenFromKeywordType() local 166 auto token = GetToken(); in TryEatTokenKeyword() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-context.h | 44 std::string_view token; /* current token */ member
|
| D | assembly-parser.cpp | 1157 auto token = context_.GiveToken(); in LabelValidName() local 1538 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
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/register_code_fix/ |
| D | add_missing_declare_property.cpp | 28 const auto token = GetTouchingToken(context, pos, false); in MakeChange() local
|
| D | fix_nan_equality.cpp | 30 auto *token = GetTouchingToken(context, pos, false); in MakeChangeForNaNEquality() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | symbolTable.cpp | 155 auto token = input.substr(lastPos, curPos - lastPos); in GetStringItems() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astDump.cpp | 108 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.cpp | 111 void AstDumper::SerializeToken(lexer::TokenType token) in SerializeToken()
|
| D | astDump.h | 80 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property()
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | aot_runtime_info.h | 297 char *token = strtok_r(buffer, OhosConstants::SPLIT_STR, &saveptr); in GetInfoFromBuffer() local 380 char *token; in GetRuntimeInfoByPath() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | utils.cpp | 259 std::string token; in RealPath() 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/libpandabase/os/ |
| D | stacktrace.cpp | 64 std::string token; in Next() local
|