Searched refs:isVarAnInterestingCondition (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp237 static bool isVarAnInterestingCondition(const Expr *CondVarExpr, function
2618 if (isVarAnInterestingCondition(BExpr->getLHS(), N, &R) ||
2619 isVarAnInterestingCondition(BExpr->getRHS(), N, &R))
2667 if (isVarAnInterestingCondition(CondVarExpr, N, &report))
2696 if (isVarAnInterestingCondition(DRE, N, &report))
2739 if (isVarAnInterestingCondition(ME, N, &report))

Completed in 224 milliseconds