Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GotoStmt

458   CFGBlock *VisitGotoStmt(GotoStmt *G);
1062 const GotoStmt *G = cast<GotoStmt>(B->getTerminator());
1539 return VisitGotoStmt(cast<GotoStmt>(S));
2359 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) {