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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.h 225 void add_note (const_rtx x);
279 growing_rtx_properties<Base>::add_note (const_rtx x) function in class:growing_rtx_properties
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.h 225 void add_note (const_rtx x);
279 growing_rtx_properties<Base>::add_note (const_rtx x) function in class:growing_rtx_properties
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
insns.cc 57 insn_info::add_note (insn_note *note) function in class:insn_info
259 insn->add_note (order);
578 insn->add_note (insn_clobbers);
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
insns.cc 57 insn_info::add_note (insn_note *note) function in class:insn_info
254 insn->add_note (order);
560 insn->add_note (insn_clobbers);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
engine.cc 153 impl_region_model_context::add_note (std::unique_ptr<pending_note> pn) function in class:ana::impl_region_model_context
157 m_eg->get_diagnostic_manager ().add_note (std::move (pn));
diagnostic-manager.cc 717 saved_diagnostic::add_note (std::unique_ptr<pending_note> pn) function in class:ana::saved_diagnostic
1190 diagnostic_manager::add_note (std::unique_ptr<pending_note> pn) function in class:ana::diagnostic_manager
1198 sd->add_note (std::move (pn));
region-model.cc 1443 add_note (make_unique<reason_format_attr> (arg_details));
1898 add_note (make_unique<reason_attr_access>
4359 add_note (make_unique <null_terminator_check_decl_note> (arg_details));
7001 noop_region_model_context::add_note (std::unique_ptr<pending_note>) function in class:ana::noop_region_model_context
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
engine.cc 143 impl_region_model_context::add_note (pending_note *pn) function in class:ana::impl_region_model_context
147 m_eg->get_diagnostic_manager ().add_note (pn);
diagnostic-manager.cc 698 saved_diagnostic::add_note (pending_note *pn) function in class:ana::saved_diagnostic
1032 diagnostic_manager::add_note (pending_note *pn) function in class:ana::diagnostic_manager
1040 sd->add_note (pn);
region-model.cc 4355 noop_region_model_context::add_note (pending_note *pn) function in class:ana::noop_region_model_context
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-logue.cc 1634 bool add_note = false;
1636 add_note = true;
1645 add_note = true;
1650 if (add_note)
1630 bool add_note = false; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-logue.cc 1641 bool add_note = false;
1643 add_note = true;
1652 add_note = true;
1657 if (add_note)
1637 bool add_note = false; local

Completed in 56 milliseconds