Lines Matching refs:CheckICE

15335 static ICEDiag CheckICE(const Expr* E, const ASTContext &Ctx) {  in CheckICE()  function
15437 return CheckICE(cast<InitListExpr>(E)->getInit(0), Ctx); in CheckICE()
15448 CheckICE(cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement(), Ctx); in CheckICE()
15451 return CheckICE(cast<ConstantExpr>(E)->getSubExpr(), Ctx); in CheckICE()
15454 return CheckICE(cast<ParenExpr>(E)->getSubExpr(), Ctx); in CheckICE()
15456 return CheckICE(cast<GenericSelectionExpr>(E)->getResultExpr(), Ctx); in CheckICE()
15481 return CheckICE(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm(), in CheckICE()
15525 return CheckICE(Exp->getSubExpr(), Ctx); in CheckICE()
15584 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); in CheckICE()
15585 ICEDiag RHSResult = CheckICE(Exp->getRHS(), Ctx); in CheckICE()
15616 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); in CheckICE()
15617 ICEDiag RHSResult = CheckICE(Exp->getRHS(), Ctx); in CheckICE()
15665 return CheckICE(SubExpr, Ctx); in CheckICE()
15672 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx); in CheckICE()
15674 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE()
15691 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE()
15695 ICEDiag TrueResult = CheckICE(Exp->getTrueExpr(), Ctx); in CheckICE()
15696 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE()
15714 return CheckICE(cast<CXXDefaultArgExpr>(E)->getExpr(), Ctx); in CheckICE()
15716 return CheckICE(cast<CXXDefaultInitExpr>(E)->getExpr(), Ctx); in CheckICE()
15718 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
15723 return CheckICE(cast<CastExpr>(E)->getSubExpr(), Ctx); in CheckICE()
15761 ICEDiag D = CheckICE(this, Ctx); in isIntegerConstantExpr()
15807 return CheckICE(this, Ctx).Kind == IK_ICE; in isCXX98IntegralConstantExpr()