Lines Matching refs:CheckICE

15574 static ICEDiag CheckICE(const Expr* E, const ASTContext &Ctx) {  in CheckICE()  function
15677 return CheckICE(cast<InitListExpr>(E)->getInit(0), Ctx); in CheckICE()
15688 CheckICE(cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement(), Ctx); in CheckICE()
15691 return CheckICE(cast<ConstantExpr>(E)->getSubExpr(), Ctx); in CheckICE()
15694 return CheckICE(cast<ParenExpr>(E)->getSubExpr(), Ctx); in CheckICE()
15696 return CheckICE(cast<GenericSelectionExpr>(E)->getResultExpr(), Ctx); in CheckICE()
15721 return CheckICE(cast<CXXRewrittenBinaryOperator>(E)->getSemanticForm(), in CheckICE()
15765 return CheckICE(Exp->getSubExpr(), Ctx); in CheckICE()
15824 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); in CheckICE()
15825 ICEDiag RHSResult = CheckICE(Exp->getRHS(), Ctx); in CheckICE()
15856 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); in CheckICE()
15857 ICEDiag RHSResult = CheckICE(Exp->getRHS(), Ctx); in CheckICE()
15905 return CheckICE(SubExpr, Ctx); in CheckICE()
15912 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx); in CheckICE()
15914 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE()
15931 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE()
15935 ICEDiag TrueResult = CheckICE(Exp->getTrueExpr(), Ctx); in CheckICE()
15936 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE()
15954 return CheckICE(cast<CXXDefaultArgExpr>(E)->getExpr(), Ctx); in CheckICE()
15956 return CheckICE(cast<CXXDefaultInitExpr>(E)->getExpr(), Ctx); in CheckICE()
15958 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
15963 return CheckICE(cast<CastExpr>(E)->getSubExpr(), Ctx); in CheckICE()
16003 ICEDiag D = CheckICE(this, Ctx); in isIntegerConstantExpr()
16049 return CheckICE(this, Ctx).Kind == IK_ICE; in isCXX98IntegralConstantExpr()