Home
last modified time | relevance | path

Searched refs:line_stric_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dassembly-parser.cpp61 curr_fld_->line_of_def = line_stric_; in ParseRecordFields()
64 LOG(DEBUG, ASSEMBLER) << "parse line " << line_stric_ << " as field (.field name)"; in ParseRecordFields()
145 LOG(DEBUG, ASSEMBLER) << "started searching field type value (line " << line_stric_ in ParseFieldType()
159 LOG(DEBUG, ASSEMBLER) << "field type found (line " << line_stric_ << "): " << context_.GiveToken(); in ParseFieldType()
222 LOG(DEBUG, ASSEMBLER) << "started parsing of array (line " << line_stric_ << "): " << tokens[0].whole_line; in ParseAsArray()
239 LOG(DEBUG, ASSEMBLER) << "array body is open, line " << line_stric_ << ": " << tokens[0].whole_line; in ParseAsArray()
269 LOG(DEBUG, ASSEMBLER) << "array body is closed, line " << line_stric_ << ": " << tokens[0].whole_line; in ParseAsArray()
311 LOG(DEBUG, ASSEMBLER) << "parse line " << line_stric_ << " as array elem (.array_elem value)"; in ParseArrayElements()
374 LOG(DEBUG, ASSEMBLER) << "started searching array element type value (line " << line_stric_ in ParseArrayElementType()
406 LOG(DEBUG, ASSEMBLER) << "array element type found (line " << line_stric_ << ") in ParseArrayElementType()
[all...]
H A Dassembly-parser.h98 size_t line_stric_ = 0; member in panda::pandasm::Parser
110 return Error(mess, line_stric_, err, add_mess, in GetError()
119 war_.emplace_back(mess, line_stric_, err, add_mess, in GetWarning()
128 return SourcePosition {line_stric_, context_.tokens[context_.number - 1].bound_left}; in GetCurrentPosition()
130 return SourcePosition {line_stric_, context_.tokens[context_.number - 1].bound_right}; in GetCurrentPosition()
232 context_.tokens[context_.number - 1].whole_line, flag, line_stric_); in TryEmplaceInTable()
257 iter->second.file_location->line_number = line_stric_; in AddObjectInTable()
271 context_.tokens[context_.number - 1].whole_line, flag, line_stric_); in TryEmplaceInTable()

Completed in 2 milliseconds