Home | History | Annotate | Download | only in Sema

Lines Matching refs:ICE

4287   // array even when the size isn't an ICE.  This is necessary
7814 if (ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(E))
7815 if (ICE->getCastKind() == CK_LValueToRValue)
7816 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ICE->getSubExpr()))
8181 ; // Ok, it's an ICE!
8674 // enumeration type is an ICE now, since we can't tell whether it was
10938 ExprResult ICE = VerifyIntegerConstantExpression(BitWidth, &Value);
10939 if (ICE.isInvalid())
10940 return ICE;
10941 BitWidth = ICE.take();