Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
H A Dp1.cpp13 struct null_t { struct
50 null_t alt_end();
53 null_t alt_begin();
139 null_t end(); in g()
164 null_t end(); in g()
167 null_t begin(); in g()
/llvm-project-15.0.7/clang/test/CXX/basic/basic.def.odr/
H A Dp2-typeid.cpp52 consteval T *null_t() { return nullptr; } in null_t() function
58 …(void)typeid(*null_t()); // expected-warning {{expression with side effects will be evaluated desp… in func()