Home
last modified time | relevance | path

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

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