Home
last modified time | relevance | path

Searched refs:empty_body_warning (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dc-common.h659 extern void empty_body_warning (tree, tree);
Dc-common.c1026 empty_body_warning (tree inner_then, tree inner_else) in empty_body_warning() function
Dc-typeck.c7314 empty_body_warning (then_block, else_block); in c_finish_if_stmt()
/openbsd/src/gnu/gcc/gcc/cp/
Dsemantics.c690 empty_body_warning (THEN_CLAUSE (if_stmt), ELSE_CLAUSE (if_stmt)); in finish_if_stmt()
DChangeLog3284 * semantics.c (finish_if_stmt): Call empty_body_warning.