Home
last modified time | relevance | path

Searched refs:ref_count (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dflexible-array-test.cpp77 long ref_count; member
/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_allocator.h456 ++block->ref_count; in thread_unsafe_shared_ptr()
460 --block->ref_count; in ~thread_unsafe_shared_ptr()
461 if (block->ref_count != 0) in ~thread_unsafe_shared_ptr()
480 size_t ref_count = 1; member
/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp346 ++it->second.ref_count; in SetSoftwareBreakpoint()
363 assert(it->second.ref_count > 0); in RemoveSoftwareBreakpoint()
364 if (--it->second.ref_count > 0) in RemoveSoftwareBreakpoint()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp157 (uint64_t)m_data.offset, m_data.user_tag, m_data.ref_count, in GetRegionForAddress()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmig.mm26 os_refcnt_t ref_count; field
39 #define thread_reference_internal(thread) os_ref_retain(&(thread)->ref_count);
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h410 uint32_t ref_count; member
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h65 return object.ref_count(); in getRefCount()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp3155 size_t ref_count = 0; in PrintModule() local
3159 ref_count = module_sp.use_count() - 1; in PrintModule()
3162 strm.Printf("{%*" PRIu64 "}", width, (uint64_t)ref_count); in PrintModule()
3164 strm.Printf("{%" PRIu64 "}", (uint64_t)ref_count); in PrintModule()