Searched refs:comment_string (Results 1 – 2 of 2) sorted by relevance
1222 def dump_input_lines(output_lines, test_info, prefix_set, comment_string): argument1226 if line.strip() == comment_string:1228 if line.strip() == comment_string + SEPARATOR:1230 if line.lstrip().startswith(comment_string):1237 comment_string, check_generator): argument1250 output_lines.append(comment_string)
564 std::string comment_string; in CalculateMnemonicOperandsAndComment() local606 mc_disasm_ptr->PrintMCInst(inst, out_string, comment_string); in CalculateMnemonicOperandsAndComment()608 if (!comment_string.empty()) { in CalculateMnemonicOperandsAndComment()609 AppendComment(comment_string); in CalculateMnemonicOperandsAndComment()