| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| constraint-manager.h | 81 struct bounded_range struct in namespace:ana 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); 115 /* A collection of bounded_range instances, suitable 124 bounded_ranges (const bounded_range &range) [all...] |
| constraint-manager.cc | 390 /* struct bounded_range. */ 392 bounded_range::bounded_range (const_tree lower, const_tree upper) function in class:ana::bounded_range 428 bounded_range::dump_to_pp (pretty_printer *pp, bool show_types) const 445 bounded_range::dump (bool show_types) const 457 bounded_range::to_json () const 465 /* Subroutine of bounded_range::to_json. */ 468 bounded_range::set_json_attr (json::object *obj, const char *name, tree value) 480 bounded_range::contains_p (tree cst) const 496 bounded_range::intersects_p (const bounded_range &other [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| constraint-manager.h | 81 struct bounded_range struct in namespace:ana 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); 110 /* A collection of bounded_range instances, suitable 119 bounded_ranges (const bounded_range &range) [all...] |
| constraint-manager.cc | 385 /* struct bounded_range. */ 387 bounded_range::bounded_range (const_tree lower, const_tree upper) function in class:ana::bounded_range 423 bounded_range::dump_to_pp (pretty_printer *pp, bool show_types) const 440 bounded_range::dump (bool show_types) const 452 bounded_range::to_json () const 460 /* Subroutine of bounded_range::to_json. */ 463 bounded_range::set_json_attr (json::object *obj, const char *name, tree value) 475 bounded_range::contains_p (tree cst) const 491 bounded_range::intersects_p (const bounded_range &other [all...] |