Searched refs:CSFC_Failure (Results 1 – 1 of 1) sorted by relevance
1860 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator1910 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()1920 return CSFC_Failure; in CollectStatementsForCase()1924 return CSFC_Failure; in CollectStatementsForCase()1939 return CSFC_Failure; in CollectStatementsForCase()1957 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()1968 return CSFC_Failure; in CollectStatementsForCase()1986 return CSFC_Failure; in CollectStatementsForCase()1998 return CSFC_Failure; in CollectStatementsForCase()2004 if (CodeGenFunction::containsBreak(S)) return CSFC_Failure; in CollectStatementsForCase()[all …]