Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.h81 struct bounded_range struct
83 bounded_range (const_tree lower, const_tree upper);
92 bool intersects_p (const bounded_range &other,
93 bounded_range *out) const;
95 bool operator== (const bounded_range &other) const;
96 bool operator!= (const bounded_range &other) const
101 static int cmp (const bounded_range &a, const bounded_range &b);
119 bounded_ranges (const bounded_range &range);
120 bounded_ranges (const vec<bounded_range> &ranges);
147 auto_vec<bounded_range> m_ranges;
H A Dconstraint-manager.cc387 bounded_range::bounded_range (const_tree lower, const_tree upper) in bounded_range() function in ana::bounded_range
423 bounded_range::dump_to_pp (pretty_printer *pp, bool show_types) const in dump_to_pp()
440 bounded_range::dump (bool show_types) const in dump()
452 bounded_range::to_json () const in to_json()
463 bounded_range::set_json_attr (json::object *obj, const char *name, tree value) in set_json_attr()
475 bounded_range::contains_p (tree cst) const in contains_p()
491 bounded_range::intersects_p (const bounded_range &other, in intersects_p()
492 bounded_range *out) const in intersects_p()
506 *out = bounded_range (max_lower, min_upper); in intersects_p()
514 bounded_range::operator== (const bounded_range &other) const in operator ==()
[all …]
H A DChangeLog1185 * constraint-manager.cc (bounded_range::operator==): Require the
1413 (bounded_range::bounded_range): New.
1415 (bounded_range::dump_to_pp): New.
1416 (bounded_range::dump): New.
1417 (bounded_range::to_json): New.
1418 (bounded_range::set_json_attr): New.
1419 (bounded_range::contains_p): New.
1420 (bounded_range::intersects_p): New.
1421 (bounded_range::operator==): New.
1422 (bounded_range::cmp): New.
[all …]