Home
last modified time | relevance | path

Searched refs:dump_path_diagnostic (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc980 class dump_path_diagnostic class
981 : public pending_diagnostic_subclass<dump_path_diagnostic>
992 bool operator== (const dump_path_diagnostic &) const in operator ==()
1041 ctxt.warn (new dump_path_diagnostic ()); in on_stmt()
1189 class stale_jmp_buf : public pending_diagnostic_subclass<dump_path_diagnostic>
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc1159 class dump_path_diagnostic class
1160 : public pending_diagnostic_subclass<dump_path_diagnostic>
1176 bool operator== (const dump_path_diagnostic &) const in operator ==()
1231 ctxt->warn (new dump_path_diagnostic ()); in on_stmt_pre()
H A DChangeLog523 (dump_path_diagnostic::get_controlling_option): New.
524 (dump_path_diagnostic::emit): Use it.
1972 (class dump_path_diagnostic): Move to region-model.cc
2010 (class dump_path_diagnostic): Move here from engine.cc.