Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-suspicious-missing-comma.rst37 const char* SupportedFormat[] = {
/external/clang/lib/Sema/
DSemaDeclAttr.cpp2797 SupportedFormat, enumerator
2812 .Cases("scanf", "printf", "printf0", "strfmon", SupportedFormat) in getFormatAttrKind()
2813 .Cases("cmn_err", "vcmn_err", "zcmn_err", SupportedFormat) in getFormatAttrKind()
2814 .Case("kprintf", SupportedFormat) // OpenBSD. in getFormatAttrKind()
2815 .Case("freebsd_kprintf", SupportedFormat) // FreeBSD. in getFormatAttrKind()
2816 .Case("os_trace", SupportedFormat) in getFormatAttrKind()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp3267 SupportedFormat, enumerator
3282 .Cases("scanf", "printf", "printf0", "strfmon", SupportedFormat) in getFormatAttrKind()
3283 .Cases("cmn_err", "vcmn_err", "zcmn_err", SupportedFormat) in getFormatAttrKind()
3284 .Case("kprintf", SupportedFormat) // OpenBSD. in getFormatAttrKind()
3285 .Case("freebsd_kprintf", SupportedFormat) // FreeBSD. in getFormatAttrKind()
3286 .Case("os_trace", SupportedFormat) in getFormatAttrKind()
3287 .Case("os_log", SupportedFormat) in getFormatAttrKind()