Searched refs:comment_string (Results 1 – 3 of 3) sorted by relevance
630 def dump_input_lines(output_lines, test_info, prefix_set, comment_string): argument634 if line.strip() == comment_string:636 if line.lstrip().startswith(comment_string):643 comment_string, check_generator): argument651 output_lines.append(comment_string)
219 std::string comment_string; in CalculateMnemonicOperandsAndComment() local261 mc_disasm_ptr->PrintMCInst(inst, out_string, comment_string); in CalculateMnemonicOperandsAndComment()263 if (!comment_string.empty()) { in CalculateMnemonicOperandsAndComment()264 AppendComment(comment_string); in CalculateMnemonicOperandsAndComment()
2089 >>> comment_string = '#....... Section 3.2.1 Issue #32 .......'2090 >>> comment_string.strip('.#! ')