Searched refs:SInt32 (Results 1 – 4 of 4) sorted by relevance
9 typedef signed long SInt32; typedef10 typedef SInt32 OSStatus;
480 typedef signed long SInt32; typedef481 typedef SInt32 OSStatus;1381 typedef signed long SInt32; typedef1382 typedef SInt32 OSStatus;
13 typedef int SInt32; typedef20 typedef long SInt32; typedef24 typedef SInt32 OSStatus;34 SInt32 getSInt32(void);41 …printf("%s", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as form…111 …printf("%ld", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as for…171 …printf("%d", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as form…218 …printf("%s", (SInt32)0); // expected-warning{{values of type 'SInt32' should not be used as format…
51 typedef signed int SInt32; typedef53 extern SInt32 CFStringGetIntValue(CFStringRef str); // expected-note {{passing argument to paramete…