Home
last modified time | relevance | path

Searched refs:isInterestingLValueExpr (Results 1 – 6 of 6) 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/llvm-project/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp50 bool ExplodedGraph::isInterestingLValueExpr(const Expr *Ex) { in isInterestingLValueExpr() function in ExplodedGraph
130 if (isInterestingLValueExpr(Ex)) in shouldCollect()
DBugReporterVisitors.cpp1967 if (ExplodedGraph::isInterestingLValueExpr(Inner)) { in trackExpressionValue()
2051 if (ExplodedGraph::isInterestingLValueExpr(Inner)) in trackExpressionValue()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h400 static bool isInterestingLValueExpr(const Expr *Ex);
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h456 static bool isInterestingLValueExpr(const Expr *Ex);