Home
last modified time | relevance | path

Searched refs:__c_downcast (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_ptr.hpp305 &__c_downcast<_Ty>(*this)); in __intrusive_from_this()
315 &__c_downcast<_Ty>(*this)); in __intrusive_from_this()
325 &__c_downcast<_Ty>(*this)); in __inc_ref()
334 &__c_downcast<_Ty>(*this)); in __dec_ref()
343 &__c_downcast<_Ty>(*this)); in __is_set()
353 &__c_downcast<_Ty>(*this)); in __set_bit()
363 &__c_downcast<_Ty>(*this)); in __clear_bit()
H A D__utility.hpp154 auto __c_downcast(_Up&& u) noexcept -> __copy_cvref_t<_Up&&, _Tp> in __c_downcast() function