Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp9308 IK_ICE, enumerator
9326 static ICEDiag NoDiag() { return ICEDiag(IK_ICE, SourceLocation()); } in NoDiag()
9584 if (LHSResult.Kind == IK_ICE && RHSResult.Kind == IK_ICE) { in CheckICE()
9599 if (LHSResult.Kind == IK_ICE && RHSResult.Kind == IK_ICE) in CheckICE()
9612 if (LHSResult.Kind == IK_ICE && RHSResult.Kind == IK_ICEIfUnevaluated) { in CheckICE()
9697 if (TrueResult.Kind == IK_ICE && FalseResult.Kind == IK_ICE) in CheckICE()
9747 if (D.Kind != IK_ICE) { in isIntegerConstantExpr()
9771 return CheckICE(this, Ctx).Kind == IK_ICE; in isCXX98IntegralConstantExpr()