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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-file.cc 107 class file_diagnostic : public pending_diagnostic class in namespace:ana::__anon15215
110 file_diagnostic (const fileptr_state_machine &sm, tree arg) function in class:ana::__anon15215::file_diagnostic
116 return same_tree_p (m_arg, ((const file_diagnostic &)base_other).m_arg);
151 class double_fclose : public file_diagnostic
155 : file_diagnostic (sm, arg)
180 return file_diagnostic::describe_state_change (change);
196 class file_leak : public file_diagnostic
200 : file_diagnostic (sm, arg)
233 return file_diagnostic::describe_state_change (change);
sm-file.cc 107 class file_diagnostic : public pending_diagnostic class in namespace:ana::__anon15215
110 file_diagnostic (const fileptr_state_machine &sm, tree arg) function in class:ana::__anon15215::file_diagnostic
116 return same_tree_p (m_arg, ((const file_diagnostic &)base_other).m_arg);
151 class double_fclose : public file_diagnostic
155 : file_diagnostic (sm, arg)
180 return file_diagnostic::describe_state_change (change);
196 class file_leak : public file_diagnostic
200 : file_diagnostic (sm, arg)
233 return file_diagnostic::describe_state_change (change);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-file.cc 106 class file_diagnostic : public pending_diagnostic class in namespace:ana::__anon12593
109 file_diagnostic (const fileptr_state_machine &sm, tree arg) function in class:ana::__anon12593::file_diagnostic
115 return same_tree_p (m_arg, ((const file_diagnostic &)base_other).m_arg);
164 class double_fclose : public file_diagnostic
168 : file_diagnostic (sm, arg)
194 return file_diagnostic::describe_state_change (change);
210 class file_leak : public file_diagnostic
214 : file_diagnostic (sm, arg)
243 return file_diagnostic::describe_state_change (change);
sm-file.cc 106 class file_diagnostic : public pending_diagnostic class in namespace:ana::__anon12593
109 file_diagnostic (const fileptr_state_machine &sm, tree arg) function in class:ana::__anon12593::file_diagnostic
115 return same_tree_p (m_arg, ((const file_diagnostic &)base_other).m_arg);
164 class double_fclose : public file_diagnostic
168 : file_diagnostic (sm, arg)
194 return file_diagnostic::describe_state_change (change);
210 class file_leak : public file_diagnostic
214 : file_diagnostic (sm, arg)
243 return file_diagnostic::describe_state_change (change);

Completed in 85 milliseconds