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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1276 /// that might be jumped to), return CSFC_Failure. If we handled it and 'S'
1288 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator in enum:CSFC_Result
1334 case CSFC_Failure: return CSFC_Failure;
1344 return CSFC_Failure;
1348 return CSFC_Failure;
1363 return CSFC_Failure;
1373 case CSFC_Failure: return CSFC_Failure;
1384 return CSFC_Failure;
[all...]

Completed in 146 milliseconds