Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16078 return CheckICE(cast<ParenExpr>(E)->getSubExpr(), Ctx); in CheckICE()
16149 return CheckICE(Exp->getSubExpr(), Ctx); in CheckICE()
16208 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); in CheckICE()
16209 ICEDiag RHSResult = CheckICE(Exp->getRHS(), Ctx); in CheckICE()
16240 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); in CheckICE()
16241 ICEDiag RHSResult = CheckICE(Exp->getRHS(), Ctx); in CheckICE()
16289 return CheckICE(SubExpr, Ctx); in CheckICE()
16315 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE()
16347 return CheckICE(cast<CastExpr>(E)->getSubExpr(), Ctx); in CheckICE()
16387 ICEDiag D = CheckICE(this, Ctx); in isIntegerConstantExpr()
[all …]