Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vector-builder.h40 bool new_unary_operation (tree, tree, bool);
H A Dtree-vector-builder.c36 tree_vector_builder::new_unary_operation (tree type, tree t, in new_unary_operation() function
H A Dfold-const.c572 elts.new_unary_operation (type, t, true); in fold_negate_expr_1()
1565 if (!elts.new_unary_operation (type, arg1, step_ok_p)) in const_binop()
1786 elements.new_unary_operation (type, arg0, true); in const_unop()
2299 if (!v.new_unary_operation (type, arg1, step_ok_p)) in fold_convert_const()
9055 if (!elts.new_unary_operation (type, cst, false)) in exact_inverse()
H A Dtree.c12709 builder.new_unary_operation (TREE_TYPE (t), t, true); in drop_tree_overflow()