Searched defs:format_arg (Results 1 – 4 of 4) sorted by relevance
4 +(instancetype)stringWithCString:(const char *)cstr __attribute__((format_arg(1)));5 -(instancetype)initWithString:(NSString *)str __attribute__((format_arg(1)));7 +(instancetype _Nonnull)nonNullableString:(NSString *)str __attribute__((format_arg(1)));8 +(instancetype _Nullable)nullableString:(NSString *)str __attribute__((format_arg(1)));12 …r *)cstr __attribute__((format_arg(1))); // expected-error {{function does not return string type}}
296 __attribute__ ((format_arg(1))) category305 - (const char *)test:(const char *)format __attribute__ ((format_arg(1))) {309 - (NSString *)str:(NSString *)format __attribute__ ((format_arg(1))) {329 __attribute__((format_arg(1)));334 __attribute__((format_arg(1)));337 __attribute__((format_arg(1)));
28 std::basic_format_arg<Context> format_arg{}; test() local