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

  /src/external/gpl3/gdb/dist/gdb/python/
py-ref.h 34 static void decref (T *ptr) function in struct:gdbpy_ref_policy
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-ref.h 34 static void decref (T *ptr) function in struct:gdbpy_ref_policy
  /src/external/gpl3/gdb/dist/gdb/
gdb_bfd.h 80 static void decref (struct bfd *abfd) function in struct:gdb_bfd_ref_policy
value.h 119 static void decref (struct value *ptr);
516 void decref ();
895 value_ref_policy::decref (struct value *ptr) function in class:value_ref_policy
897 ptr->decref ();
breakpoint.h 530 static void decref (bp_location *loc)
533 loc->decref ();
529 static void decref (bp_location *loc) function in struct:bp_location_ref_policy
value.c 1457 value::decref ()
2300 var->u.value->decref ();
1456 value::decref () function in class:value
target.c 1151 target_ops_ref_policy::decref (target_ops *t) function in class:target_ops_ref_policy
1153 t->decref ();
  /src/external/gpl3/gdb/dist/gdbsupport/
refcounted-object.h 39 void decref () function in class:refcounted_object
64 static void decref (refcounted_object *ptr) function in struct:refcounted_object_ref_policy
66 ptr->decref ();
79 static void decref (T *obj) function in struct:refcounted_object_delete_ref_policy
81 obj->decref ();
  /src/external/gpl3/gdb.old/dist/gdb/
gdb_bfd.h 80 static void decref (struct bfd *abfd) function in struct:gdb_bfd_ref_policy
value.h 119 static void decref (struct value *ptr);
516 void decref ();
895 value_ref_policy::decref (struct value *ptr) function in class:value_ref_policy
897 ptr->decref ();
breakpoint.h 527 static void decref (bp_location *loc)
530 loc->decref ();
526 static void decref (bp_location *loc) function in struct:bp_location_ref_policy
value.c 1457 value::decref ()
2318 var->u.value->decref ();
1456 value::decref () function in class:value
target.c 1150 target_ops_ref_policy::decref (target_ops *t) function in class:target_ops_ref_policy
1152 t->decref ();
  /src/external/gpl3/gdb.old/dist/gdbsupport/
refcounted-object.h 39 void decref () function in class:refcounted_object
64 static void decref (refcounted_object *ptr) function in struct:refcounted_object_ref_policy
66 ptr->decref ();
79 static void decref (T *obj) function in struct:refcounted_object_delete_ref_policy
81 obj->decref ();
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-logging.cc 50 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");
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-logging.cc 50 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");
  /src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer-logging.cc 65 the decref method when the refcount hits zero.
91 logger::decref (const char *reason) function in class:ana::logger
211 m_logger->decref("log_user dtor");
223 m_logger->decref ("log_user::set_logger");
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer-logging.cc 65 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");
  /src/external/bsd/pcc/dist/pcc/mip/
optim2.c 384 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 58 milliseconds