Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp15401 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx); in CheckICE() local
15402 if (CommonResult.Kind == IK_NotICE) return CommonResult; in CheckICE()
15405 if (CommonResult.Kind == IK_ICEIfUnevaluated) return CommonResult; in CheckICE()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7435 StringLiteralCheckType CommonResult; in checkFormatStringExpr() local
7443 CommonResult = Result; in checkFormatStringExpr()
7448 return CommonResult; in checkFormatStringExpr()