HomeSort by: relevance | last modified time | path
    Searched refs:FSType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc 490 // statvfs::f_basetype contains a null-terminated FSType name of the mounted target
491 StringRef fstype(Vfs.f_basetype);
492 // NFS is the only non-local fstype??
493 return !fstype.equals("nfs");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 7697 const Sema::FormatStringType FSType;
7721 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type),
8165 bool isObjCContext() const { return FSType == Sema::FST_NSString; }
8169 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog ||
8170 FSType == Sema::FST_OSTrace;
8535 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) {
8541 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) {
8551 if (FSType == Sema::FST_OSTrace &&
8560 if (FSType != Sema::FST_OSLog)
    [all...]

Completed in 39 milliseconds