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