Lines Matching refs:CSFC_Failure
1860 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
1910 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()
2065 ResultStmts) != CSFC_Failure && in FindCaseStatementsForValue()