Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp239 QualType ElemTy = BaseReg->getPointeeStaticType(); in wrapSymbolicRegion()
H A DRegionStore.cpp1413 T = SR->getPointeeStaticType(); in getBinding()
2384 R = GetElementZeroRegion(SR, SR->getPointeeStaticType()); in bind()
H A DMemRegion.cpp1548 Ty = SR->getPointeeStaticType(); in calculateOffset()
H A DBugReporterVisitors.cpp2528 if (SR->getPointeeStaticType()->isVoidType()) in handle()
H A DExprEngine.cpp3401 QualType T = SR->getPointeeStaticType(); in VisitMemberExpr()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h809 QualType getPointeeStaticType() const { in getPointeeStaticType() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp1045 return SR->getPointeeStaticType(); in getPointeeType()