• Home
  • Raw
  • Download

Lines Matching defs:b

103   { bool b = (twoT<int>); }   in main()  local
104 { bool b = (twoT<int, int>); } in main() local
106 { bool b = &twoT<int>; //&foo<int>; } in main() local
121 { bool b = cant_resolve<int>; } // expected-error {{address of overload}} in main() local
163 …{ bool b = S::f<char>; } // expected-error {{call to non-static member function without an object … in test() local
164 …{ bool b = S::f<int>; } // expected-error {{call to non-static member function without an object a… in test() local
165 { bool b = &S::f<char>; } in test() local
166 { bool b = &S::f<int>; } in test() local
168 …{ bool b = s.f<char>; } // expected-error {{reference to non-static member function must be called… in test() local
169 …{ bool b = s.f<int>; } // expected-error {{reference to non-static member function must be called}} in test() local
170 …{ bool b = &s.f<char>; } // expected-error {{cannot create a non-constant pointer to member functi… in test() local
171 …{ bool b = &s.f<int>; } // expected-error {{cannot create a non-constant pointer to member functio… in test() local
173 { bool b = S::g<char>; } in test() local
174 { bool b = S::g<int>; } in test() local
175 { bool b = &S::g<char>; } in test() local
176 { bool b = &S::g<int>; } in test() local
177 { bool b = s.g<char>; } in test() local
178 { bool b = s.g<int>; } in test() local
179 { bool b = &s.g<char>; } in test() local
180 { bool b = &s.g<int>; } in test() local
182 { bool b = S::h<42>; } in test() local
183 …{ bool b = S::h<int>; } // expected-error {{cannot form member pointer of type 'bool' without '&' … in test() local
184 { bool b = &S::h<42>; } in test() local
185 { bool b = &S::h<int>; } in test() local
186 { bool b = s.h<42>; } in test() local
187 …{ bool b = s.h<int>; } // expected-error {{cannot form member pointer of type 'bool' without '&' a… in test() local
188 { bool b = &s.h<42>; } in test() local
189 …{ bool b = &s.h<int>; } // expected-error {{cannot form member pointer of type 'bool' without '&' … in test() local