#import #include #include #include "rename.h" #if !TARGET_OS_WATCH #import #endif #ifdef __cplusplus extern "C" { #endif int theUltimateAnswer (); void useZLib (); typedef void (^x_block_callback)(); void x_call_block (x_block_callback block); void x_get_matrix_float2x2 (id self, const char *sel, float* r0c0, float* r0c1, float* r1c0, float* r1c1); void x_get_matrix_float3x3 (id self, const char *sel, float* r0c0, float* r0c1, float* r0c2, float* r1c0, float* r1c1, float* r1c2, float* r2c0, float* r2c1, float* r2c2); void x_get_matrix_float4x4 (id self, const char *sel, float* r0c0, float* r0c1, float* r0c2, float* r0c3, float* r1c0, float* r1c1, float* r1c2, float* r1c3, float* r2c0, float* r2c1, float* r2c2, float* r2c3, float* r3c0, float* r3c1, float* r3c2, float* r3c3); void x_get_matrix_float4x3 (id self, const char *sel, float* r0c0, float* r0c1, float* r0c2, float* r0c3, float* r1c0, float* r1c1, float* r1c2, float* r1c3, float* r2c0, float* r2c1, float* r2c2, float* r2c3); #if !TARGET_OS_WATCH void x_mdltransformcomponent_get_local_transform (id self, NSTimeInterval time, float* r0c0, float* r0c1, float* r0c2, float* r0c3, float* r1c0, float* r1c1, float* r1c2, float* r1c3, float* r2c0, float* r2c1, float* r2c2, float* r2c3, float* r3c0, float* r3c1, float* r3c2, float* r3c3); void x_mdltransform_create_global_transform (MDLObject *object, NSTimeInterval time, float* r0c0, float* r0c1, float* r0c2, float* r0c3, float* r1c0, float* r1c1, float* r1c2, float* r1c3, float* r2c0, float* r2c1, float* r2c2, float* r2c3, float* r3c0, float* r3c1, float* r3c2, float* r3c3); void x_mdltransform_get_rotation_matrix (MDLTransform *self, NSTimeInterval time, float* r0c0, float* r0c1, float* r0c2, float* r0c3, float* r1c0, float* r1c1, float* r1c2, float* r1c3, float* r2c0, float* r2c1, float* r2c2, float* r2c3, float* r3c0, float* r3c1, float* r3c2, float* r3c3); #endif /* * Various structs used in ObjCRegistrarTest */ #include "libtest.structs.h" typedef unsigned int (^RegistrarTestBlock) (unsigned int magic); /* * ObjC test class used for registrar tests. */ @interface ObjCRegistrarTest : NSObject { } @property int Pi1; @property int Pi2; @property int Pi3; @property int Pi4; @property int Pi5; @property int Pi6; @property int Pi7; @property int Pi8; @property int Pi9; @property float Pf1; @property float Pf2; @property float Pf3; @property float Pf4; @property float Pf5; @property float Pf6; @property float Pf7; @property float Pf8; @property float Pf9; @property double Pd1; @property double Pd2; @property double Pd3; @property double Pd4; @property double Pd5; @property double Pd6; @property double Pd7; @property double Pd8; @property double Pd9; @property char Pc1; @property char Pc2; @property char Pc3; @property char Pc4; @property char Pc5; #include "libtest.properties.h" -(void) V; -(float) F; -(double) D; -(struct Sd) Sd; -(struct Sf) Sf; -(void) V:(int)i1 i:(int)i2 i:(int)i3 i:(int)i4 i:(int)i5 i:(int)i6 i:(int)i7; // 6 in regs, 7th in mem. -(void) V:(float)f1 f:(float)f2 f:(float)f3 f:(float)f4 f:(float)f5 f:(float)f6 f:(float)f7 f:(float)f8 f:(float)f9; // 8 in regs, 9th in mem. -(void) V:(int)i1 i:(int)i2 i:(int)i3 i:(int)i4 i:(int)i5 i:(int)i6 i:(int)i7 f:(float)f1 f:(float)f2 f:(float)f3 f:(float)f4 f:(float)f5 f:(float)f6 f:(float)f7 f:(float)f8 f:(float)f9; // 6 ints in regs, 8 floats in in regs, 1 int in mem, 1 float in mem. -(void) V:(double)d1 d:(double)d2 d:(double)d3 d:(double)d4 d:(double)d5 d:(double)d6 d:(double)d7 d:(double)d8 d:(double)d9; // 8 in regs, 9th in mem. -(void) V:(int)i1 i:(int)i2 Siid:(struct Siid)Siid1 i:(int)i3 i:(int)i4 d:(double)d1 d:(double)d2 d:(double)d3 i:(int)i5 i:(int)i6 i:(int)i7; -(void) V:(int)i1 i:(int)i2 f:(float)f1 Siid:(struct Siid)Siid1 i:(int)i3 i:(int)i4 d:(double)d1 d:(double)d2 d:(double)d3 i:(int)i5 i:(int)i6 i:(int)i7; -(void) V:(char)c1 c:(char)c2 c:(char)c3 c:(char)c4 c:(char)c5 i:(int)i1 d:(double)d1; -(void) invoke_V; -(float) invoke_F; -(double) invoke_D; -(struct Sf) Sf_invoke; -(RegistrarTestBlock) methodReturningBlock; @property (nonatomic, readonly) RegistrarTestBlock propertyReturningBlock; -(bool) testBlocks; -(void) idAsIntPtr: (id)p1; #include "libtest.methods.h" -(void) outNSErrorOnStack:(int)i1 i:(int)i2 i:(int)i3 i:(int)i4 i:(int)i5 i:(int)i6 err:(NSError **)err; // 6 in regs, 7th (out) in mem (on all architectures) -(void) outNSErrorOnStack:(id)obj1 obj:(id)obj2 obj:(id)obj3 int64:(long long)l4 i:(int)i5 err:(NSError **)err; // 5 in regs, 6th (out) in mem (on at least x86-64) @end /* * ObjC test class used for exception tests. */ @interface ObjCExceptionTest : NSObject { } -(void) throwObjCException; -(void) throwManagedException; -(void) invokeManagedExceptionThrower; -(void) invokeManagedExceptionThrowerAndRethrow; -(void) invokeManagedExceptionThrowerAndCatch; @end @protocol ObjCProtocolTest @required -(void) idAsIntPtr: (id)p1; @end // We need this class so that the ObjCProtocolTest protocol // actually ends up in the library. @interface ObjCProtocolClassTest : NSObject { } -(void) idAsIntPtr: (id)p1; @end @protocol ObjCProtocolBlockTest @required -(void) requiredCallback: (void (^)(int32_t magic_number))completionHandler; +(void) requiredStaticCallback: (void (^)(int32_t magic_number))completionHandler; @optional -(void) optionalCallback: (void (^)(int32_t magic_number))completionHandler; +(void) optionalStaticCallback: (void (^)(int32_t magic_number))completionHandler; @end @interface ObjCBlockTester : NSObject { } @property (retain) NSObject* TestObject; @property (class, retain) Class TestClass; -(void) classCallback: (void (^)(int32_t magic_number))completionHandler; -(void) callClassCallback; -(void) callRequiredCallback; +(void) callRequiredStaticCallback; -(void) callOptionalCallback; +(void) callOptionalStaticCallback; -(void) testFreedBlocks; +(int) freedBlockCount; @end @interface FreedNotifier : NSObject { } -(void) dealloc; @end @interface EvilDeallocator : NSObject { } @property (copy) void (^evilCallback)(int32_t magic_number); -(void) dealloc; @end #ifdef __cplusplus } /* extern "C" */ #endif