HomeSort by relevance Sort by last modified time
    Searched defs:DRD (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Parse/
ParseOpenMP.cpp 282 DeclGroupPtrTy DRD = Actions.ActOnOpenMPDeclareReductionDirectiveStart(
288 for (auto *D : DRD.get()) {
353 return Actions.ActOnOpenMPDeclareReductionDirectiveEnd(getCurScope(), DRD,
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 392 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(DRE->getDecl()))
393 return DRD;
398 const OMPDeclareReductionDecl *DRD,
402 if (DRD->getInitializer()) {
404 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD);
454 auto *DRD = getReductionInit(Init);
463 if (DRD)
468 if (DRD)
488 if (DRD) {
506 if (DRD && (DRD->getInitializer() || !Init))
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExpr.cpp 375 auto *DRD = dyn_cast<OMPDeclareReductionDecl>(CurContext);
376 if (LangOpts.OpenMP && DRD && !CurContext->containsDecl(D) &&
    [all...]

Completed in 571 milliseconds