Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10951 const Sema::FormatStringType FSType; member in __anon1d690be71f11::CheckFormatHandler
10976 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
11420 bool isObjCContext() const { return FSType == Sema::FST_NSString; } in isObjCContext()
11424 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
11425 FSType == Sema::FST_OSTrace; 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()
11803 if (FSType == Sema::FST_OSTrace && in HandlePrintfSpecifier()
11812 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc515 // statvfs::f_basetype contains a null-terminated FSType name of the mounted