Home
last modified time | relevance | path

Searched refs:referenceCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.h41 size_t referenceCount; member
69 size_t referenceCount; member
138 static_assert(offsetof(__cxa_exception, referenceCount) +
H A Dcxa_exception.cpp266 …exception_header->referenceCount = 1; // This is a newly allocated exception, no need for thread … in __cxa_throw()
506 static_assert(__builtin_offsetof(__cxa_exception, referenceCount) == in __cxa_end_catch()
654 std::__libcpp_atomic_add(&exception_header->referenceCount, size_t(1)); in __cxa_increment_exception_refcount()
671 if (std::__libcpp_atomic_add(&exception_header->referenceCount, size_t(-1)) == 0) in __cxa_decrement_exception_refcount()
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dmessage-reference.mm5 -(unsigned int&)referenceCount; method
14 return ([srcBlip referenceCount] == 0);