HomeSort by: relevance | last modified time | path
    Searched defs:DRD (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 353 DeclGroupPtrTy DRD = Actions.ActOnOpenMPDeclareReductionDirectiveStart(
359 for (Decl *D : DRD.get()) {
434 return Actions.ActOnOpenMPDeclareReductionDirectiveEnd(getCurScope(), DRD,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3310 auto DRD = SemaRef.ActOnOpenMPDeclareReductionDirectiveStart(
3313 auto *NewDRD = cast<OMPDeclareReductionDecl>(DRD.get().getSingleDecl());
3364 /*S=*/nullptr, DRD, IsCorrect && !D->isInvalidDecl());
SemaExpr.cpp 330 auto *DRD = dyn_cast<OMPDeclareReductionDecl>(CurContext);
331 if (LangOpts.OpenMP && DRD && !CurContext->containsDecl(D) &&
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 613 if (const auto *DRD = dyn_cast<OMPDeclareReductionDecl>(DRE->getDecl()))
614 return DRD;
619 const OMPDeclareReductionDecl *DRD,
623 if (DRD->getInitializer()) {
625 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD);
653 InitRVal = CGF.EmitLoadOfLValue(LV, DRD->getLocation());
657 RValue::getComplex(CGF.EmitLoadOfComplex(LV, DRD->getLocation()));
660 OpaqueValueExpr OVE(DRD->getLocation(), Ty, VK_LValue);
667 OpaqueValueExpr OVE(DRD->getLocation(), Ty, VK_RValue);
682 const OMPDeclareReductionDecl *DRD,
    [all...]

Completed in 55 milliseconds