Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp821 const Expr *ValEx = cast<Expr>(CS->getStmt()); in VisitGuardedExpr() local
822 ValEx = ValEx->IgnoreParens(); in VisitGuardedExpr()
831 if (ValEx == L->IgnoreParens() || ValEx == R->IgnoreParens()) { in VisitGuardedExpr()
833 V = SrcState->getSVal(ValEx, LCtx); in VisitGuardedExpr()