Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1532 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
1539 return Case ? CSFC_Success : CSFC_FallThrough; in CollectStatementsForCase()
1558 return CSFC_Success; in CollectStatementsForCase()
1583 case CSFC_Success: in CollectStatementsForCase()
1597 return CSFC_Success; in CollectStatementsForCase()
1617 return CSFC_Success; in CollectStatementsForCase()
1634 case CSFC_Success: in CollectStatementsForCase()
1641 return CSFC_Success; in CollectStatementsForCase()
1671 return CSFC_Success; in CollectStatementsForCase()