Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp8991 IK_ICE, enumerator
9009 static ICEDiag NoDiag() { return ICEDiag(IK_ICE, SourceLocation()); } in NoDiag()
9266 if (LHSResult.Kind == IK_ICE && RHSResult.Kind == IK_ICE) { in CheckICE()
9281 if (LHSResult.Kind == IK_ICE && RHSResult.Kind == IK_ICE) in CheckICE()
9294 if (LHSResult.Kind == IK_ICE && RHSResult.Kind == IK_ICEIfUnevaluated) { in CheckICE()
9379 if (TrueResult.Kind == IK_ICE && FalseResult.Kind == IK_ICE) in CheckICE()
9429 if (D.Kind != IK_ICE) { in isIntegerConstantExpr()
9453 return CheckICE(this, Ctx).Kind == IK_ICE; in isCXX98IntegralConstantExpr()