Searched refs:CondVarExpr (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 208 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 D | BugReporterVisitors.h | 490 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, 503 bool printValue(const Expr *CondVarExpr, raw_ostream &Out,
|