Home
last modified time | relevance | path

Searched defs:format_arg (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dformat-arg-attribute.m4 +(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}}
H A Dformat-strings-objc.m296 __attribute__ ((format_arg(1))) category
305 - (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)));
/llvm-project/libcxx/test/std/utilities/format/format.arguments/format.arg/
H A Doperator_bool.pass.cpp28 std::basic_format_arg<Context> format_arg{}; test() local
H A Dctor.pass.cpp28 std::basic_format_arg<Context> format_arg{}; test() local