Home
last modified time | relevance | path

Searched refs:SInt32 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcfref_rdar6080742.c9 typedef signed long SInt32; typedef
10 typedef SInt32 OSStatus;
H A Dretain-release.m480 typedef signed long SInt32; typedef
481 typedef SInt32 OSStatus;
1381 typedef signed long SInt32; typedef
1382 typedef SInt32 OSStatus;
/llvm-project-15.0.7/clang/test/FixIt/
H A Dformat-darwin.m13 typedef int SInt32; typedef
20 typedef long SInt32; typedef
24 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…
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc-cf.m51 typedef signed int SInt32; typedef
53 extern SInt32 CFStringGetIntValue(CFStringRef str); // expected-note {{passing argument to paramete…