Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp1663 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
1713 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()
1723 return CSFC_Failure; in CollectStatementsForCase()
1727 return CSFC_Failure; in CollectStatementsForCase()
1742 return CSFC_Failure; in CollectStatementsForCase()
1760 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()
1771 return CSFC_Failure; in CollectStatementsForCase()
1789 return CSFC_Failure; in CollectStatementsForCase()
1801 return CSFC_Failure; in CollectStatementsForCase()
1807 if (CodeGenFunction::containsBreak(S)) return CSFC_Failure; in CollectStatementsForCase()
[all …]