Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp1014 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
1021 return Case ? CSFC_Success : CSFC_FallThrough; in CollectStatementsForCase()
1040 return CSFC_Success; in CollectStatementsForCase()
1061 case CSFC_Success: in CollectStatementsForCase()
1075 return CSFC_Success; in CollectStatementsForCase()
1104 case CSFC_Success: in CollectStatementsForCase()
1111 return CSFC_Success; in CollectStatementsForCase()
1115 return Case ? CSFC_Success : CSFC_FallThrough; in CollectStatementsForCase()
1124 return CSFC_Success; in CollectStatementsForCase()