Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp9221 const Sema::FormatStringType FSType; member in __anon9b6cdc881d11::CheckFormatHandler
9246 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
9690 bool isObjCContext() const { return FSType == Sema::FST_NSString; } in isObjCContext()
9694 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
9695 FSType == Sema::FST_OSTrace; in allowsObjCArg()
10072 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier()
10078 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier()
10097 if (FSType == Sema::FST_OSTrace && in HandlePrintfSpecifier()
10106 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc510 // statvfs::f_basetype contains a null-terminated FSType name of the mounted