Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp948 bool checkFallThroughIntoBlock(const CFGBlock &B, int &AnnotatedCnt) { in checkFallThroughIntoBlock() function in __anonb45118d30611::FallthroughMapper
1140 if (!FM.checkFallThroughIntoBlock(*B, AnnotatedCnt)) in DiagnoseSwitchLabelsFallthrough()