Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/font/devps/generate/
H A Dfreeeuro.sfd14 FSType: 12
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7697 const Sema::FormatStringType FSType; member in __anon7fa672bc1411::CheckFormatHandler
7721 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
8165 bool isObjCContext() const { return FSType == Sema::FST_NSString; } in isObjCContext()
8169 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
8170 FSType == Sema::FST_OSTrace; in allowsObjCArg()
8535 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier()
8541 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier()
8551 if (FSType == Sema::FST_OSTrace && in HandlePrintfSpecifier()
8560 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc490 // statvfs::f_basetype contains a null-terminated FSType name of the mounted target