Searched refs:null_t (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
H A Dp1.cpp87 struct null_t { struct
92 null_t end(); // expected-note {{selected 'end' function with iterator type 'null_t'}}
94 for (auto a : Differ()) // expected-error {{'begin' and 'end' must return the same type (got 'int *' and 'null_t')}}
106 null_t alt_end();
109 null_t alt_begin();
117 null_t end();
120 null_t begin();

Completed in 41 milliseconds