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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
access-diagram.h 72 bool concrete_p () const function in struct:ana::access_range
74 return m_start.concrete_p () && m_next.concrete_p ();
83 if (concrete_p ())
93 if (!concrete_p ())
analyzer.h 214 bool concrete_p () const { return m_sym_offset == NULL; } function in class:ana::region_offset

Completed in 17 milliseconds