Searched defs:CSFC_Failure (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1046 /// that might be jumped to), return CSFC_Failure. If we handled it and 'S'
1058 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator in enum:CSFC_Result
1104 case CSFC_Failure: return CSFC_Failure;
1114 return CSFC_Failure;
1118 return CSFC_Failure;
1133 return CSFC_Failure;
1143 case CSFC_Failure: return CSFC_Failure;
1154 return CSFC_Failure;
[all...]

Completed in 50 milliseconds