Home
last modified time | relevance | path

Searched refs:CSFC_Failure (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
1731 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()
1741 return CSFC_Failure; in CollectStatementsForCase()
1745 return CSFC_Failure; in CollectStatementsForCase()
1760 return CSFC_Failure; in CollectStatementsForCase()
1778 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()
1789 return CSFC_Failure; in CollectStatementsForCase()
1807 return CSFC_Failure; in CollectStatementsForCase()
1819 return CSFC_Failure; in CollectStatementsForCase()
1825 if (CodeGenFunction::containsBreak(S)) return CSFC_Failure; in CollectStatementsForCase()
[all …]