Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1032 QualType FILETy = D->getASTContext().getFILEType(); in isStdStreamVar() local
1033 if (FILETy.isNull()) in isStdStreamVar()
1035 FILETy = FILETy.getCanonicalType(); in isStdStreamVar()
1037 return Ty->isPointerType() && Ty->getPointeeType() == FILETy && in isStdStreamVar()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp101 const QualType FILETy = ACtx.getFILEType().getCanonicalType(); in isStdin() local
105 return Ty->getPointeeType() == FILETy; in isStdin()