Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp288 static bool isInterestingExpr(const Expr *E, const ExplodedNode *N, in isInterestingExpr() function
3183 if (isInterestingExpr(CondVarExpr, N, &report)) in VisitConditionVariable()
3219 if (isInterestingExpr(DRE, N, &report)) in VisitTrueTest()
3258 if (isInterestingExpr(ME, N, &report)) in VisitTrueTest()