Searched refs:SupportedFormat (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 3799 SupportedFormat, enumerator 3814 .Cases("scanf", "printf", "printf0", "strfmon", SupportedFormat) in getFormatAttrKind() 3815 .Cases("cmn_err", "vcmn_err", "zcmn_err", SupportedFormat) in getFormatAttrKind() 3816 .Cases("kprintf", "syslog", SupportedFormat) // OpenBSD. in getFormatAttrKind() 3817 .Case("freebsd_kprintf", SupportedFormat) // FreeBSD. in getFormatAttrKind() 3818 .Case("os_trace", SupportedFormat) in getFormatAttrKind() 3819 .Case("os_log", SupportedFormat) in getFormatAttrKind()
|