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.cpp17640 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE() local
17641 if (FalseResult.Kind == IK_NotICE) return FalseResult; in CheckICE()
17643 if (FalseResult.Kind == IK_ICEIfUnevaluated && in CheckICE()
17645 return FalseResult; in CheckICE()
17662 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE() local
17666 if (FalseResult.Kind == IK_NotICE) in CheckICE()
17667 return FalseResult; in CheckICE()
17670 if (TrueResult.Kind == IK_ICE && FalseResult.Kind == IK_ICE) in CheckICE()
17676 return FalseResult; in CheckICE()