Searched refs:no_warning (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c783 bool no_warning; local
785 expr = check_return_expr (expr, &no_warning);
804 TREE_NO_WARNING (r) |= no_warning;
H A Dtypeck.c6511 check_return_expr (tree retval, bool *no_warning)
6519 *no_warning = false;
6574 *no_warning = true;
6495 check_return_expr(tree retval, bool *no_warning) argument
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c6987 bool no_warning = false;
7000 no_warning = true;
7078 TREE_NO_WARNING (ret_stmt) |= no_warning;
6953 bool no_warning = false; local

Completed in 135 milliseconds