Searched defs:__str (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/include/__format/ |
H A D | write_escaped.h | 71 __write_escaped_code_unit(basic_string<_CharT>& __str, char32_t __value, const _CharT* __prefix) { in __write_escaped_code_unit() argument 89 _LIBCPP_HIDE_FROM_ABI void __write_well_formed_escaped_code_unit(basic_string<_CharT>& __str, char32_t __value) { in __write_well_formed_escaped_code_unit() argument 99 __write_escape_ill_formed_code_unit(basic_string<_CharT> & __str,char32_t __value) __write_escape_ill_formed_code_unit() argument 104 __is_escaped_sequence_written(basic_string<_CharT> & __str,char32_t __value) __is_escaped_sequence_written() argument 128 __is_escaped_sequence_written(basic_string<_CharT> & __str,char32_t __value,__escape_quotation_mark __mark) __is_escaped_sequence_written() argument 175 __escape(basic_string<_CharT> & __str,basic_string_view<_CharT> __values,__escape_quotation_mark __mark) __escape() argument 199 basic_string<_CharT> __str; global() variable 211 basic_string<_CharT> __str; global() variable [all...] |
H A D | formatter_output.h | 318 __truncate(basic_string_view<_CharT> & __str,int __precision) __truncate() argument [all...] |
H A D | buffer.h | 95 _LIBCPP_HIDE_FROM_ABI void __copy(basic_string_view<_InCharT> __str) { in __copy()
|
/freebsd-src/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | statically_widen.h | 29 _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-src/contrib/llvm-project/libcxx/include/__string/ |
H A D | constexpr_c_functions.h | 38 __constexpr_strlen(const char * __str) __constexpr_strlen() argument 116 __constexpr_memchr(_Tp * __str,_Up __value,size_t __count) __constexpr_memchr() argument [all...] |
/freebsd-src/sys/dev/hptmv/ |
H A D | osbsd.h | 218 #define __str(x) __str_direct(x) macro
|
/freebsd-src/contrib/mandoc/ |
H A D | roff.c | 175 PREDEF(__name,__str) global() argument
|