Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconditional-expr.cpp236 struct OtherString { struct
237 OtherString();
238 OtherString(const char*);
243 String(const OtherString&);
247 void f(bool Cond, String S, OtherString OS) { in f()