Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp1334 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
1380 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()
1390 return CSFC_Failure; in CollectStatementsForCase()
1394 return CSFC_Failure; in CollectStatementsForCase()
1409 return CSFC_Failure; in CollectStatementsForCase()
1419 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()
1430 return CSFC_Failure; in CollectStatementsForCase()
1443 return CSFC_Failure; in CollectStatementsForCase()
1449 if (CodeGenFunction::containsBreak(S)) return CSFC_Failure; in CollectStatementsForCase()
1510 ResultStmts) != CSFC_Failure && in FindCaseStatementsForValue()