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.cpp238 static std::optional<SVal> getSValForVar(const Expr *CondVarExpr, in getSValForVar() argument
243 assert(CondVarExpr); in getSValForVar()
244 CondVarExpr = CondVarExpr->IgnoreImpCasts(); in getSValForVar()
250 if (const auto *DRE = dyn_cast<DeclRefExpr>(CondVarExpr)) in getSValForVar()
254 if (const auto *ME = dyn_cast<MemberExpr>(CondVarExpr)) in getSValForVar()
263 getConcreteIntegerValue(const Expr *CondVarExpr, const ExplodedNode *N) { in getConcreteIntegerValue() argument
265 if (std::optional<SVal> V = getSValForVar(CondVarExpr, N)) in getConcreteIntegerValue()
271 static bool isVarAnInterestingCondition(const Expr *CondVarExpr, in isVarAnInterestingCondition() argument
280 if (std::optional<SVal> V = getSValForVar(CondVarExpr, N)) in isVarAnInterestingCondition()
3163 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,