Searched refs:__do_nothing (Results 1 – 2 of 2) sorted by relevance
2448 _LIBCPP_EXPORTED_FROM_ABI void __do_nothing(void*);2452 bool __owns = __b.get_deleter() != __do_nothing;2489 unique_ptr<unsigned, void (*)(void*)> __gb(__gbuf, __do_nothing);2647 unique_ptr<char_type, void (*)(void*)> __wb(__wbuf, __do_nothing);2684 unique_ptr<char_type, void (*)(void*)> __wb(__wbuf, __do_nothing);
5646 void __do_nothing(void*) {} in __do_nothing() function