Home | History | Annotate | Download | only in Sema

Lines Matching refs:ICE

3551   // array even when the size isn't an ICE.  This is necessary
6394 ; // Ok, it's an ICE!
6830 // enumeration type is an ICE now, since we can't tell whether it was
8800 ExprResult ICE = VerifyIntegerConstantExpression(BitWidth, &Value);
8801 if (ICE.isInvalid())
8802 return ICE;
8803 BitWidth = ICE.take();