Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp258 static bool isInterestingExpr(const Expr *E, const ExplodedNode *N, in isInterestingExpr() function
2975 if (isInterestingExpr(CondVarExpr, N, &report)) in VisitConditionVariable()
3011 if (isInterestingExpr(DRE, N, &report)) in VisitTrueTest()
3050 if (isInterestingExpr(ME, N, &report)) in VisitTrueTest()