/external/clang/test/FixIt/ |
D | format.mm | 8 NSLog(@"%C", data); // no-warning function 11 …NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function 14 …NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function 20 …NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function 23 …NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function 27 …NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
|
D | format-no-fixit.m | 7 extern void NSLog(NSString *format, ...); function
|
D | format.m | 5 extern void NSLog(NSString *, ...); function
|
/external/clang/test/CodeGenObjC/ |
D | arc-captured-32bit-block-var-layout-2.m | 7 extern void NSLog(NSString *format, ...); function
|
D | arc-captured-block-var-inlined-layout.m | 100 extern void NSLog(NSString *format, ...); function
|
D | arc-no-arc-exceptions.m | 34 void NSLog(id, ...); function
|
D | debug-info-id-with-protocol.m | 10 void NSLog(id, ...); function
|
D | debug-info-property-accessors.m | 12 extern void NSLog(NSString *format, ...); function
|
/external/clang/test/SemaObjC/ |
D | ucn-objc-string.m | 4 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2))); function
|
D | format-strings-utf8.m | 12 extern void NSLog(NSString *format, ...); function
|
D | ivar-access-package.m | 38 void NSLog(id, ...); function
|
D | objc-array-literal.m | 26 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2))); function
|
D | blocks.m | 68 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2))); function
|
D | format-strings-objc.m | 18 extern void NSLog(NSString *format, ...); function
|
/external/clang/test/Analysis/ |
D | taint-tester.m | 9 extern void NSLog (NSString *format, ...); function
|
D | uninit-ps-rdar6145427.m | 7 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2))); function
|
D | PR2599.m | 53 void NSLog(NSString *, ...); function
|
D | delegates.m | 28 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2))); function
|
D | NSString.m | 40 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2))); function
|
/external/clang/test/ARCMT/ |
D | atautorelease-2.m | 14 void NSLog(id, ...); function
|
D | atautorelease.m | 7 void NSLog(id, ...); function
|
D | atautorelease-3.m | 14 void NSLog(id, ...); function
|
D | nonobjc-to-objc-cast-2.m | 57 extern void NSLog(NSString *format, ...); function
|
D | autoreleases.m | 51 void NSLog(id, ...); function
|
D | atautorelease-check.m | 68 void NSLog(id, ...); function
|