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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 760 struct range_bounds struct
812 /* Compare two range_bounds objects for equality. Simply does
814 extern bool operator== (const range_bounds &l, const range_bounds &r);
816 /* Compare two range_bounds objects for inequality. */
817 static inline bool operator!= (const range_bounds &l, const range_bounds &r)
988 struct range_bounds *bounds;
1127 range_bounds *bounds () const
1145 void set_bounds (range_bounds *bounds
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 776 struct range_bounds struct
828 /* Compare two range_bounds objects for equality. Simply does
830 extern bool operator== (const range_bounds &l, const range_bounds &r);
832 /* Compare two range_bounds objects for inequality. */
833 static inline bool operator!= (const range_bounds &l, const range_bounds &r)
1004 struct range_bounds *bounds;
1144 range_bounds *bounds () const
1162 void set_bounds (range_bounds *bounds
    [all...]

Completed in 48 milliseconds