Home
last modified time | relevance | path

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

/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp245 struct VoidBeginADL {}; struct
246 void begin(VoidBeginADL); // expected-note {{selected 'begin' function with iterator type 'void'}}
247 void end(VoidBeginADL);
254 for (auto a : VoidBeginADL()) { // expected-error {{cannot use type 'void' as an iterator}} in j()
/external/llvm-project/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp261 struct VoidBeginADL {}; struct
262 void begin(VoidBeginADL); // expected-note {{selected 'begin' function with iterator type 'void'}}
263 void end(VoidBeginADL);
270 for (auto a : VoidBeginADL()) { // expected-error {{cannot use type 'void' as an iterator}} in j()