Searched refs:AnnotatedCnt (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp942 bool checkFallThroughIntoBlock(const CFGBlock &B, int &AnnotatedCnt) { argument
946 AnnotatedCnt = 0;
975 ++AnnotatedCnt;
995 ++AnnotatedCnt;
1105 int AnnotatedCnt; local
1107 if (!FM.checkFallThroughIntoBlock(*B, AnnotatedCnt))
1114 if (!AnnotatedCnt) {

Completed in 64 milliseconds