Searched refs:CSFC_Failure (Results 1 – 1 of 1) sorted by relevance
1296 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator1342 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()1352 return CSFC_Failure; in CollectStatementsForCase()1356 return CSFC_Failure; in CollectStatementsForCase()1371 return CSFC_Failure; in CollectStatementsForCase()1381 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()1392 return CSFC_Failure; in CollectStatementsForCase()1405 return CSFC_Failure; in CollectStatementsForCase()1411 if (CodeGenFunction::containsBreak(S)) return CSFC_Failure; in CollectStatementsForCase()1472 ResultStmts) != CSFC_Failure && in FindCaseStatementsForValue()