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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer.h 185 bit_offset_t get_bit_offset () const function in class:ana::region_offset
  /src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer.h 217 bit_offset_t get_bit_offset () const function in class:ana::region_offset
region.cc 328 return a.get_bit_offset () < b.get_bit_offset ();
370 return a.get_bit_offset () <= b.get_bit_offset ();
681 bit_offset_t next_bit_offset = start.get_bit_offset () + bit_size;
1984 offset_region::get_bit_offset (region_model_manager *mgr) const function in class:ana::offset_region

Completed in 40 milliseconds