Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1344 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
1394 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()
1404 return CSFC_Failure; in CollectStatementsForCase()
1408 return CSFC_Failure; in CollectStatementsForCase()
1423 return CSFC_Failure; in CollectStatementsForCase()
1441 case CSFC_Failure: return CSFC_Failure; in CollectStatementsForCase()
1452 return CSFC_Failure; in CollectStatementsForCase()
1470 return CSFC_Failure; in CollectStatementsForCase()
1482 return CSFC_Failure; in CollectStatementsForCase()
1488 if (CodeGenFunction::containsBreak(S)) return CSFC_Failure; in CollectStatementsForCase()
[all …]