Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h57 QualType Ty = SR->getPointeeStaticType(); in isThisObject()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp357 ElementTy = MR->castAs<SymbolicRegion>()->getPointeeStaticType(); in analyzerDumpElementCount()
H A DStreamChecker.cpp1084 return SR->getPointeeStaticType(); in getPointeeType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp228 QualType ElemTy = BaseReg->getPointeeStaticType(); in wrapSymbolicRegion()
H A DRegionStore.cpp1572 T = SR->getPointeeStaticType(); in getBinding()
2538 QualType Ty = SymReg->getPointeeStaticType(); in bind()
H A DMemRegion.cpp1604 Ty = SR->getPointeeStaticType(); in calculateOffset()
H A DBugReporterVisitors.cpp2480 if (SR->getPointeeStaticType()->isVoidType()) in handle()
H A DExprEngine.cpp3526 QualType T = SR->getPointeeStaticType(); in VisitMemberExpr()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h837 QualType getPointeeStaticType() const { in getPointeeStaticType() function