Home
last modified time | relevance | path

Searched defs:__obj (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__utility/
H A Dexchange.h29 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _T1 exchange(_T1& __obj, _T2&& __new_val… in exchange()
/llvm-project/clang/test/CXX/special/class.copy/
H A Dp15-0x.cpp9 void find_or_insert(const foo& __obj) { in find_or_insert()
/llvm-project/libcxx/include/__stop_token/
H A Dintrusive_shared_ptr.h116 delete &__obj; in __decrement_ref_count() local
/llvm-project/libcxx/include/__format/
H A Dbuffer.h67 __output_buffer(_CharT * __ptr,size_t __capacity,_Tp * __obj) __output_buffer() argument