Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h48 QualType Ty = SR->getPointeeStaticType(); in isThisObject()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp356 ElementTy = MR->castAs<SymbolicRegion>()->getPointeeStaticType(); in analyzerDumpElementCount()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1413 T = SR->getPointeeStaticType(); in getBinding()
2383 R = GetElementZeroRegion(SR, SR->getPointeeStaticType()); in bind()
H A DMemRegion.cpp1529 Ty = SR->getPointeeStaticType(); in calculateOffset()
H A DBugReporterVisitors.cpp2524 if (SR->getPointeeStaticType()->isVoidType()) in handle()
H A DExprEngine.cpp3389 QualType T = SR->getPointeeStaticType(); in VisitMemberExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h804 QualType getPointeeStaticType() const { in getPointeeStaticType() function