Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LHSExp

634   Expr *LHSExp = BO->getLHS()->IgnoreParenCasts();
637 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(LHSExp)) {
1356 Expr *LHSExp = BO->getLHS()->IgnoreParenCasts();
1357 checkAccess(LHSExp, AK_Written);
1358 checkDereference(LHSExp, AK_Written);