Home
last modified time | relevance | path

Searched refs:check_line (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/lib/libiberty/src/testsuite/
H A Dtest-pexecute.c93 static void check_line (int, FILE *, const char *);
132 check_line (int line, FILE *e, const char *str) in check_line() function
169 #define CHECK_LINE(E, STR) check_line (__LINE__, E, STR)
/openbsd/games/atc/
H A Dgrammar.y259 check_line($3, $4, $7, $8);
292 check_line(int x1, int y1, int x2, int y2) in check_line() function
H A Dextern.h74 void check_line(int, int, int, int);
/openbsd/gnu/llvm/llvm/utils/
H A Dupdate_mir_test_checks.py281 check_line = '{}: {}'.format(filecheck_directive, func_line[indent:]).rstrip()
282 output_lines.append(check_line)
/openbsd/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py1111 check_line = '%s %s: %s' % (comment_marker, checkprefix, tmp[0])
1112 check_lines.append(check_line)
1117 for check_line in check_lines:
1118 output_lines.append(check_line)
/openbsd/gnu/usr.bin/perl/t/comp/
H A Dparser.t776 check_line(642, 'line number after ${expr} surrounding heredoc body');