Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp253 static bool isInterestingExpr(const Expr *E, const ExplodedNode *N, in isInterestingExpr() function
2672 if (isInterestingExpr(CondVarExpr, N, &report)) in VisitConditionVariable()
2708 if (isInterestingExpr(DRE, N, &report)) in VisitTrueTest()
2747 if (isInterestingExpr(ME, N, &report)) in VisitTrueTest()