Searched refs:CheckICE (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 15220 return CheckICE(cast<ParenExpr>(E)->getSubExpr(), Ctx); in CheckICE() 15291 return CheckICE(Exp->getSubExpr(), Ctx); in CheckICE() 15350 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); in CheckICE() 15351 ICEDiag RHSResult = CheckICE(Exp->getRHS(), Ctx); in CheckICE() 15382 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); in CheckICE() 15383 ICEDiag RHSResult = CheckICE(Exp->getRHS(), Ctx); in CheckICE() 15431 return CheckICE(SubExpr, Ctx); in CheckICE() 15457 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE() 15489 return CheckICE(cast<CastExpr>(E)->getSubExpr(), Ctx); in CheckICE() 15527 ICEDiag D = CheckICE(this, Ctx); in isIntegerConstantExpr() [all …]
|