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

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

Completed in 63 milliseconds