Searched refs:warn_if_unused_value (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-warn.c | 513 warn_if_unused_value (const_tree exp, location_t locus) in warn_if_unused_value() function 561 if (warn_if_unused_value (TREE_OPERAND (exp, 0), locus)) in warn_if_unused_value()
|
| HD | c-common.h | 1262 extern bool warn_if_unused_value (const_tree, location_t);
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | stmt.c | 1480 warn_if_unused_value (const_tree exp, location_t locus) in warn_if_unused_value() function 1528 if (warn_if_unused_value (TREE_OPERAND (exp, 0), locus)) in warn_if_unused_value()
|
| HD | c-typeck.c | 4499 warn_if_unused_value (expr1, loc); in build_compound_expr() 9211 warn_if_unused_value (expr, loc); in emit_side_effect_warnings()
|
| HD | tree.h | 5211 extern int warn_if_unused_value (const_tree, location_t);
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | cp-gimplify.c | 405 warn_if_unused_value (stmt, input_location); in gimplify_expr_stmt()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | cp-gimplify.c | 435 warn_if_unused_value (stmt, input_location); in gimplify_expr_stmt()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-typeck.c | 5367 warn_if_unused_value (expr1, loc); in build_compound_expr() 10699 warn_if_unused_value (expr, loc); in emit_side_effect_warnings()
|