Lines Matching defs:comment_marker
399 comment_marker=";",
402 if not skip_global_checks and input_line.strip() == comment_marker:
405 if input_line.strip() == comment_marker + SEPARATOR:
1906 comment_marker,
1958 output_lines.append(comment_marker)
1978 "%s %s: Function Attrs: %s" % (comment_marker, checkprefix, attrs)
2017 "%s %s-SAME: %s" % (comment_marker, checkprefix, args_and_sig)
2044 "%s %s: %s" % (comment_marker, checkprefix, func_body[0])
2052 "%s %s-EMPTY:" % (comment_marker, checkprefix)
2058 % (comment_marker, checkprefix, check_suffix, func_line)
2073 "{} {}-EMPTY:".format(comment_marker, checkprefix)
2079 comment_marker, checkprefix, check_suffix, func_line
2085 output_lines.append(comment_marker)
2112 # output_lines.append('%s %s: %s' % (comment_marker, checkprefix, func_body[0]))
2128 comment_marker, checkprefix, func_line
2135 comment_marker, checkprefix, check_suffix, func_line
2142 output_lines.append(comment_marker)
2154 comment_marker,
2174 comment_marker, function_def_regex
2178 comment_marker,
2193 comment_marker,
2201 check_label_format = "{} %s-LABEL: '%s%s%s%s'".format(comment_marker)
2205 comment_marker,
2317 def flush_current_checks(output_lines, new_lines_w_index, comment_marker):
2320 output_lines.append(comment_marker + SEPARATOR)
2329 comment_marker,
2393 check_line = "%s %s: %s" % (comment_marker, checkprefix, new_line)
2402 output_lines, output_lines_loc[checkprefix], comment_marker
2423 output_lines, output_lines_loc[checkprefix], comment_marker
2426 output_lines.append(comment_marker + SEPARATOR)