Searched defs:CommonResult (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExprConstant.cpp6779 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx); local
6780 if (CommonResult.Kind == IK_NotICE) return CommonResult;
6783 if (CommonResult.Kind == IK_ICEIfUnevaluated) return CommonResult;

Completed in 125 milliseconds