Searched refs:CondVarExpr (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 204 static Optional<SVal> getSValForVar(const Expr *CondVarExpr, in getSValForVar() argument 209 assert(CondVarExpr); in getSValForVar() 210 CondVarExpr = CondVarExpr->IgnoreImpCasts(); in getSValForVar() 216 if (const auto *DRE = dyn_cast<DeclRefExpr>(CondVarExpr)) in getSValForVar() 220 if (const auto *ME = dyn_cast<MemberExpr>(CondVarExpr)) in getSValForVar() 229 getConcreteIntegerValue(const Expr *CondVarExpr, const ExplodedNode *N) { in getConcreteIntegerValue() argument 231 if (Optional<SVal> V = getSValForVar(CondVarExpr, N)) in getConcreteIntegerValue() 237 static bool isVarAnInterestingCondition(const Expr *CondVarExpr, in isVarAnInterestingCondition() argument 246 if (Optional<SVal> V = getSValForVar(CondVarExpr, N)) in isVarAnInterestingCondition() 2652 StringRef LhsString, const Expr *CondVarExpr, BugReporterContext &BRC, in VisitConditionVariable() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 266 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, 279 bool printValue(const Expr *CondVarExpr, raw_ostream &Out,
|