Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1259 bool checkFallThroughIntoBlock(const CFGBlock &B, int &AnnotatedCnt, in checkFallThroughIntoBlock() argument
1264 AnnotatedCnt = 0; in checkFallThroughIntoBlock()
1296 ++AnnotatedCnt; in checkFallThroughIntoBlock()
1316 ++AnnotatedCnt; in checkFallThroughIntoBlock()
1446 int AnnotatedCnt; in DiagnoseSwitchLabelsFallthrough() local
1451 if (!FM.checkFallThroughIntoBlock(*B, AnnotatedCnt, in DiagnoseSwitchLabelsFallthrough()
1459 if (!AnnotatedCnt) { in DiagnoseSwitchLabelsFallthrough()