Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1570 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
1577 return Case ? CSFC_Success : CSFC_FallThrough; in CollectStatementsForCase()
1596 return CSFC_Success; in CollectStatementsForCase()
1621 case CSFC_Success: in CollectStatementsForCase()
1635 return CSFC_Success; in CollectStatementsForCase()
1655 return CSFC_Success; in CollectStatementsForCase()
1672 case CSFC_Success: in CollectStatementsForCase()
1679 return CSFC_Success; in CollectStatementsForCase()
1709 return CSFC_Success; in CollectStatementsForCase()