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

  /src/external/gpl3/gdb/dist/gdbsupport/
scoped_restore.h 0 /* scoped_restore, a simple class for saving and restoring a value
38 call release() on a "scoped_restore" local, which is a typedef to
45 typedef const scoped_restore_base &scoped_restore; typedef
54 /* Create a new scoped_restore object that saves the current value
55 of *VAR. *VAR will be restored when this scoped_restore object
63 /* Create a new scoped_restore object that saves the current value
65 scoped_restore object is destroyed. This is templated on T2 to
102 /* Make a scoped_restore. This is useful because it lets template
110 /* Make a scoped_restore. This is useful because it lets template
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scoped_restore.h 0 /* scoped_restore, a simple class for saving and restoring a value
38 call release() on a "scoped_restore" local, which is a typedef to
45 typedef const scoped_restore_base &scoped_restore; typedef
54 /* Create a new scoped_restore object that saves the current value
55 of *VAR. *VAR will be restored when this scoped_restore object
63 /* Create a new scoped_restore object that saves the current value
65 scoped_restore object is destroyed. This is templated on T2 to
102 /* Make a scoped_restore. This is useful because it lets template
110 /* Make a scoped_restore. This is useful because it lets template

Completed in 22 milliseconds