Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp3259 std::optional<QualType> StructMsghdrTy = lookupTy("msghdr"); in initFunctionSummaries() local
3260 std::optional<QualType> StructMsghdrPtrTy = getPointerTy(StructMsghdrTy); in initFunctionSummaries()
3262 getPointerTy(getConstTy(StructMsghdrTy)); in initFunctionSummaries()