Searched refs:SupportedFormat (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 3801 SupportedFormat, enumerator 3816 .Cases("scanf", "printf", "printf0", "strfmon", SupportedFormat) in getFormatAttrKind() 3817 .Cases("cmn_err", "vcmn_err", "zcmn_err", SupportedFormat) in getFormatAttrKind() 3818 .Case("kprintf", SupportedFormat) // OpenBSD. in getFormatAttrKind() 3819 .Case("freebsd_kprintf", SupportedFormat) // FreeBSD. in getFormatAttrKind() 3820 .Case("os_trace", SupportedFormat) in getFormatAttrKind() 3821 .Case("os_log", SupportedFormat) in getFormatAttrKind() 3822 .Case("syslog", SupportedFormat) in getFormatAttrKind()
|