Searched refs:comment_string (Results 1 – 2 of 2) sorted by relevance
1228 def dump_input_lines(output_lines, test_info, prefix_set, comment_string): argument1232 if line.strip() == comment_string:1234 if line.strip() == comment_string + SEPARATOR:1236 if line.lstrip().startswith(comment_string):1243 comment_string, check_generator): argument1256 output_lines.append(comment_string)
565 std::string comment_string; in CalculateMnemonicOperandsAndComment() local607 mc_disasm_ptr->PrintMCInst(inst, out_string, comment_string); in CalculateMnemonicOperandsAndComment()609 if (!comment_string.empty()) { in CalculateMnemonicOperandsAndComment()610 AppendComment(comment_string); in CalculateMnemonicOperandsAndComment()