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,
215 if (ExplodedNode *N = C.addTransition(State)) in checkDeadSymbols()
224 const ExplodedNode *
225 ValistChecker::getStartCallSite(const ExplodedNode *N, in getStartCallSite()
228 const ExplodedNode *StartCallNode = N; in getStartCallSite()
254 if (ExplodedNode *N = C.generateErrorNode()) { in reportUninitializedAccess()
268 CheckerContext &C, ExplodedNode *N, in reportLeakedVALists()
285 const ExplodedNode *StartNode = getStartCallSite(N, Reg); in reportLeakedVALists()
325 if (ExplodedNode *N = C.addTransition(State)) in checkVAListStartCall()
333 if (ExplodedNode *N = C.addTransition(State)) in checkVAListStartCall()
346 if (ExplodedNode *N = C.addTransition(State)) in checkVAListStartCall()
380 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()