Home | History | Annotate | Download | only in Sema

Lines Matching refs:FM

870   FallthroughMapper FM(S);
871 FM.TraverseStmt(AC.getBody());
873 if (!FM.foundSwitchStatements())
876 if (PerFunction && FM.getFallthroughStmts().empty())
884 FM.fillReachableBlocks(Cfg);
895 if (!FM.checkFallThroughIntoBlock(*B, AnnotatedCnt))
936 const FallthroughMapper::AttrStmts &Fallthroughs = FM.getFallthroughStmts();