Searched refs:check_line (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/lib/libiberty/src/testsuite/ |
H A D | test-pexecute.c | 93 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 D | grammar.y | 259 check_line($3, $4, $7, $8); 292 check_line(int x1, int y1, int x2, int y2) in check_line() function
|
H A D | extern.h | 74 void check_line(int, int, int, int);
|
/openbsd/gnu/llvm/llvm/utils/ |
H A D | update_mir_test_checks.py | 281 check_line = '{}: {}'.format(filecheck_directive, func_line[indent:]).rstrip() 282 output_lines.append(check_line)
|
/openbsd/gnu/llvm/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 1111 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 D | parser.t | 776 check_line(642, 'line number after ${expr} surrounding heredoc body');
|