Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp504 const llvm::APSInt &BaseIdxI = in getLValueElement() local
519 assert(BaseIdxI.isSigned()); in getLValueElement()
522 nonloc::ConcreteInt NewIdx(svalBuilder.getBasicValueFactory().getValue(BaseIdxI + in getLValueElement()