Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__chrono/
H A Dstatically_widen.h29 _LIBCPP_HIDE_FROM_ABI constexpr const _CharT* __statically_widen(const char* __str, const wchar_t* … in __statically_widen() function
35 # define _LIBCPP_STATICALLY_WIDEN(_CharT, __str) ::std::__statically_widen<_CharT>(__str, L##__s…
42 _LIBCPP_HIDE_FROM_ABI constexpr const _CharT* __statically_widen(const char* __str) {
45 # define _LIBCPP_STATICALLY_WIDEN(_CharT, __str) ::std::__statically_widen<_CharT>(__str)