Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1570 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
1620 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()
1630 return CSFC_Failure; in CollectStatementsForCase()
1634 return CSFC_Failure; in CollectStatementsForCase()
1649 return CSFC_Failure; in CollectStatementsForCase()
1667 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()
1678 return CSFC_Failure; in CollectStatementsForCase()
1696 return CSFC_Failure; in CollectStatementsForCase()
1708 return CSFC_Failure; in CollectStatementsForCase()
1714 if (CodeGenFunction::containsBreak(S)) return CSFC_Failure; in CollectStatementsForCase()
[all …]