Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp17638 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx); in CheckICE() local
17639 if (CommonResult.Kind == IK_NotICE) return CommonResult; in CheckICE()
17642 if (CommonResult.Kind == IK_ICEIfUnevaluated) return CommonResult; in CheckICE()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6463 StringLiteralCheckType CommonResult; in checkFormatStringExpr() local
6471 CommonResult = Result; in checkFormatStringExpr()
6476 return CommonResult; in checkFormatStringExpr()