Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp205 static Optional<SVal> getSValForVar(const Expr *CondVarExpr, in getSValForVar() argument
210 assert(CondVarExpr); in getSValForVar()
211 CondVarExpr = CondVarExpr->IgnoreImpCasts(); in getSValForVar()
217 if (const auto *DRE = dyn_cast<DeclRefExpr>(CondVarExpr)) in getSValForVar()
221 if (const auto *ME = dyn_cast<MemberExpr>(CondVarExpr)) in getSValForVar()
232 if (Optional<SVal> V = getSValForVar(CondVarExpr, N)) in getConcreteIntegerValue()
247 if (Optional<SVal> V = getSValForVar(CondVarExpr, N)) in isVarAnInterestingCondition()
2889 if (isVarAnInterestingCondition(CondVarExpr, N, &report)) in VisitConditionVariable()
2894 if (isInterestingExpr(CondVarExpr, N, &report)) in VisitConditionVariable()
2977 QualType Ty = CondVarExpr->getType(); in printValue()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h488 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr,
501 bool printValue(const Expr *CondVarExpr, raw_ostream &Out,