Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp824 const Expr *ValEx = cast<Expr>(CS->getStmt()); in VisitGuardedExpr() local
825 ValEx = ValEx->IgnoreParens(); in VisitGuardedExpr()
834 if (ValEx == L->IgnoreParens() || ValEx == R->IgnoreParens()) { in VisitGuardedExpr()
836 V = SrcState->getSVal(ValEx, LCtx); in VisitGuardedExpr()