OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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();
110
null_t
end(); // expected-note {{selected 'end' function with iterator type '
null_t
'}}
112
for (auto a : Differ()) // expected-error {{'begin' and 'end' must return the same type (got 'int *' and '
null_t
')}}
129
null_t
end();
132
null_t
begin();
Completed in 40 milliseconds