HomeSort by: relevance | last modified time | path
    Searched refs:CommonResult (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 15401 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx);
15402 if (CommonResult.Kind == IK_NotICE) return CommonResult;
15405 if (CommonResult.Kind == IK_ICEIfUnevaluated) return CommonResult;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 7435 StringLiteralCheckType CommonResult;
7443 CommonResult = Result;
7448 return CommonResult;

Completed in 31 milliseconds