Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp704 const Expr *ValEx = cast<Expr>(CS->getStmt()); in VisitGuardedExpr() local
705 ValEx = ValEx->IgnoreParens(); in VisitGuardedExpr()
714 if (ValEx == L->IgnoreParens() || ValEx == R->IgnoreParens()) { in VisitGuardedExpr()
716 V = SrcState->getSVal(ValEx, LCtx); in VisitGuardedExpr()