Home
last modified time | relevance | path

Searched refs:StdBeginEnd (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp226 struct StdBeginEnd {}; struct
228 int *begin(StdBeginEnd);
229 int *end(StdBeginEnd);
232 …for (auto a : StdBeginEnd()) {} // expected-error {{invalid range expression of type 'StdBeginEnd'… in DR1442()
/external/llvm-project/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp242 struct StdBeginEnd {}; struct
244 int *begin(StdBeginEnd);
245 int *end(StdBeginEnd);
248 …for (auto a : StdBeginEnd()) {} // expected-error {{invalid range expression of type 'StdBeginEnd'… in DR1442()