Lines Matching refs:S1
3 // CHECK-LABEL: define %struct.S1* @_Z4foo1i(
4 // CHECK: %[[CALL:[a-z0-9]+]] = call %struct.S1* @_Z4foo0i
5 // CHECK: ret %struct.S1* %[[CALL]]
7 // CHECK-LABEL: define %struct.S1* @_ZN2S22m1Ev(
8 // CHECK: %[[CALL:[a-z0-9]+]] = call %struct.S1* @_Z4foo0i
9 // CHECK: ret %struct.S1* %[[CALL]]
11 // CHECK-LABEL: define internal %struct.S1* @Block1_block_invoke(
12 // CHECK: %[[CALL:[a-z0-9]+]] = call %struct.S1* @_Z4foo0i
13 // CHECK: ret %struct.S1* %[[CALL]]
15 struct S1; struct
17 typedef __attribute__((NSObject)) struct __attribute__((objc_bridge(id))) S1 * S1Ref;