Lines Matching refs:check_prefix
288 check_prefix = filecheckparser.parse_known_args(filecheck)[0].check_prefix
289 if known.prefix_only is not None and not check_prefix in known.prefix_only:
291 if check_prefix in checkprefixes:
293 checkprefixes.append(check_prefix)
329 if parts[0] == check_prefix:
363 checklines.append('; ' + check_prefix + '-LABEL: ' + line)
365 checklines.append('; ' + check_prefix + ': ' + line)
367 checklines.append('; ' + check_prefix + ': ' + line)
370 checklines.append('; ' + check_prefix + '-LABEL: ' + line)
372 checklines.append('; ' + check_prefix + ': ' + line)
374 checklines.append('; ' + check_prefix + '-NEXT: ' + line)
377 checklines.append('; ' + check_prefix + ': ' + line)
379 checklines.append('; ' + check_prefix + '-NEXT: ' + line)