Home
last modified time | relevance | path

Searched refs:GiveToken (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-parser.h228 … 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()
Dassembly-parser.cpp86 … 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 …]
Dassembly-context.h65 std::string_view GiveToken();
Dcontext.cpp93 std::string_view Context::GiveToken() in GiveToken() function in panda::pandasm::Context
/arkcompiler/runtime_core/assembler/templates/
Dopcode_parsing.h.erb72 p = context_.GiveToken();