Lines Matching refs:comment_marker

250 def should_add_line_to_output(input_line, prefix_set, skip_global_checks = False, comment_marker = …  argument
252 if not skip_global_checks and input_line.strip() == comment_marker:
255 if input_line.strip() == comment_marker + SEPARATOR:
892 def add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format,… argument
929 output_lines.append(comment_marker)
941 output_lines.append('%s %s: Function Attrs: %s' % (comment_marker, checkprefix, attrs))
948 output_lines.append('%s %s-SAME: %s' % (comment_marker, checkprefix, args_and_sig))
964 output_lines.append('%s %s: %s' % (comment_marker, checkprefix, func_body[0]))
969 output_lines.append('%s %s-EMPTY:' % (comment_marker, checkprefix))
972 output_lines.append('%s %s%s: %s' % (comment_marker, checkprefix,
1007 comment_marker, checkprefix, func_line))
1011 comment_marker, checkprefix, check_suffix, func_line))
1016 output_lines.append(comment_marker)
1025 def add_ir_checks(output_lines, comment_marker, prefix_list, func_dict, argument
1030 check_label_format = '{} %s-LABEL: {}@%s%s%s'.format(comment_marker, function_def_regex)
1031 return add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name,
1035 def add_analyze_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, is_filtered… argument
1036 check_label_format = '{} %s-LABEL: \'%s%s%s\''.format(comment_marker)
1038 return add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name,
1069 def add_global_checks(glob_val_dict, comment_marker, prefix_list, output_lines, global_vars_seen_di… argument
1107 check_line = '%s %s: %s' % (comment_marker, checkprefix, tmp[0])
1112 output_lines.append(comment_marker + SEPARATOR)
1125 output_lines.append(comment_marker + SEPARATOR)