Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h108 using _Str _LIBCPP_NODEBUG = basic_string<_ECharT, _Traits, _Alloc>;
110 _LIBCPP_HIDE_FROM_ABI static _ECharT const* __range_begin(_Str const& __s) { return __s.data(); }
112 …_LIBCPP_HIDE_FROM_ABI static _ECharT const* __range_end(_Str const& __s) { return __s.data() + __s…
114 …_LIBCPP_HIDE_FROM_ABI static _ECharT __first_or_null(_Str const& __s) { return __s.empty() ? _ECha…
121 using _Str _LIBCPP_NODEBUG = basic_string_view<_ECharT, _Traits>;
123 _LIBCPP_HIDE_FROM_ABI static _ECharT const* __range_begin(_Str const& __s) { return __s.data(); }
125 …_LIBCPP_HIDE_FROM_ABI static _ECharT const* __range_end(_Str const& __s) { return __s.data() + __s…
127 …_LIBCPP_HIDE_FROM_ABI static _ECharT __first_or_null(_Str const& __s) { return __s.empty() ? _ECha…
334 template <class _Str>
335 _LIBCPP_HIDE_FROM_ABI static void __append(_Str& __dest, const __path_string& __src) {
[all …]
/freebsd/include/
H A Dstring.h159 #define strdupa(_Str) (__extension__({ \ argument
164 _Str1 = (_Str); \
171 #define strndupa(_Str, _Maxlen) (__extension__({ \ argument
176 _Str1 = (_Str); \
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dto_chars_floating_point.h355 const char* const _Str = "0p+0";
362 std::memcpy(_First, _Str, _Len);
1022 const char* _Str;
1028 _Str = "inf";
1033 _Str = "nan(ind)";
1036 _Str = "nan";
1039 _Str = "nan(snan)";
1047 std::memcpy(_First, _Str, _Len);