HomeSort by: relevance | last modified time | path
    Searched defs:irange (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
value-range.h 44 class GTY((user)) irange
74 void union_ (const irange &);
75 void intersect (const irange &);
80 irange& operator= (const irange &);
81 bool operator== (const irange &) const;
82 bool operator!= (const irange &r) const { return !(*this == r); }
85 bool fits_p (const irange &r) { return m_max_ranges >= r.num_pairs (); }
99 bool equal_p (const irange &) const; // DEPRECATED
100 void union_ (const class irange *); // DEPRECATE
397 irange::irange (tree *base, unsigned nranges) function in class:irange
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
value-range.h 25 class irange;
63 // irange::supports_p ()
68 // void foo (vrange &v, irange &i, frange &f)
143 void adjust_range (irange &r) const;
275 class GTY((user)) irange : public vrange
277 friend value_range_kind get_legacy_range (const irange &, tree &, tree &);
316 irange& operator= (const irange &);
317 bool operator== (const irange &) const;
318 bool operator!= (const irange &r) const { return !(*this == r);
1003 irange::irange (wide_int *base, unsigned nranges, bool resizable) function in class:irange
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 5179 int irange = range;
5197 startpos += irange - range;
5163 int irange = range; local
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 5180 int irange = range;
5198 startpos += irange - range;
5164 int irange = range; local
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 5180 int irange = range;
5198 startpos += irange - range;
5164 int irange = range; local
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 5180 int irange = range;
5198 startpos += irange - range;
5164 int irange = range; local
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 5180 int irange = range;
5198 startpos += irange - range;
5164 int irange = range; local
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 5180 int irange = range;
5198 startpos += irange - range;
5164 int irange = range; local
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 5180 int irange = range;
5198 startpos += irange - range;
5164 int irange = range; local
  /src/external/gpl2/diffutils/dist/lib/
regex.c 5288 int irange = range;
5306 startpos += irange - range;
5272 int irange = range; local
  /src/external/gpl2/grep/dist/lib/
regex.c 5037 int irange = range;
5055 startpos += irange - range;
5019 int irange = range; variable

Completed in 79 milliseconds