Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp209 static Optional<SVal> getSValForVar(const Expr *CondVarExpr, in getSValForVar() function
236 if (Optional<SVal> V = getSValForVar(CondVarExpr, N)) in getConcreteIntegerValue()
251 if (Optional<SVal> V = getSValForVar(CondVarExpr, N)) in isVarAnInterestingCondition()
260 if (Optional<SVal> V = getSValForVar(E, N)) in isInterestingExpr()