Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale2448 _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);
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp5646 void __do_nothing(void*) {} in __do_nothing() function