Searched refs:TestD (Results 1 – 5 of 5) sorted by relevance
5 @TestC = alias void (), void ()* @TestD7 define void @TestD() {12 ; CHECK-LABEL: TestD:13 ; CHECK: TestC = TestD
5 @TestC = alias void (), void ()* @TestD7 define void @TestD() {12 ; CHECK-LABEL: TestD:13 ; CHECK: .set TestC, TestD
14 void TestD(double X, double Y) { in TestD() function
15 void TestD(double X, double Y) { in TestD() function
176 @interface TestD : UIResponder {} interface178 @implementation TestD implementation182 } // expected-warning {{The 'resignFirstResponder' instance method in UIResponder subclass 'TestD' …