Home
last modified time | relevance | path

Searched refs:assert_binop_folds_to_nonlvalue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c15687 assert_binop_folds_to_nonlvalue (tree lhs, enum tree_code code, tree rhs, in assert_binop_folds_to_nonlvalue() function
15715 assert_binop_folds_to_nonlvalue (x, PLUS_EXPR, zero, in test_arithmetic_folding()
15722 assert_binop_folds_to_nonlvalue (x, MINUS_EXPR, zero, in test_arithmetic_folding()
15731 assert_binop_folds_to_nonlvalue (x, MULT_EXPR, one, in test_arithmetic_folding()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc16888 assert_binop_folds_to_nonlvalue (tree lhs, enum tree_code code, tree rhs, in assert_binop_folds_to_nonlvalue() function
16916 assert_binop_folds_to_nonlvalue (x, PLUS_EXPR, zero, in test_arithmetic_folding()
16923 assert_binop_folds_to_nonlvalue (x, MINUS_EXPR, zero, in test_arithmetic_folding()
16932 assert_binop_folds_to_nonlvalue (x, MULT_EXPR, one, in test_arithmetic_folding()
H A DChangeLog-201621621 (selftest::assert_binop_folds_to_nonlvalue): New function.