Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp948 bool checkFallThroughIntoBlock(const CFGBlock &B, int &AnnotatedCnt) { in checkFallThroughIntoBlock() argument
952 AnnotatedCnt = 0; in checkFallThroughIntoBlock()
981 ++AnnotatedCnt; in checkFallThroughIntoBlock()
1001 ++AnnotatedCnt; in checkFallThroughIntoBlock()
1138 int AnnotatedCnt; in DiagnoseSwitchLabelsFallthrough() local
1140 if (!FM.checkFallThroughIntoBlock(*B, AnnotatedCnt)) in DiagnoseSwitchLabelsFallthrough()
1147 if (!AnnotatedCnt) { in DiagnoseSwitchLabelsFallthrough()
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1090 bool checkFallThroughIntoBlock(const CFGBlock &B, int &AnnotatedCnt, in checkFallThroughIntoBlock() argument
1095 AnnotatedCnt = 0; in checkFallThroughIntoBlock()
1128 ++AnnotatedCnt; in checkFallThroughIntoBlock()
1148 ++AnnotatedCnt; in checkFallThroughIntoBlock()
1284 int AnnotatedCnt; in DiagnoseSwitchLabelsFallthrough() local
1289 if (!FM.checkFallThroughIntoBlock(*B, AnnotatedCnt, in DiagnoseSwitchLabelsFallthrough()
1297 if (!AnnotatedCnt) { in DiagnoseSwitchLabelsFallthrough()