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.cpp284 static bool isInterestingExpr(const Expr *E, const ExplodedNode *N, in isInterestingExpr() function
3140 if (isInterestingExpr(CondVarExpr, N, &report)) in VisitConditionVariable()
3176 if (isInterestingExpr(DRE, N, &report)) in VisitTrueTest()
3215 if (isInterestingExpr(ME, N, &report)) in VisitTrueTest()