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

  /src/external/gpl3/gdb/dist/gdbsupport/
refcounted-object.h 26 class refcounted_object class
29 refcounted_object () = default;
48 DISABLE_COPY_AND_ASSIGN (refcounted_object);
55 refcounted_object. */
59 static void incref (refcounted_object *ptr)
64 static void decref (refcounted_object *ptr)
70 /* A policy class to interface gdb::ref_ptr with a refcounted_object, that
  /src/external/gpl3/gdb.old/dist/gdbsupport/
refcounted-object.h 26 class refcounted_object class
29 refcounted_object () = default;
48 DISABLE_COPY_AND_ASSIGN (refcounted_object);
55 refcounted_object. */
59 static void incref (refcounted_object *ptr)
64 static void decref (refcounted_object *ptr)
70 /* A policy class to interface gdb::ref_ptr with a refcounted_object, that
  /src/external/gpl3/gdb/dist/gdb/
progspace.h 46 struct address_space : public refcounted_object
gdbthread.h 254 public refcounted_object
inferior.h 394 class inferior : public refcounted_object,
breakpoint.h 331 class bp_location : public refcounted_object, public intrusive_list_node<bp_location>
target.h 455 : public refcounted_object
  /src/external/gpl3/gdb.old/dist/gdb/
progspace.h 49 struct address_space : public refcounted_object
gdbthread.h 254 public refcounted_object
inferior.h 400 class inferior : public refcounted_object,
breakpoint.h 325 class bp_location : public refcounted_object, public intrusive_list_node<bp_location>
target.h 455 : public refcounted_object

Completed in 41 milliseconds