Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpeep-test-5.ll4 ; void decref(long* refcount) {
5 ; long count = *refcount;
7 ; else if (count > 1) { *refcount = count - 1; }
/llvm-project-15.0.7/compiler-rt/lib/BlocksRuntime/
H A Druntime.c416 int refcount; in _Block_byref_release() local
427 refcount = shared_struct->flags & BLOCK_REFCOUNT_MASK; in _Block_byref_release()
428 if (refcount <= 0) { in _Block_byref_release()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_ppc64le.h120 uint32_t refcount; // Serves as enable/disable and reference counter. member
H A DNativeRegisterContextLinux_arm.h112 uint32_t refcount; // Serves as enable/disable and reference counter. member
/llvm-project-15.0.7/libcxx/utils/gdb/libcxx/
H A Dprinters.py275 refcount = self.val["__cntrl_"]
276 if refcount != 0:
278 usecount = refcount["__shared_owners_"] + 1
279 weakcount = refcount["__shared_weak_owners_"]
/llvm-project-15.0.7/clang/docs/
H A DBlock-ABI-Apple.rst366 int flags; //refcount;
383 int flags; //refcount;
427 int flags; //refcount;
451 int flags; //refcount;
500 int flags; //refcount;
657 int flags; //refcount;
/llvm-project-15.0.7/clang-tools-extra/pseudo/
H A DDesignNotes.md82 - we need a refcount in GSS nodes so we can recognize never-reduced node death
/llvm-project-15.0.7/llvm/docs/
H A DGarbageCollection.rst685 | Algorithm | Done | Shadow | refcount | mark- | copying | incremental | threaded | concurrent |