Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp11258 return CheckICE(cast<ParenExpr>(E)->getSubExpr(), 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()
11499 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE()
11561 ICEDiag D = CheckICE(this, Ctx); in isIntegerConstantExpr()
[all …]