Home
last modified time | relevance | path

Searched refs:SupportedFormat (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsuspicious-missing-comma.rst37 const char* SupportedFormat[] = {
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp3700 SupportedFormat, enumerator
3715 .Cases("scanf", "printf", "printf0", "strfmon", SupportedFormat) in getFormatAttrKind()
3716 .Cases("cmn_err", "vcmn_err", "zcmn_err", SupportedFormat) in getFormatAttrKind()
3717 .Case("kprintf", SupportedFormat) // OpenBSD. in getFormatAttrKind()
3718 .Case("freebsd_kprintf", SupportedFormat) // FreeBSD. in getFormatAttrKind()
3719 .Case("os_trace", SupportedFormat) in getFormatAttrKind()
3720 .Case("os_log", SupportedFormat) in getFormatAttrKind()