Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4828 struct _LIBCPP_HIDDEN __time_get_temp : public ctype_byname<CharT> { struct
4829 explicit __time_get_temp(const char* nm) : ctype_byname<CharT>(nm, 1) {} in __time_get_temp() function
4830 explicit __time_get_temp(const string& nm) : ctype_byname<CharT>(nm, 1) {} in __time_get_temp() function