Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-missing-noreturn.cpp43 struct R7880658 { struct
44 R7880658 &operator++();
45 bool operator==(const R7880658 &) const;
46 bool operator!=(const R7880658 &) const;
49 void f_R7880658(R7880658 f, R7880658 l) { // no-warning in f_R7880658()