Lines Matching refs:CSFC_Failure
1663 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
1713 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()
1723 return CSFC_Failure; in CollectStatementsForCase()
1727 return CSFC_Failure; in CollectStatementsForCase()
1742 return CSFC_Failure; in CollectStatementsForCase()
1760 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()
1771 return CSFC_Failure; in CollectStatementsForCase()
1789 return CSFC_Failure; in CollectStatementsForCase()
1801 return CSFC_Failure; in CollectStatementsForCase()
1807 if (CodeGenFunction::containsBreak(S)) return CSFC_Failure; in CollectStatementsForCase()
1868 ResultStmts) != CSFC_Failure && in FindCaseStatementsForValue()