Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2009 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
2016 return Case ? CSFC_Success : CSFC_FallThrough; in CollectStatementsForCase()
2035 return CSFC_Success; in CollectStatementsForCase()
2060 case CSFC_Success: in CollectStatementsForCase()
2074 return CSFC_Success; in CollectStatementsForCase()
2094 return CSFC_Success; in CollectStatementsForCase()
2111 case CSFC_Success: in CollectStatementsForCase()
2118 return CSFC_Success; in CollectStatementsForCase()
2148 return CSFC_Success; in CollectStatementsForCase()