Searched refs:traits (Results 1 - 25 of 59) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/requirements/
H A Dtypedefs.cc25 // 28.2 (4) Table 127 - Regular expression traits class requirements
32 typedef std::regex_traits<char> traits; typedef
34 typedef traits::char_type char_type;
35 typedef traits::string_type string_type;
36 typedef traits::locale_type locale_type;
37 typedef traits::char_class_type char_class_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/headers/ostream/
H A Dsynopsis.cc23 template <class charT, class traits>
27 template <class charT, class traits>
28 basic_ostream<charT,traits>& endl(basic_ostream<charT,traits>& os);
29 template <class charT, class traits>
30 basic_ostream<charT,traits>& ends(basic_ostream<charT,traits>& os);
31 template <class charT, class traits>
32 basic_ostream<charT,traits>& flush(basic_ostream<charT,traits>
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/headers/istream/
H A Dsynopsis.cc23 template <class charT, class traits >
27 template <class charT, class traits >
31 template <class charT, class traits>
32 basic_istream<charT,traits>& ws(basic_istream<charT,traits>& is);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/headers/string/
H A Dsynopsis.cc23 // lib.char.traits, character traits:
31 template<class charT, class traits, class Allocator >
35 template<class charT, class traits, class Allocator>
36 basic_string<charT,traits,Allocator>
37 operator+(const basic_string<charT,traits,Allocator>& lhs,
38 const basic_string<charT,traits,Allocator>& rhs);
39 template<class charT, class traits, class Allocator>
40 basic_string<charT,traits,Allocator>
42 const basic_string<charT,traits,Allocato
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/headers/fstream/
H A Dsynopsis.cc23 template <class charT, class traits>
28 template <class charT, class traits>
33 template <class charT, class traits>
38 template <class charT, class traits>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_set/
H A Dinstantiation_neg.cc38 using traits = std::__detail::_Hashtable_traits<false, true, true>;
41 std::allocator<int>, traits>;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-using2.C7 struct traits struct
18 template struct traits<int>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/headers/sstream/
H A Dsynopsis.cc24 template <class charT, class traits, class Allocator>
29 template <class charT, class traits, class Allocator>
34 template <class charT, class traits, class Allocator>
39 template <class charT, class traits, class Allocator>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/headers/streambuf/
H A Dsynopsis.cc23 template <class charT, class traits>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Dtransform.cc25 // 28.2 (4) Table 127 - Regular expression traits class requirements
26 // 28.7 Class template regex_traits [re.traits]
37 typedef std::regex_traits<CharT> traits; typedef
39 traits t;
40 traits::string_type G = L"abc";
41 traits::string_type H = L"def";
H A Dlookup_classname.cc22 // 28.2(4) Table 127 - Regular expression traits class requirements
23 // 28.7(9) Class template regex_traits [re.traits]
33 typedef std::regex_traits<CharT> traits; typedef
37 traits t;
40 traits::char_class_type c1 = t.lookup_classname(range(n1));
43 traits::char_class_type c2 = t.lookup_classname(range(n1), true);
44 traits::char_class_type c3 = t.lookup_classname(range(n2), true);
H A Dlength.cc25 // 28.2 (4) Table 127 - Regular expression traits class requirements
26 // 28.7 Class template regex_traits [re.traits]
36 typedef std::regex_traits<CharT> traits; typedef
40 std::size_t i = traits::length(p);
H A Dlookup_collatename.cc23 // 28.2 (4) Table 127 - Regular expression traits class requirements
24 // 28.7 (8) Class template regex_traits [re.traits]
34 typedef std::regex_traits<CharT> traits; typedef
36 traits t;
H A Dtransform_primary.cc23 // 28.2 (4) Table 127 - Regular expression traits class requirements
24 // 28.7 Class template regex_traits [re.traits]
35 typedef std::regex_traits<CharT> traits; typedef
37 traits t;
38 traits::string_type G = L"abc";
39 traits::string_type H = L"def";
40 traits::string_type J = L"ABC";
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/traits/char/
H A Dtransform.cc25 // 28.2 (4) Table 127 - Regular expression traits class requirements
26 // 28.7 Class template regex_traits [re.traits]
37 typedef std::regex_traits<CharT> traits; typedef
39 traits t;
40 traits::string_type G = "abc";
41 traits::string_type H = "def";
H A Dlookup_classname.cc25 // 28.2(4) Table 127 - Regular expression traits class requirements
26 // 28.7(9) Class template regex_traits [re.traits]
37 typedef std::regex_traits<CharT> traits; typedef
41 traits t;
43 traits::char_class_type c1 = t.lookup_classname(n1, n1+sizeof(n1)-1);
46 traits::char_class_type c2 = t.lookup_classname(n1, n1+sizeof(n1)-1, true);
47 traits::char_class_type c3 = t.lookup_classname(n2, n2+sizeof(n2)-1, true);
57 std::regex_traits<char> traits; local
58 VERIFY(traits.isctype('C', traits
66 std::regex_traits<char> traits; local
[all...]
H A Dlookup_collatename.cc25 // 28.2 (4) Table 127 - Regular expression traits class requirements
26 // 28.7 (8) Class template regex_traits [re.traits]
37 typedef std::regex_traits<CharT> traits; typedef
39 traits t;
50 std::regex_traits<char> traits; local
51 VERIFY(traits.lookup_collatename(s.begin(), s.end()) == "~");
H A Dlength.cc25 // 28.2 (4) Table 127 - Regular expression traits class requirements
26 // 28.7 Class template regex_traits [re.traits]
36 typedef std::regex_traits<CharT> traits; typedef
40 std::size_t i = traits::length(p);
H A Dtransform_primary.cc25 // 28.2 (4) Table 127 - Regular expression traits class requirements
26 // 28.7 Class template regex_traits [re.traits]
37 typedef std::regex_traits<CharT> traits; typedef
39 traits t;
40 traits::string_type G = "abc";
41 traits::string_type H = "def";
42 traits::string_type J = "ABC";
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/
H A Dtypedefs2.cc53 typedef std::allocator_traits<alloc_type> traits; typedef
57 static_assert( is_same<traits::pointer, alloc_type::pointer>::value,
60 static_assert( is_same<traits::const_pointer,
64 static_assert( is_same<traits::void_pointer, alloc_type::void_pointer>::value,
67 static_assert( is_same<traits::const_void_pointer,
71 static_assert( is_same<traits::difference_type,
75 static_assert( is_same<traits::size_type, alloc_type::size_type>::value,
78 static_assert( is_same<traits::size_type, alloc_type::size_type>::value,
81 static_assert( is_same<traits::propagate_on_container_copy_assignment,
86 static_assert( is_same<traits
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dbastring.cc29 template <class charT, class traits, class Allocator>
30 inline void * basic_string <charT, traits, Allocator>::Rep::
36 template <class charT, class traits, class Allocator>
37 inline void basic_string <charT, traits, Allocator>::Rep::
45 template <class charT, class traits, class Allocator>
46 inline size_t basic_string <charT, traits, Allocator>::Rep::
54 template <class charT, class traits, class Allocator>
55 inline basic_string <charT, traits, Allocator>::Rep *
56 basic_string <charT, traits, Allocator>::Rep::
67 template <class charT, class traits, clas
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/headers/bitset/
H A Dsynopsis.cc36 template <class charT, class traits, size_t N>
37 basic_istream<charT, traits>&
38 operator>>(basic_istream<charT, traits>& is, bitset<N>& x);
40 template <class charT, class traits, size_t N>
41 basic_ostream<charT, traits>&
42 operator<<(basic_ostream<charT, traits>& os, const bitset<N>& x);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/headers/iterator/
H A Dsynopsis.cc99 template <class T, class charT, class traits, class Distance>
102 template <class T, class charT, class traits, class Distance>
103 bool operator==(const istream_iterator<T,charT,traits,Distance>& x,
104 const istream_iterator<T,charT,traits,Distance>& y);
106 template <class T, class charT, class traits, class Distance>
107 bool operator!=(const istream_iterator<T,charT,traits,Distance>& x,
108 const istream_iterator<T,charT,traits,Distance>& y);
110 template <class T, class charT, class traits>
113 template<class charT, class traits>
116 template <class charT, class traits>
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D1.cc27 template<typename charT, typename traits = std::char_traits<charT> >
28 class basic_nullbuf : public std::basic_filebuf<charT, traits>
32 std::basic_filebuf<charT, traits>::int_type int_type;
35 { return traits::not_eof(c); }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/
H A D2.cc30 template<typename charT, typename traits = std::char_traits<charT> >
31 class basic_nullbuf : public std::basic_streambuf<charT, traits>
35 std::basic_streambuf<charT, traits>::int_type int_type;
38 { return traits::not_eof(c); }

Completed in 122 milliseconds

123