Home
last modified time | relevance | path

Searched refs:warn_if_unused_value (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-warn.c513 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()
HDc-common.h1262 extern bool warn_if_unused_value (const_tree, location_t);
/dragonfly/contrib/gcc-4.7/gcc/
HDstmt.c1480 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()
HDc-typeck.c4499 warn_if_unused_value (expr1, loc); in build_compound_expr()
9211 warn_if_unused_value (expr, loc); in emit_side_effect_warnings()
HDtree.h5211 extern int warn_if_unused_value (const_tree, location_t);
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcp-gimplify.c405 warn_if_unused_value (stmt, input_location); in gimplify_expr_stmt()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcp-gimplify.c435 warn_if_unused_value (stmt, input_location); in gimplify_expr_stmt()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c5367 warn_if_unused_value (expr1, loc); in build_compound_expr()
10699 warn_if_unused_value (expr, loc); in emit_side_effect_warnings()