| Home | Sort by: relevance | last modified time | path |
| /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 |