Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc196 range::constrained_to_single_element () in constrained_to_single_element() function in ana::range
227 if (tree single_element = copy.constrained_to_single_element ()) in eval_condition()
2057 if (tree constant = r.constrained_to_single_element ()) in add_constraint_internal()
2089 if (tree constant = r.constrained_to_single_element ()) in add_constraint_internal()
3119 ASSERT_FALSE (r.constrained_to_single_element ()); in test_range()
3128 ASSERT_FALSE (r.constrained_to_single_element ()); in test_range()
3135 ASSERT_FALSE (r.constrained_to_single_element ()); in test_range()
3142 ASSERT_TRUE (r.constrained_to_single_element ()); in test_range()
3146 ASSERT_TRUE (r.constrained_to_single_element ()); in test_range()
H A Dconstraint-manager.h63 tree constrained_to_single_element ();
H A DChangeLog934 (range::constrained_to_single_element): Likewise.
4579 (range::constrained_to_single_element): Return result, rather than
6632 * constraint-manager.cc (range::constrained_to_single_element):
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.cc79 bool constrained_to_single_element (tree *out);
137 range::constrained_to_single_element (tree *out) in constrained_to_single_element() function in ana::range
837 if (r.constrained_to_single_element (&constant)) in add_constraint_internal()
869 if (r.constrained_to_single_element (&constant)) in add_constraint_internal()