Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp1041 const auto DiffInt = Diff.getAs<nonloc::ConcreteInt>(); in rebaseSymbol() local
1042 if (!DiffInt) in rebaseSymbol()
1045 return SVB.evalBinOpNN(State, BO_Add, *DiffInt, nonloc::SymbolVal(NewSym), in rebaseSymbol()