Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp234 static std::optional<SVal> getSValForVar(const Expr *CondVarExpr, in getSValForVar() argument
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()
259 getConcreteIntegerValue(const Expr *CondVarExpr, const ExplodedNode *N) { in getConcreteIntegerValue() argument
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()
3120 StringRef LhsString, const Expr *CondVarExpr, BugReporterContext &BRC, in VisitConditionVariable() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h500 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr,
513 bool printValue(const Expr *CondVarExpr, raw_ostream &Out,