Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp15674 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE() local
15675 if (FalseResult.Kind == IK_NotICE) return FalseResult; in CheckICE()
15677 if (FalseResult.Kind == IK_ICEIfUnevaluated && in CheckICE()
15679 return FalseResult; in CheckICE()
15696 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE() local
15700 if (FalseResult.Kind == IK_NotICE) in CheckICE()
15701 return FalseResult; in CheckICE()
15704 if (TrueResult.Kind == IK_ICE && FalseResult.Kind == IK_ICE) in CheckICE()
15710 return FalseResult; in CheckICE()