Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjCXX/
Darc.mm187 @interface Test37 interface
197 extern template void test37<Test37>(Test37 *a); function
198 template void test37<Test37>(Test37 *a); function
224 [Test37 array];
238 Test37 *instantiate_init() {
239 Test37 *result = [[Test37 alloc] init];
249 template Test37* instantiate_init<int>();
/external/clang/test/CodeGenCXX/
Dvtable-layout.cpp1821 namespace Test37 { namespace
/external/clang/test/SemaObjC/
Darc.m675 @class Test37; // expected-note{{forward declaration of class here}}
676 void test37(Test37 *c) {
677 …for (id y in c) { // expected-error {{collection expression type 'Test37' is a forward declaration…
/external/clang/test/CodeGenObjC/
Darc.m957 @class Test37;
960 Test37 *var;