Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9711 Args, FAPK_Variadic, FormatIdx, FirstDataArg, FST_OSLog, in SemaBuiltinOSLogFormat()
10838 .Case("os_trace", FST_OSLog) in GetFormatStringType()
10839 .Case("os_log", FST_OSLog) in GetFormatStringType()
11424 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
11787 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier()
11793 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier()
11812 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
12619 Type == Sema::FST_FreeBSDKPrintf || Type == Sema::FST_OSLog || in CheckFormatString()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14021 FST_OSLog, enumerator