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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
pending-diagnostic.h 161 : m_sd (sd),
183 const saved_diagnostic &m_sd; member in class:ana::diagnostic_emission_context
diagnostic-manager.cc 1060 m_sd (sd),
1069 return m_sd.m_d.get ();
1084 const state_machine *get_sm () const { return m_sd.m_sm; }
1094 const saved_diagnostic &m_sd; member in class:ana::path_builder
1244 : m_sd (sd), m_stmt (sd.m_stmt), m_loc (sd.m_loc)
1253 // TODO: m_sd
1258 return (m_sd == other.m_sd
1285 if (int cmp = ((int)pk1->m_sd.get_epath_length ()
1286 - (int)pk2->m_sd.get_epath_length ())
1294 const saved_diagnostic &m_sd; member in class:ana::dedupe_key
1547 const saved_diagnostic &m_sd; member in class:ana::pending_diagnostic_metadata
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
diagnostic-manager.cc 896 m_sd (sd),
905 return m_sd.m_d;
920 const state_machine *get_sm () const { return m_sd.m_sm; }
930 const saved_diagnostic &m_sd; member in class:ana::path_builder
1072 : m_sd (sd), m_stmt (sd.m_stmt)
1081 // TODO: m_sd
1086 return (m_sd == other.m_sd
1109 if (int cmp = ((int)pk1->m_sd.get_epath_length ()
1110 - (int)pk2->m_sd.get_epath_length ())
1118 const saved_diagnostic &m_sd; member in class:ana::dedupe_key
    [all...]

Completed in 14 milliseconds