Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp2104 const QualType FileTy = Ctx.getFILEType(); in getGlobalStreamPointerByName() local
2106 if (FileTy.isNull()) in getGlobalStreamPointerByName()
2109 const QualType FilePtrTy = Ctx.getPointerType(FileTy).getCanonicalType(); in getGlobalStreamPointerByName()
H A DStdLibraryFunctionsChecker.cpp1806 std::optional<QualType> FileTy = lookupTy("FILE"); in initFunctionSummaries() local
1807 std::optional<QualType> FilePtrTy = getPointerTy(FileTy); in initFunctionSummaries()