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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1410 /// the case) then return CSFC_FallThrough. If we handled it and found a break
1420 enum CSFC_Result { CSFC_Failure, CSFC_FallThrough, CSFC_Success }; enumerator in enum:CSFC_Result
1427 return Case ? CSFC_Success : CSFC_FallThrough;
1488 case CSFC_FallThrough:
1518 case CSFC_FallThrough:
1550 return CSFC_FallThrough;
1569 return CSFC_FallThrough;

Completed in 57 milliseconds