| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | ostream | 16 template <class charT, class traits = char_traits<charT> > 18 : virtual public basic_ios<charT,traits> 23 typedef traits traits_type; 29 explicit basic_ostream(basic_streambuf<char_type,traits>* sb); 43 basic_ostream& operator<<(basic_ios<charT, traits>& (*pf)(basic_ios<charT,traits>&)); 59 basic_ostream& operator<<(basic_streambuf<char_type,traits>* sb); 82 template<class charT, class traits> 83 basic_ostream<charT,traits>& operator<<(basic_ostream<charT,traits>&, charT); 85 template<class charT, class traits> 86 basic_ostream<charT,traits>& operator<<(basic_ostream<charT,traits>&, char); [all …]
|
| H A D | random | 64 template <class charT, class traits, 66 basic_ostream<charT, traits>& 67 operator<<(basic_ostream<charT, traits>& os, 70 template <class charT, class traits, 72 basic_istream<charT, traits>& 73 operator>>(basic_istream<charT, traits>& is, 132 template <class charT, class traits, 136 basic_ostream<charT, traits>& 137 operator<<(basic_ostream<charT, traits>& os, 140 template <class charT, class traits, [all …]
|
| H A D | iosfwd | 28 template <class charT, class traits = char_traits<charT> > class basic_ios; 30 template <class charT, class traits = char_traits<charT> > class basic_streambuf; 31 template <class charT, class traits = char_traits<charT> > class basic_istream; 32 template <class charT, class traits = char_traits<charT> > class basic_ostream; 33 template <class charT, class traits = char_traits<charT> > class basic_iostream; 35 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 37 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 39 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 41 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 44 template <class charT, class traits = char_traits<charT> > class basic_filebuf; [all …]
|
| H A D | chrono | 146 // common_type traits 217 template<class charT, class traits, class Rep, class Period> // C++20 218 basic_ostream<charT, traits>& 219 operator<<(basic_ostream<charT, traits>& os, 295 template<class charT, class traits, class Duration> // C++20 296 basic_ostream<charT, traits>& 297 operator<<(basic_ostream<charT, traits>& os, const sys_time<Duration>& tp); 299 template<class charT, class traits> // C++20 300 basic_ostream<charT, traits>& 301 operator<<(basic_ostream<charT, traits>& os, const sys_days& dp); [all …]
|
| H A D | syncstream | 19 template<class charT, class traits, class Allocator> 23 template<class charT, class traits, class Allocator> 24 void swap(basic_syncbuf<charT, traits, Allocator>&, 25 basic_syncbuf<charT, traits, Allocator>&); 30 template<class charT, class traits, class Allocator> 36 template<class charT, class traits, class Allocator> 37 class basic_syncbuf : public basic_streambuf<charT, traits> { 40 using int_type = typename traits::int_type; 41 using pos_type = typename traits::pos_type; 42 using off_type = typename traits::off_type; [all …]
|
| H A D | iterator | 515 template <class T, class charT = char, class traits = char_traits<charT>, class Distance = ptrdiff_… 527 typedef traits traits_type; 528 typedef basic_istream<charT, traits> istream_type; 543 template <class T, class charT, class traits, class Distance> 544 bool operator==(const istream_iterator<T,charT,traits,Distance>& x, 545 const istream_iterator<T,charT,traits,Distance>& y); 546 template <class T, class charT, class traits, class Distance> 547 bool operator!=(const istream_iterator<T,charT,traits,Distance>& x, 548 const istream_iterator<T,charT,traits,Distance>& y); // until C++20 550 template <class T, class charT = char, class traits = char_traits<charT> > [all …]
|
| H A D | istream | 16 template <class charT, class traits = char_traits<charT> > 18 : virtual public basic_ios<charT,traits> 23 typedef traits traits_type; 94 template<class charT, class traits> 95 basic_istream<charT,traits>& operator>>(basic_istream<charT,traits>&, charT&); 97 template<class traits> 98 basic_istream<char,traits>& operator>>(basic_istream<char,traits>&, unsigned char&); 100 template<class traits> 101 basic_istream<char,traits>& operator>>(basic_istream<char,traits>&, signed char&); 103 template<class charT, class traits> [all …]
|
| H A D | string_view | 24 template<class charT, class traits = char_traits<charT>> 27 template<class charT, class traits> 28 inline constexpr bool ranges::enable_view<basic_string_view<charT, traits>> = true; 30 template<class charT, class traits> 31 …inline constexpr bool ranges::enable_borrowed_range<basic_string_view<charT, traits>> = true; // … 34 template<class charT, class traits> 35 constexpr bool operator==(basic_string_view<charT, traits> x, 36 basic_string_view<charT, traits> y) noexcept; 37 …template<class charT, class traits> // … 38 constexpr bool operator!=(basic_string_view<charT, traits> x, [all …]
|
| H A D | string | 83 template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 88 typedef traits traits_type; 137 …operator basic_string_view<charT, traits>() const noexcept; // con… 350 …constexpr bool starts_with(basic_string_view<charT, traits> sv) const noexcept; // C++… 353 …constexpr bool ends_with(basic_string_view<charT, traits> sv) const noexcept; // C++… 357 …constexpr bool contains(basic_string_view<charT, traits> sv) const noexcept; // C++… 376 class traits, 378 explicit basic_string(basic_string_view<charT, traits>, const Allocator& = Allocator()) 379 -> basic_string<charT, traits, Allocator>; // C++17 382 class traits, [all …]
|
| H A D | filesystem | 95 template<class EcharT, class traits = char_traits<EcharT>, 97 basic_string<EcharT, traits, Allocator> 105 template<class EcharT, class traits = char_traits<EcharT>, 107 basic_string<EcharT, traits, Allocator> 151 template<class charT, class traits> 152 friend basic_ostream<charT, traits>& 153 operator<<(basic_ostream<charT, traits>& os, const path& p); 154 template<class charT, class traits> 155 friend basic_istream<charT, traits>& 156 operator>>(basic_istream<charT, traits>& is, path& p); [all …]
|
| H A D | thread | 63 template<class charT, class traits> 64 basic_ostream<charT, traits>& 65 operator<<(basic_ostream<charT, traits>& out, thread::id id);
|
| H A D | bitset | 52 template<class charT, class traits> 54 const basic_string_view<charT,traits>& str, 55 typename basic_string_view<charT,traits>::size_type pos = 0, 56 … typename basic_string_view<charT,traits>::size_type n = basic_string_view<charT,traits>::npos, 58 template<class charT, class traits, class Allocator> 60 const basic_string<charT,traits,Allocator>& str, 61 typename basic_string<charT,traits,Allocator>::size_type pos = 0, 62 …typename basic_string<charT,traits,Allocator>::size_type n = basic_string<charT,traits,Allocator>:… 84 template <class charT, class traits, class Allocator> // constexpr since C++23 85 …basic_string<charT, traits, Allocator> to_string(charT zero = charT('0'), charT one = charT('1')) … [all …]
|
| H A D | ios | 110 template <class charT, class traits = char_traits<charT> > 117 typedef typename traits::int_type int_type; // removed in C++17 118 typedef typename traits::pos_type pos_type; // removed in C++17 119 typedef typename traits::off_type off_type; // removed in C++17 120 typedef traits traits_type; 136 explicit basic_ios(basic_streambuf<charT,traits>* sb); 140 basic_ostream<charT,traits>* tie() const; 141 basic_ostream<charT,traits>* tie(basic_ostream<charT,traits>* tiestr); 143 basic_streambuf<charT,traits>* rdbuf() const; 144 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb); [all …]
|
| H A D | sstream | 19 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 21 : public basic_streambuf<charT, traits> 25 typedef traits traits_type; 95 template <class charT, class traits, class Allocator> 96 void swap(basic_stringbuf<charT, traits, Allocator>& x, 97 basic_stringbuf<charT, traits, Allocator>& y); // conditionally noexcept since C++20 103 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 105 : public basic_istream<charT, traits> 109 typedef traits traits_type; 163 template <class charT, class traits, class Allocator> [all …]
|
| H A D | fstream | 16 template <class charT, class traits = char_traits<charT> > 18 : public basic_streambuf<charT, traits> 22 typedef traits traits_type; 59 template <class charT, class traits> 61 swap(basic_filebuf<charT, traits>& x, basic_filebuf<charT, traits>& y); 66 template <class charT, class traits = char_traits<charT> > 68 : public basic_istream<charT,traits> 72 typedef traits traits_type; 76 …using native_handle_type = typename basic_filebuf<charT, traits>::native_handle_type; // Since C++… 98 template <class charT, class traits> [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | iterator | 18 template <class DelimT, class charT = char, class traits = char_traits<charT>> 22 typedef traits traits_type; 23 typedef basic_ostream<charT, traits> ostream_type; 45 template <class charT, class traits, class DelimT> 46 ostream_joiner<decay_t<DelimT>, charT, traits> 47 make_ostream_joiner(basic_ostream<charT, traits>& os, DelimT&& delimiter);
|
| H A D | simd | 48 // traits [simd.traits] 85 #include <experimental/__simd/traits.h>
|
| H A D | string | |
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringOptions.h | 25 typename = std::enable_if_t<traits::IsValidOptionType<T>::value>> 44 typename = std::enable_if_t<traits::IsValidOptionType<T>::value>>
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | coroutine.cppm | |
| H A D | memory.cppm | |
| H A D | memory.inc | 11 // [pointer.traits], pointer traits 41 // [allocator.traits], allocator traits
|
| H A D | tuple.cppm | |
| H A D | iterator.cppm | |
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_settings.cpp | 3726 omp_alloctrait_t *traits = in __kmp_stg_parse_allocator() local 3777 traits[count].key = omp_atk_fb_data; in __kmp_stg_parse_allocator() 3778 traits[count].value = RCAST(omp_uintptr_t, omp_high_bw_mem_alloc); in __kmp_stg_parse_allocator() 3790 traits[count].key = omp_atk_fb_data; in __kmp_stg_parse_allocator() 3791 traits[count].value = RCAST(omp_uintptr_t, omp_large_cap_mem_alloc); in __kmp_stg_parse_allocator() 3797 traits[count].key = omp_atk_fb_data; in __kmp_stg_parse_allocator() 3798 traits[count].value = RCAST(omp_uintptr_t, omp_default_mem_alloc); in __kmp_stg_parse_allocator() 3805 traits[count].key = omp_atk_fb_data; in __kmp_stg_parse_allocator() 3806 traits[count].value = RCAST(omp_uintptr_t, omp_const_mem_alloc); in __kmp_stg_parse_allocator() 3813 traits[count].key = omp_atk_fb_data; in __kmp_stg_parse_allocator() [all …]
|