Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp652 const llvm::APSInt &lVal = lhs.castAs<loc::ConcreteInt>().getValue(); in evalBinOpLL() local
654 return makeNonLoc(rSym, op, lVal, resultTy); in evalBinOpLL()