HomeSort by relevance Sort by last modified time
    Searched full:null_t (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 11 struct null_t { struct
48 null_t alt_end();
51 null_t alt_begin();
122 null_t end(); // expected-note {{selected 'end' function with iterator type 'null_t'}}
124 for (auto a : Differ()) // expected-error {{'begin' and 'end' must return the same type (got 'int *' and 'null_t')}}
141 null_t end();
144 null_t begin();

Completed in 85 milliseconds