Searched refs:CondVarExpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 239 assert(CondVarExpr); in getSValForVar() 240 CondVarExpr = CondVarExpr->IgnoreImpCasts(); in getSValForVar() 246 if (const auto *DRE = dyn_cast<DeclRefExpr>(CondVarExpr)) in getSValForVar() 250 if (const auto *ME = dyn_cast<MemberExpr>(CondVarExpr)) in getSValForVar() 261 if (std::optional<SVal> V = getSValForVar(CondVarExpr, N)) in getConcreteIntegerValue() 267 static bool isVarAnInterestingCondition(const Expr *CondVarExpr, in isVarAnInterestingCondition() argument 276 if (std::optional<SVal> V = getSValForVar(CondVarExpr, N)) in isVarAnInterestingCondition() 3164 if (isVarAnInterestingCondition(CondVarExpr, N, &report)) in VisitConditionVariable() 3169 if (isInterestingExpr(CondVarExpr, N, &report)) in VisitConditionVariable() 3252 QualType Ty = CondVarExpr->getType(); in printValue() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 499 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, 512 bool printValue(const Expr *CondVarExpr, raw_ostream &Out,
|