Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dwrite_escaped.h71 __write_escaped_code_unit(basic_string<_CharT>& __str, char32_t __value, const _CharT* __prefix) { in __write_escaped_code_unit()
89 _LIBCPP_HIDE_FROM_ABI void __write_well_formed_escaped_code_unit(basic_string<_CharT>& __str, char3… in __write_well_formed_escaped_code_unit()
99 _LIBCPP_HIDE_FROM_ABI void __write_escape_ill_formed_code_unit(basic_string<_CharT>& __str, char32_… in __write_escape_ill_formed_code_unit()
105 __is_escaped_sequence_written(basic_string<_CharT>& __str, bool __last_escaped, char32_t __value) { in __is_escaped_sequence_written()
140basic_string<_CharT>& __str, char32_t __value, bool __last_escaped, __escape_quotation_mark __mark… in __is_escaped_sequence_written()
187 __escape(basic_string<_CharT>& __str, basic_string_view<_CharT> __values, __escape_quotation_mark _… in __escape()
215 basic_string<_CharT> __str; variable
227 basic_string<_CharT> __str; variable
H A Drange_formatter.h191 basic_string<_CharT> __str; __format_as_string() local
H A Dformatter_output.h320 _LIBCPP_HIDE_FROM_ABI int __truncate(basic_string_view<_CharT>& __str, int __precision) { in __truncate()
H A Dbuffer.h95 _LIBCPP_HIDE_FROM_ABI void __copy(basic_string_view<_InCharT> __str) { in __copy() argument
[all...]
/freebsd/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()
35 # define _LIBCPP_STATICALLY_WIDEN(_CharT, __str) ::std::__statically_widen<_CharT>(__str, L##__s… argument
/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dconstexpr_c_functions.h50 …HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 size_t __constexpr_strlen(const _Tp* __str) _NOEXCEPT { in __constexpr_strlen()
131 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp* __constexpr_memchr(_Tp* __str, _Up __value… in __constexpr_memchr()
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dprint.h49 const char* __str = __o.data(); in __vprint_nonunicode() local
H A Dbasic_ostream.h499 __put_character_sequence(basic_ostream<_CharT, _Traits>& __os, const _CharT* __str, size_t __len) { in __put_character_sequence()
/freebsd/sys/dev/hptmv/
H A Dosbsd.h218 #define __str(x) __str_direct(x) macro
/freebsd/contrib/mandoc/
H A Droff.c167 #define PREDEF(__name, __str) \ argument