Searched refs:comment_marker (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/utils/UpdateTestChecks/ |
D | common.py | 433 def add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format,… argument 465 output_lines.append(comment_marker) 476 output_lines.append('%s %s: Function Attrs: %s' % (comment_marker, checkprefix, attrs)) 481 output_lines.append('%s %s-SAME: %s' % (comment_marker, checkprefix, args_and_sig)) 488 output_lines.append('%s %s: %s' % (comment_marker, checkprefix, func_body[0])) 491 output_lines.append('%s %s-EMPTY:' % (comment_marker, checkprefix)) 493 output_lines.append('%s %s-NEXT: %s' % (comment_marker, checkprefix, func_line)) 523 comment_marker, checkprefix, func_line)) 526 comment_marker, checkprefix, func_line)) 531 output_lines.append(comment_marker) [all …]
|
D | asm.py | 375 def add_asm_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument 377 check_label_format = '{} %s-LABEL: %s%s:'.format(comment_marker) 379 …common.add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_for…
|