Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSubChecker.cpp68 const auto *ElemRR = dyn_cast<ElementRegion>(RR); in checkPreStmt() local
74 if (ElemRR && ElemRR->getSuperRegion() == LR) in checkPreStmt()
80 if (ElemLR && ElemRR) { in checkPreStmt()
82 const MemRegion *SuperRR = ElemRR->getSuperRegion(); in checkPreStmt()