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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1082 bool checkFallThroughIntoBlock(const CFGBlock &B, int &AnnotatedCnt, argument
1087 AnnotatedCnt = 0;
1120 ++AnnotatedCnt;
1140 ++AnnotatedCnt;
1276 int AnnotatedCnt; local
1281 if (!FM.checkFallThroughIntoBlock(*B, AnnotatedCnt,
1289 if (!AnnotatedCnt) {

Completed in 62 milliseconds