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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
store.h 199 class byte_range;
282 bool as_byte_range (byte_range *out) const;
290 struct byte_range struct in namespace:ana
292 byte_range (byte_offset_t start_byte_offset, byte_size_t size_in_bytes) function in struct:ana::byte_range
305 bool contains_p (const byte_range &other, byte_range *out) const;
307 bool operator== (const byte_range &other) const
332 static int cmp (const byte_range &br1, const byte_range &br2);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
store.h 199 class byte_range;
298 bool as_byte_range (byte_range *out) const;
306 struct byte_range struct in namespace:ana
308 byte_range (byte_offset_t start_byte_offset, byte_size_t size_in_bytes) function in struct:ana::byte_range
328 bool contains_p (const byte_range &other, byte_range *out) const;
330 bool operator== (const byte_range &other) const
365 static int cmp (const byte_range &br1, const byte_range &br2);
405 bool get_byte_range (byte_range *out) const
    [all...]

Completed in 41 milliseconds