Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconditional-expr.cpp205 struct OtherString { struct
206 OtherString();
207 OtherString(const char*);
212 String(const OtherString&);
216 void f(bool Cond, String S, OtherString OS) { in f()