Searched refs:no_warning (Results 1 – 4 of 4) sorted by relevance
783 bool no_warning; in finish_return_stmt() local785 expr = check_return_expr (expr, &no_warning); in finish_return_stmt()804 TREE_NO_WARNING (r) |= no_warning; in finish_return_stmt()
6700 check_return_expr (tree retval, bool *no_warning) in check_return_expr() argument6708 *no_warning = false; in check_return_expr()6821 *no_warning = true; in check_return_expr()
4709 * typeck.c (check_return_expr): Add no_warning argument. Set4710 *no_warning to true if "return-statement with no value, in function4714 check_return_expr set *no_warning to true.
7410 bool no_warning = false; in c_finish_return() local7434 no_warning = true; in c_finish_return()7520 TREE_NO_WARNING (ret_stmt) |= no_warning; in c_finish_return()