Lines Matching refs:CheckICE

11145 static ICEDiag CheckICE(const Expr* E, const ASTContext &Ctx) {  in CheckICE()  function
11241 return CheckICE(cast<InitListExpr>(E)->getInit(0), Ctx); in CheckICE()
11252 CheckICE(cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement(), Ctx); in CheckICE()
11255 return CheckICE(cast<ConstantExpr>(E)->getSubExpr(), Ctx); in CheckICE()
11258 return CheckICE(cast<ParenExpr>(E)->getSubExpr(), Ctx); in CheckICE()
11260 return CheckICE(cast<GenericSelectionExpr>(E)->getResultExpr(), Ctx); in CheckICE()
11333 return CheckICE(Exp->getSubExpr(), Ctx); in CheckICE()
11392 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); in CheckICE()
11393 ICEDiag RHSResult = CheckICE(Exp->getRHS(), Ctx); in CheckICE()
11424 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); in CheckICE()
11425 ICEDiag RHSResult = CheckICE(Exp->getRHS(), Ctx); in CheckICE()
11473 return CheckICE(SubExpr, Ctx); in CheckICE()
11480 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx); in CheckICE()
11482 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE()
11499 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE()
11503 ICEDiag TrueResult = CheckICE(Exp->getTrueExpr(), Ctx); in CheckICE()
11504 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE()
11522 return CheckICE(cast<CXXDefaultArgExpr>(E)->getExpr(), Ctx); in CheckICE()
11524 return CheckICE(cast<CXXDefaultInitExpr>(E)->getExpr(), Ctx); in CheckICE()
11526 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
11561 ICEDiag D = CheckICE(this, Ctx); in isIntegerConstantExpr()
11594 return CheckICE(this, Ctx).Kind == IK_ICE; in isCXX98IntegralConstantExpr()