Searched refs:StdBeginEnd (Results 1 – 2 of 2) sorted by relevance
226 struct StdBeginEnd {}; struct228 int *begin(StdBeginEnd);229 int *end(StdBeginEnd);232 …for (auto a : StdBeginEnd()) {} // expected-error {{invalid range expression of type 'StdBeginEnd'… in DR1442()
242 struct StdBeginEnd {}; struct244 int *begin(StdBeginEnd);245 int *end(StdBeginEnd);248 …for (auto a : StdBeginEnd()) {} // expected-error {{invalid range expression of type 'StdBeginEnd'… in DR1442()