Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp239 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 DBugReporterVisitors.h499 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr,
512 bool printValue(const Expr *CondVarExpr, raw_ostream &Out,