Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16718 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE() local
16719 if (FalseResult.Kind == IK_NotICE) return FalseResult; in CheckICE()
16721 if (FalseResult.Kind == IK_ICEIfUnevaluated && in CheckICE()
16723 return FalseResult; in CheckICE()
16740 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE() local
16744 if (FalseResult.Kind == IK_NotICE) in CheckICE()
16745 return FalseResult; in CheckICE()
16748 if (TrueResult.Kind == IK_ICE && FalseResult.Kind == IK_ICE) in CheckICE()
16754 return FalseResult; in CheckICE()