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.cpp128 const auto *ElemLR = dyn_cast<ElementRegion>(LR); in checkPreStmt() local
131 if (!checkArrayBounds(C, B->getLHS(), ElemLR, RR)) in checkPreStmt()
139 if (ElemLR && ElemRR) { in checkPreStmt()
140 const MemRegion *SuperLR = ElemLR->getSuperRegion(); in checkPreStmt()