Home
last modified time | relevance | path

Searched refs:no_warning (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dsemantics.c783 bool no_warning; in finish_return_stmt() local
785 expr = check_return_expr (expr, &no_warning); in finish_return_stmt()
804 TREE_NO_WARNING (r) |= no_warning; in finish_return_stmt()
Dtypeck.c6700 check_return_expr (tree retval, bool *no_warning) in check_return_expr() argument
6708 *no_warning = false; in check_return_expr()
6821 *no_warning = true; in check_return_expr()
DChangeLog4709 * typeck.c (check_return_expr): Add no_warning argument. Set
4710 *no_warning to true if "return-statement with no value, in function
4714 check_return_expr set *no_warning to true.
/freebsd-12-stable/contrib/gcc/
Dc-typeck.c7410 bool no_warning = false; in c_finish_return() local
7434 no_warning = true; in c_finish_return()
7520 TREE_NO_WARNING (ret_stmt) |= no_warning; in c_finish_return()