Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp6781 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE() local
6782 if (FalseResult.Kind == IK_NotICE) return FalseResult; in CheckICE()
6784 if (FalseResult.Kind == IK_ICEIfUnevaluated && in CheckICE()
6786 return FalseResult; in CheckICE()
6803 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE() local
6807 if (FalseResult.Kind == IK_NotICE) in CheckICE()
6808 return FalseResult; in CheckICE()
6811 if (TrueResult.Kind == IK_ICE && FalseResult.Kind == IK_ICE) in CheckICE()
6817 return FalseResult; in CheckICE()