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

  /src/external/gpl3/gdb/dist/gdbsupport/
common-debug.h 82 /* Nesting depth of scoped_debug_start_end objects. */
92 struct scoped_debug_start_end struct
112 scoped_debug_start_end (PT &debug_enabled, const char *module,
139 DISABLE_COPY_AND_ASSIGN (scoped_debug_start_end);
141 scoped_debug_start_end (scoped_debug_start_end &&other) function in struct:scoped_debug_start_end
155 ~scoped_debug_start_end ()
222 scoped_debug_start_end<PT>::is_debug_enabled () const
231 scoped_debug_start_end<bool &>::is_debug_enabled () const
236 /* Wrapper around the scoped_debug_start_end constructor to allow th
258 #define scoped_debug_start_end macro
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-debug.h 82 /* Nesting depth of scoped_debug_start_end objects. */
92 struct scoped_debug_start_end struct
112 scoped_debug_start_end (PT &debug_enabled, const char *module,
139 DISABLE_COPY_AND_ASSIGN (scoped_debug_start_end);
141 scoped_debug_start_end (scoped_debug_start_end &&other) function in struct:scoped_debug_start_end
155 ~scoped_debug_start_end ()
222 scoped_debug_start_end<PT>::is_debug_enabled () const
231 scoped_debug_start_end<bool &>::is_debug_enabled () const
236 /* Wrapper around the scoped_debug_start_end constructor to allow th
258 #define scoped_debug_start_end macro
    [all...]

Completed in 25 milliseconds