Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp696 if (SymbolRef lSym = lhs.getAsLocSymbol(true)) in evalBinOpLL() local
697 return MakeSymIntVal(lSym, op, rInt->getValue(), resultTy); in evalBinOpLL()