Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp836 const Expr *ValEx = cast<Expr>(CS->getStmt()); in VisitGuardedExpr() local
837 ValEx = ValEx->IgnoreParens(); in VisitGuardedExpr()
846 if (ValEx == L->IgnoreParens() || ValEx == R->IgnoreParens()) { in VisitGuardedExpr()
848 V = SrcState->getSVal(ValEx, LCtx); in VisitGuardedExpr()