Home
last modified time | relevance | path

Searched defs:bounded_ranges (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.h114 struct bounded_ranges struct
117 typedef bounded_ranges key_t; argument
139 static int cmp (const bounded_ranges *a, const bounded_ranges *b); argument
145 friend class bounded_ranges_manager; argument
153 template <> struct default_hash_traits<bounded_ranges::key_t> argument
H A Danalyzer.h85 class bounded_ranges; variable
H A Dconstraint-manager.cc535 bounded_ranges::bounded_ranges (const bounded_range &range) in bounded_ranges() function in ana::bounded_ranges
545 bounded_ranges::bounded_ranges (const vec<bounded_range> &ranges) in bounded_ranges() function in ana::bounded_ranges
556 bounded_ranges::bounded_ranges (enum tree_code op, tree rhs_const) in bounded_ranges() function in ana::bounded_ranges