| Home | Sort by: relevance | last modified time | path |
| /src/external/gpl3/gdb.old/dist/gdbsupport/ | |
| refcounted-object.h | 34 gdb_assert (m_refcount >= 0); 35 m_refcount++; 41 m_refcount--; 42 gdb_assert (m_refcount >= 0); 45 int refcount () const { return m_refcount; } 51 int m_refcount = 0; member in class:refcounted_object |
| /src/external/gpl3/gdb/dist/gdbsupport/ | |
| refcounted-object.h | 34 gdb_assert (m_refcount >= 0); 35 m_refcount++; 41 m_refcount--; 42 gdb_assert (m_refcount >= 0); 45 int refcount () const { return m_refcount; } 51 int m_refcount = 0; member in class:refcounted_object |
| /src/external/gpl3/gcc/dist/gcc/jit/ | |
| jit-logging.h | 51 int m_refcount; member in class:gcc::jit::logger |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ | |
| jit-logging.h | 51 int m_refcount; member in class:gcc::jit::logger |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ | |
| analyzer-logging.h | 66 int m_refcount; member in class:ana::logger |
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ | |
| analyzer-logging.h | 64 int m_refcount; member in class:ana::logger |