Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching defs:std

16 namespace std {
19 // CHECK-LABEL: define void @_ZNSt1AC2Ev(%"struct.std::A"* %this) unnamed_addr
20 // CHECK-LABEL: define void @_ZNSt1AC1Ev(%"struct.std::A"* %this) unnamed_addr
24 namespace std {
29 void f(std::allocator<char>, std::allocator<int>) { }
31 namespace std {
36 void f(std::basic_string<char, char, int>) { }
38 namespace std {
41 typedef std::basic_string<char, std::char_traits<char>, std::allocator<char> > string;
45 void f(std::string) { }
47 namespace std {
75 void f(std::basic_istream<char, std::char_traits<char> >) { }
78 void f(std::basic_ostream<char, std::char_traits<char> >) { }
81 void f(std::basic_iostream<char, std::char_traits<char> >) { }
84 namespace std
93 // Make sure we don't treat the following like std::string
96 typedef basic_string<char, std::char_traits<char>, std::allocator<char> > not_string;
102 std::basic_iostream<char> bio(17);
105 // Make sure we don't mangle 'std' as 'St' here.
107 namespace std {