Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6793 const FormatStringType FSType; member in __anon28c3fbb11f11::CheckFormatHandler
6817 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
7270 bool isObjCContext() const { return FSType == FormatStringType::NSString; } in isObjCContext()
7274 return FSType == FormatStringType::NSString || in allowsObjCArg()
7275 FSType == FormatStringType::OSLog || in allowsObjCArg()
7276 FSType == FormatStringType::OSTrace; in allowsObjCArg()
7944 if (FSType != FormatStringType::OSLog && in HandlePrintfSpecifier()
7951 if (FSType == FormatStringType::OSLog && in HandlePrintfSpecifier()
7962 if (FSType == FormatStringType::OSTrace && in HandlePrintfSpecifier()
7971 if (FSType != FormatStringType::OSLog) { in HandlePrintfSpecifier()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc515 // statvfs::f_basetype contains a null-terminated FSType name of the mounted