Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp1117 bool checkFallThroughIntoBlock(const CFGBlock &B, int &AnnotatedCnt, in checkFallThroughIntoBlock() argument
1122 AnnotatedCnt = 0; in checkFallThroughIntoBlock()
1153 ++AnnotatedCnt; in checkFallThroughIntoBlock()
1173 ++AnnotatedCnt; in checkFallThroughIntoBlock()
1306 int AnnotatedCnt; in DiagnoseSwitchLabelsFallthrough() local
1311 if (!FM.checkFallThroughIntoBlock(*B, AnnotatedCnt, in DiagnoseSwitchLabelsFallthrough()
1319 if (!AnnotatedCnt) { in DiagnoseSwitchLabelsFallthrough()