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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3247 auto DRD = SemaRef.ActOnOpenMPDeclareReductionDirectiveStart( local
H A DSemaExpr.cpp323 auto *DRD = dyn_cast<OMPDeclareReductionDecl>(CurContext); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp333 DeclGroupPtrTy DRD = Actions.ActOnOpenMPDeclareReductionDirectiveStart( local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp804 emitInitWithReductionInitializer(CodeGenFunction &CGF, const OMPDeclareReductionDecl *DRD, const Expr *InitOp, Address Private, Address Original, QualType Ty) argument
861 EmitOMPAggregateInit(CodeGenFunction &CGF, Address DestAddr, QualType Type, bool EmitDeclareReductionInit, const Expr *Init, const OMPDeclareReductionDecl *DRD, Address SrcAddr = Address::invalid()) argument
956 emitAggregateInitialization( CodeGenFunction &CGF, unsigned N, Address PrivateAddr, LValue SharedLVal, const OMPDeclareReductionDecl *DRD) argument
1060 const OMPDeclareReductionDecl *DRD = local
1201 const OMPDeclareReductionDecl *DRD = local
[all...]

Completed in 213 milliseconds