Searched refs:GiveToken (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/runtime_core/assembler/ |
D | assembly-parser.h | 228 … return item.try_emplace(std::string(context_.GiveToken().data(), context_.GiveToken().length()), in TryEmplaceInTable() 229 … std::string(context_.GiveToken().data(), context_.GiveToken().length()), program_.lang, in TryEmplaceInTable() 267 return item.try_emplace(std::string(context_.GiveToken().data(), context_.GiveToken().length()), in TryEmplaceInTable() 268 std::string(context_.GiveToken().data(), context_.GiveToken().length()), in TryEmplaceInTable()
|
D | assembly-parser.cpp | 86 … std::string field_name = std::string(context_.GiveToken().data(), context_.GiveToken().length()); in ParseFieldName() 119 std::string component_name(context_.GiveToken()); in ParseType() 159 …LOG(DEBUG, ASSEMBLER) << "field type found (line " << line_stric_ << "): " << context_.GiveToken(); in ParseFieldType() 406 …G, ASSEMBLER) << "array element type found (line " << line_stric_ << "): " << context_.GiveToken(); in ParseArrayElementType() 793 auto lang = context_.GiveToken(); in ParseAsLanguageDirective() 828 catch_block.exception_record = context_.GiveToken(); in PrepareCatchBlock() 847 labels.emplace_back(context_.GiveToken()); in PrepareCatchBlock() 1108 auto s = context_.GiveToken(); in PrefixedValidName() 1148 auto token = context_.GiveToken(); in LabelValidName() 1175 curr_ins_->label = context_.GiveToken(); in ParseLabel() [all …]
|
D | assembly-context.h | 65 std::string_view GiveToken();
|
D | context.cpp | 93 std::string_view Context::GiveToken() in GiveToken() function in panda::pandasm::Context
|
/arkcompiler/runtime_core/assembler/templates/ |
D | opcode_parsing.h.erb | 72 p = context_.GiveToken();
|