Home
last modified time | relevance | path

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

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