Searched refs:decref (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Drefcounted-object.h39 void decref () function in class:refcounted_object
64 static void decref (refcounted_object *ptr) function in struct:refcounted_object_ref_policy
66 ptr->decref ();
H A Dgdb_ref_ptr.h32 decref'd.
46 void decref (T *);
91 Policy::decref (m_obj);
124 Policy::decref (m_obj);
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Drefcounted-object.h39 void decref () function in class:refcounted_object
64 static void decref (refcounted_object *ptr) function in struct:refcounted_object_ref_policy
66 ptr->decref ();
H A Dgdb_ref_ptr.h32 decref'd.
46 void decref (T *);
91 Policy::decref (m_obj);
124 Policy::decref (m_obj);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-ref.h34 static void decref (T *ptr) function in struct:gdbpy_ref_policy
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-ref.h34 static void decref (T *ptr) function in struct:gdbpy_ref_policy
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-logging.c50 the decref method when the refcount hits zero.
75 logger::decref (const char *reason) function in class:logger
153 m_logger->decref("log_user dtor");
165 m_logger->decref ("log_user::set_logger");
H A Djit-logging.h40 void decref (const char *reason);
102 m_logger->decref ("log_scope dtor");
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-logging.cc50 the decref method when the refcount hits zero.
75 logger::decref (const char *reason) function in class:gcc::jit::logger
153 m_logger->decref("log_user dtor");
165 m_logger->decref ("log_user::set_logger");
H A Djit-logging.h40 void decref (const char *reason);
102 m_logger->decref ("log_scope dtor");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer-logging.cc61 the decref method when the refcount hits zero.
87 logger::decref (const char *reason) function in class:ana::logger
210 m_logger->decref("log_user dtor");
222 m_logger->decref ("log_user::set_logger");
H A Danalyzer-logging.h38 void decref (const char *reason);
134 m_logger->decref ("log_scope dtor");
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer-logging.cc65 the decref method when the refcount hits zero.
91 logger::decref (const char *reason) function in class:ana::logger
214 m_logger->decref("log_user dtor");
226 m_logger->decref ("log_user::set_logger");
H A Danalyzer-logging.h38 void decref (const char *reason);
136 m_logger->decref ("log_scope dtor");
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_bfd.h64 static void decref (struct bfd *abfd) function in struct:gdb_bfd_ref_policy
H A Dgdbthread.h721 m_thr->decref ();
H A Dinferior.c69 current_inferior_->decref ();
H A Dvalue.h111 static void decref (struct value *ptr) function in struct:value_ref_policy
H A Dtarget.h1293 static void decref (target_ops *t)
1291 static void decref (target_ops *t) function in struct:target_ops_ref_policy
H A Dthread.c77 thr->decref ();
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdb_bfd.h71 static void decref (struct bfd *abfd) function in struct:gdb_bfd_ref_policy
H A Dbreakpoint.h528 static void decref (bp_location *loc)
531 loc->decref ();
527 static void decref (bp_location *loc) function in struct:bp_location_ref_policy
H A Dvalue.h112 static void decref (struct value *ptr) function in struct:value_ref_policy
H A Dtarget.c1169 target_ops_ref_policy::decref (target_ops *t) function in class:target_ops_ref_policy
1171 t->decref ();
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Doptim2.c384 decref(struct dlnod *p) function
469 decref(p);
519 decref(p1->ref);
548 decref(p3->ref);
562 decref(tl);
589 decref(p->ref);
606 decref(p->ref);
628 decref(p->forw->ref);
642 decref(rp);

Completed in 307 milliseconds

12