Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp208 static std::optional<SVal> getSValForVar(const Expr *CondVarExpr, in getSValForVar() argument
213 assert(CondVarExpr); in getSValForVar()
214 CondVarExpr = CondVarExpr->IgnoreImpCasts(); in getSValForVar()
220 if (const auto *DRE = dyn_cast<DeclRefExpr>(CondVarExpr)) in getSValForVar()
224 if (const auto *ME = dyn_cast<MemberExpr>(CondVarExpr)) in getSValForVar()
233 getConcreteIntegerValue(const Expr *CondVarExpr, const ExplodedNode *N) { in getConcreteIntegerValue() argument
235 if (std::optional<SVal> V = getSValForVar(CondVarExpr, N)) in getConcreteIntegerValue()
241 static bool isVarAnInterestingCondition(const Expr *CondVarExpr, in isVarAnInterestingCondition() argument
250 if (std::optional<SVal> V = getSValForVar(CondVarExpr, N)) in isVarAnInterestingCondition()
3131 StringRef LhsString, const Expr *CondVarExpr, BugReporterContext &BRC, in VisitConditionVariable() argument
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h490 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr,
503 bool printValue(const Expr *CondVarExpr, raw_ostream &Out,