Home
last modified time | relevance | path

Searched refs:CheckICE (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp15454 return CheckICE(cast<ParenExpr>(E)->getSubExpr(), Ctx); 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()
15691 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE()
15723 return CheckICE(cast<CastExpr>(E)->getSubExpr(), Ctx); in CheckICE()
15761 ICEDiag D = CheckICE(this, Ctx); in isIntegerConstantExpr()
[all …]