Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp2339 Optional<QualType> StructTimespecTy = lookupTy("timespec"); in initFunctionSummaries() local
2340 Optional<QualType> StructTimespecPtrTy = getPointerTy(StructTimespecTy); in initFunctionSummaries()
2342 getPointerTy(getConstTy(StructTimespecTy)); in initFunctionSummaries()