Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16296 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx); in CheckICE() local
16297 if (CommonResult.Kind == IK_NotICE) return CommonResult; in CheckICE()
16300 if (CommonResult.Kind == IK_ICEIfUnevaluated) return CommonResult; in CheckICE()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10672 StringLiteralCheckType CommonResult; in checkFormatStringExpr() local
10680 CommonResult = Result; in checkFormatStringExpr()
10685 return CommonResult; in checkFormatStringExpr()