Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
D2004-11-27-ExceptionCleanupAssertion.cpp5 struct Strongbad { struct
6 Strongbad(const char *str );
7 ~Strongbad();
12 Strongbad foo(0); in TheCheat()
13 Strongbad dirs[] = { Strongbad(0) + 1}; in TheCheat()