Home
last modified time | relevance | path

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

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