| Home | Sort by: relevance | last modified time | path |
| /src/external/gpl3/gcc.old/dist/gcc/ | |
| diagnostic-event-id.h | 42 bool known_p () const { return m_index != UNKNOWN_EVENT_IDX; } function in class:diagnostic_event_id_t 46 gcc_assert (known_p ()); 58 The %@ format code requires that known_p be true for the event ID. */ |
| attr-fnspec.h | 109 known_p () function in class:attr_fnspec |
| /src/external/gpl3/gcc/dist/gcc/ | |
| diagnostic-event-id.h | 42 bool known_p () const { return m_index != UNKNOWN_EVENT_IDX; } function in class:diagnostic_event_id_t 46 gcc_assert (known_p ()); 58 The %@ format code requires that known_p be true for the event ID. */ |
| attr-fnspec.h | 109 known_p () function in class:attr_fnspec |
| ipa-prop.h | 307 bool known_p () const { return m_storage != NULL; } function |