Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp59 bool ExplodedGraph::isInterestingLValueExpr(const Expr *Ex) { in isInterestingLValueExpr() function in ExplodedGraph
140 if (isInterestingLValueExpr(Ex)) in shouldCollect()
DBugReporterVisitors.cpp966 if (ExplodedGraph::isInterestingLValueExpr(Ex) || CallEvent::isCallStmt(Ex)) in trackNullOrUndefValue()
1004 if (Inner && ExplodedGraph::isInterestingLValueExpr(Inner)) { in trackNullOrUndefValue()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h400 static bool isInterestingLValueExpr(const Expr *Ex);