Lines Matching defs:void
27 extern void reachable(void);
28 extern void unreachable(void);
29 extern _Bool maybe(void);
32 void
33 test_statement(void)
39 void
40 test_compound_statement(void)
50 void
51 test_if_statement(void)
61 void
62 test_if_compound_statement(void)
87 void
88 test_if_without_else(void)
99 void
100 test_if_with_else(void)
115 void
116 test_if_else_if_else(void)
140 void
141 test_if_return(void)
148 void
149 test_if_else_return(void)
158 void
159 test_for_forever(void)
166 void
167 test_for_true(void)
174 void
175 test_for_false(void)
182 void
183 test_for_break(void)
193 void
194 test_for_if_break(void)
213 void
214 test_for_continue(void)
224 void
225 test_for_if_continue(void)
244 void
245 test_for_return(void)
255 void
256 test_for_if_return(void)
275 void
276 test_while_true(void)
283 void
284 test_while_false(void)
291 void
292 test_while_break(void)
302 void
303 test_while_if_break(void)
322 void
323 test_while_continue(void)
333 void
334 test_while_if_continue(void)
353 void
354 test_while_return(void)
364 void
365 test_while_if_return(void)
384 void
385 test_do_while_true(void)
393 void
394 test_do_while_false(void)
402 void
403 test_do_while_break(void)
413 void
414 test_do_while_if_break(void)
433 void
434 test_do_while_continue(void)
444 void
445 test_do_while_if_continue(void)
464 void
465 test_do_while_return(void)
475 void
476 test_do_while_if_return(void)
495 void
496 test_if_nested(void)
529 void
530 test_if_maybe(void)
566 void
567 test_goto_numbers_alphabetically(void)
593 void
594 test_while_goto(void)
605 void
606 test_unreachable_label(void)
623 void suppressed(void);
625 void
626 lint_annotation_NOTREACHED(void)
668 test_null_statement(void)
714 void
715 invalid_case_expression(void)