Searched refs:CondVarExpr (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 209 static Optional<SVal> getSValForVar(const Expr *CondVarExpr, in getSValForVar() argument 214 assert(CondVarExpr); in getSValForVar() 215 CondVarExpr = CondVarExpr->IgnoreImpCasts(); in getSValForVar() 221 if (const auto *DRE = dyn_cast<DeclRefExpr>(CondVarExpr)) in getSValForVar() 225 if (const auto *ME = dyn_cast<MemberExpr>(CondVarExpr)) in getSValForVar() 236 if (Optional<SVal> V = getSValForVar(CondVarExpr, N)) in getConcreteIntegerValue() 251 if (Optional<SVal> V = getSValForVar(CondVarExpr, N)) in isVarAnInterestingCondition() 2970 if (isVarAnInterestingCondition(CondVarExpr, N, &report)) in VisitConditionVariable() 2975 if (isInterestingExpr(CondVarExpr, N, &report)) in VisitConditionVariable() 3058 QualType Ty = CondVarExpr->getType(); in printValue() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 489 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, 502 bool printValue(const Expr *CondVarExpr, raw_ostream &Out,
|