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.cpp16716 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx); in CheckICE() local
16717 if (CommonResult.Kind == IK_NotICE) return CommonResult; in CheckICE()
16720 if (CommonResult.Kind == IK_ICEIfUnevaluated) return CommonResult; in CheckICE()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5873 StringLiteralCheckType CommonResult; in checkFormatStringExpr() local
5881 CommonResult = Result; in checkFormatStringExpr()
5886 return CommonResult; in checkFormatStringExpr()