Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp1243 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
1250 return Case ? CSFC_Success : CSFC_FallThrough; in CollectStatementsForCase()
1269 return CSFC_Success; in CollectStatementsForCase()
1290 case CSFC_Success: in CollectStatementsForCase()
1304 return CSFC_Success; in CollectStatementsForCase()
1333 case CSFC_Success: in CollectStatementsForCase()
1340 return CSFC_Success; in CollectStatementsForCase()
1344 return Case ? CSFC_Success : CSFC_FallThrough; in CollectStatementsForCase()
1353 return CSFC_Success; in CollectStatementsForCase()