Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp791 if (const FieldRegion *LeftFR = dyn_cast<FieldRegion>(LeftMR)) { in evalBinOpLL() local
804 if (LeftFR->getSuperRegion() != RightFR->getSuperRegion()) in evalBinOpLL()
807 const FieldDecl *LeftFD = LeftFR->getDecl(); in evalBinOpLL()