Lines Matching defs:debug
680 const auto &debug = curr_func_->ins[v.first - 1].ins_debug;
682 Error("Register width mismatch.", debug.line_number, Error::ErrorType::ERR_BAD_NAME_REG, "",
683 debug.bound_left, debug.bound_right, debug.whole_line);
714 const auto &debug = insn_it->ins_debug;
715 context_.err = Error("Unable to resolve ambiguous function call", debug.line_number,
716 Error::ErrorType::ERR_FUNCTION_MULTIPLE_ALTERNATIVES, "", debug.bound_left,
717 debug.bound_right, debug.whole_line);
731 const auto &debug = insn_it->ins_debug;
732 context_.err = Error("Function argument mismatch.", debug.line_number,
733 Error::ErrorType::ERR_FUNCTION_ARGUMENT_MISMATCH, "", debug.bound_left,
734 debug.bound_right, debug.whole_line);