Home
last modified time | relevance | path

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

/external/libcxx/include/
Dlocale2756 _LIBCPP_FUNC_VIS void __do_nothing(void*);
2763 bool __owns = __b.get_deleter() != __do_nothing;
2795 unique_ptr<unsigned, void(*)(void*)> __gb(__gbuf, __do_nothing);
3013 unique_ptr<char_type, void(*)(void*)> __wb(__wbuf, __do_nothing);
3057 unique_ptr<char_type, void(*)(void*)> __wb(__wbuf, __do_nothing);
/external/libcxx/src/
Dlocale.cpp6079 void __do_nothing(void*) {} in __do_nothing() function