Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h48 QualType Ty = SR->getPointeeStaticType(); in isThisObject()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp360 ElementTy = MR->castAs<SymbolicRegion>()->getPointeeStaticType(); in analyzerDumpElementCount()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1426 T = SR->getPointeeStaticType(); in getBinding()
2399 R = GetElementZeroRegion(SR, SR->getPointeeStaticType()); in bind()
H A DMemRegion.cpp1500 Ty = SR->getPointeeStaticType(); in calculateOffset()
H A DBugReporterVisitors.cpp2506 if (SR->getPointeeStaticType()->isVoidType()) in handle()
H A DExprEngine.cpp3370 QualType T = SR->getPointeeStaticType(); in VisitMemberExpr()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h799 QualType getPointeeStaticType() const { in getPointeeStaticType() function