Searched refs:no_warning (Results 1 – 4 of 4) sorted by relevance
764 bool no_warning; in finish_return_stmt() local766 expr = check_return_expr (expr, &no_warning); in finish_return_stmt()785 TREE_NO_WARNING (r) |= no_warning; in finish_return_stmt()
6445 check_return_expr (tree retval, bool *no_warning) in check_return_expr() argument6453 *no_warning = false; in check_return_expr()6508 *no_warning = true; in check_return_expr()
4640 * typeck.c (check_return_expr): Add no_warning argument. Set4641 *no_warning to true if "return-statement with no value, in function4645 check_return_expr set *no_warning to true.
7014 bool no_warning = false; in c_finish_return() local7027 no_warning = true; in c_finish_return()7105 TREE_NO_WARNING (ret_stmt) |= no_warning; in c_finish_return()