Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp8985 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx); in CheckICE() local
8986 if (CommonResult.Kind == IK_NotICE) return CommonResult; in CheckICE()
8989 if (CommonResult.Kind == IK_ICEIfUnevaluated) return CommonResult; in CheckICE()