Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16339 IK_ICE, enumerator
16357 static ICEDiag NoDiag() { return ICEDiag(IK_ICE, SourceLocation()); } in NoDiag()
16634 if (LHSResult.Kind == IK_ICE && RHSResult.Kind == IK_ICE) { in CheckICE()
16649 if (LHSResult.Kind == IK_ICE && RHSResult.Kind == IK_ICE) in CheckICE()
16662 if (LHSResult.Kind == IK_ICE && RHSResult.Kind == IK_ICEIfUnevaluated) { in CheckICE()
16748 if (TrueResult.Kind == IK_ICE && FalseResult.Kind == IK_ICE) in CheckICE()
16808 if (D.Kind != IK_ICE) { in isIntegerConstantExpr()
16852 return CheckICE(this, Ctx).Kind == IK_ICE; in isCXX98IntegralConstantExpr()