Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1681 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
1688 return Case ? CSFC_Success : CSFC_FallThrough; in CollectStatementsForCase()
1707 return CSFC_Success; in CollectStatementsForCase()
1732 case CSFC_Success: in CollectStatementsForCase()
1746 return CSFC_Success; in CollectStatementsForCase()
1766 return CSFC_Success; in CollectStatementsForCase()
1783 case CSFC_Success: in CollectStatementsForCase()
1790 return CSFC_Success; in CollectStatementsForCase()
1820 return CSFC_Success; in CollectStatementsForCase()