Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp1296 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator
1303 return Case ? CSFC_Success : CSFC_FallThrough; in CollectStatementsForCase()
1322 return CSFC_Success; in CollectStatementsForCase()
1343 case CSFC_Success: in CollectStatementsForCase()
1357 return CSFC_Success; in CollectStatementsForCase()
1386 case CSFC_Success: in CollectStatementsForCase()
1393 return CSFC_Success; in CollectStatementsForCase()
1397 return Case ? CSFC_Success : CSFC_FallThrough; in CollectStatementsForCase()
1406 return CSFC_Success; in CollectStatementsForCase()