Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp204 static Optional<SVal> getSValForVar(const Expr *CondVarExpr, in getSValForVar() function
231 if (Optional<SVal> V = getSValForVar(CondVarExpr, N)) in getConcreteIntegerValue()
246 if (Optional<SVal> V = getSValForVar(CondVarExpr, N)) in isVarAnInterestingCondition()
255 if (Optional<SVal> V = getSValForVar(E, N)) in isInterestingExpr()