Home | History | Annotate | Download | only in CodeGenObjC

Lines Matching full:test26

593 @interface Test26 { id x[4]; } @end
594 @implementation Test26 @end
595 // CHECK: define internal void @"\01-[Test26 .cxx_destruct]"(
596 // CHECK: [[SELF:%.*]] = load [[TEST26:%.*]]**
598 // CHECK-NEXT: [[T0:%.*]] = bitcast [[TEST26]]* [[SELF]] to i8*