Lines Matching refs:ExplodedNode
59 const ExplodedNode *getStartCallSite(const ExplodedNode *N,
65 StringRef Msg2, CheckerContext &C, ExplodedNode *N,
82 const ExplodedNode *EndPathNode, in getEndPath()
92 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
213 if (ExplodedNode *N = C.addTransition(State)) in checkDeadSymbols()
222 const ExplodedNode *
223 ValistChecker::getStartCallSite(const ExplodedNode *N, in getStartCallSite()
226 const ExplodedNode *StartCallNode = N; in getStartCallSite()
252 if (ExplodedNode *N = C.generateErrorNode()) { in reportUninitializedAccess()
266 CheckerContext &C, ExplodedNode *N, in reportLeakedVALists()
283 const ExplodedNode *StartNode = getStartCallSite(N, Reg); in reportLeakedVALists()
323 if (ExplodedNode *N = C.addTransition(State)) in checkVAListStartCall()
331 if (ExplodedNode *N = C.addTransition(State)) in checkVAListStartCall()
344 if (ExplodedNode *N = C.addTransition(State)) in checkVAListStartCall()
378 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()