HomeSort by: relevance | last modified time | path
    Searched refs:scoped_restore_tmpl (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-break.h 28 scoped_restore_tmpl<int> setup_breakpoint_reporting (void);
mi-cmds.c 185 std::optional<scoped_restore_tmpl<int>>
189 return scoped_restore_tmpl<int> (m_suppress_notification, 1);
mi-cmds.h 189 std::optional<scoped_restore_tmpl<int>> do_suppress_notification () const;
mi-cmd-break.c 82 scoped_restore_tmpl<int>
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-break.h 28 scoped_restore_tmpl<int> setup_breakpoint_reporting (void);
mi-cmds.c 184 std::optional<scoped_restore_tmpl<int>>
188 return scoped_restore_tmpl<int> (m_suppress_notification, 1);
mi-cmds.h 189 std::optional<scoped_restore_tmpl<int>> do_suppress_notification () const;
mi-cmd-break.c 79 scoped_restore_tmpl<int>
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scoped_restore.h 23 /* Base class for scoped_restore_tmpl. */
27 /* This informs the (scoped_restore_tmpl<T>) dtor that you no longer
50 class scoped_restore_tmpl : public scoped_restore_base class in inherits:scoped_restore_base
57 scoped_restore_tmpl (T *var) function in class:scoped_restore_tmpl
69 scoped_restore_tmpl (T *var, T2 value) function in class:scoped_restore_tmpl
76 scoped_restore_tmpl (const scoped_restore_tmpl<T> &other) function in class:scoped_restore_tmpl
83 ~scoped_restore_tmpl ()
96 scoped_restore_tmpl &operator= (const scoped_restore_tmpl &)
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
scoped_restore.h 23 /* Base class for scoped_restore_tmpl. */
27 /* This informs the (scoped_restore_tmpl<T>) dtor that you no longer
50 class scoped_restore_tmpl : public scoped_restore_base class in inherits:scoped_restore_base
57 scoped_restore_tmpl (T *var) function in class:scoped_restore_tmpl
69 scoped_restore_tmpl (T *var, T2 value) function in class:scoped_restore_tmpl
76 scoped_restore_tmpl (const scoped_restore_tmpl<T> &other) function in class:scoped_restore_tmpl
83 ~scoped_restore_tmpl ()
96 scoped_restore_tmpl &operator= (const scoped_restore_tmpl &)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
record-full.h 37 extern scoped_restore_tmpl<int> record_full_gdb_operation_disable_set ();
complaints.h 93 scoped_restore_tmpl<complaint_interceptor *> m_saved_complaint_interceptor;
ui.h 216 scoped_restore_tmpl<struct ui *> m_save_ui;
symfile.h 347 extern scoped_restore_tmpl<int> increment_reading_symtab (void);
inferior.h 791 scoped_restore_tmpl<ptid_t> m_save_ptid;
objfiles.h 1015 extern scoped_restore_tmpl<int> inhibit_section_map_updates
objfiles.c 1119 scoped_restore_tmpl<int>
1122 return scoped_restore_tmpl<int>
  /src/external/gpl3/gdb/dist/gdb/
record-full.h 37 extern scoped_restore_tmpl<int> record_full_gdb_operation_disable_set ();
complaints.h 93 scoped_restore_tmpl<complaint_interceptor *> m_saved_complaint_interceptor;
ui.h 216 scoped_restore_tmpl<struct ui *> m_save_ui;
symfile.h 346 extern scoped_restore_tmpl<int> increment_reading_symtab (void);
inferior.h 799 scoped_restore_tmpl<ptid_t> m_save_ptid;
objfiles.h 969 extern scoped_restore_tmpl<int> inhibit_section_map_updates
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
scoped_restore-selftests.c 33 static scoped_restore_tmpl<int>
  /src/external/gpl3/gdb/dist/gdb/unittests/
scoped_restore-selftests.c 33 static scoped_restore_tmpl<int>

Completed in 26 milliseconds

1 2 3