Searched defs:DRD (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | VirtualNearMissCheck.cpp | 69 const CXXRecordDecl *DRD = DTy->getAsCXXRecordDecl(); in checkOverridingFunctionReturnType() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 260 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Member)) { in HandleTagDeclDefinition() local
|
H A D | CGOpenMPRuntime.cpp | 598 if (DRD->getInitializer()) { in emitInitWithReductionInitializer() argument 592 if (const auto *DRD = dyn_cast<OMPDeclareReductionDecl>(DRE->getDecl())) getReductionInit() local 659 EmitOMPAggregateInit(CodeGenFunction & CGF,Address DestAddr,QualType Type,bool EmitDeclareReductionInit,const Expr * Init,const OMPDeclareReductionDecl * DRD,Address SrcAddr=Address::invalid ()) EmitOMPAggregateInit() argument 753 emitAggregateInitialization(CodeGenFunction & CGF,unsigned N,Address PrivateAddr,Address SharedAddr,const OMPDeclareReductionDecl * DRD) emitAggregateInitialization() argument 859 const OMPDeclareReductionDecl *DRD = emitInitialization() local 991 const OMPDeclareReductionDecl *DRD = usesReductionInitializer() local 4803 if (const auto *DRD = emitReductionCombiner() local [all...] |
H A D | CodeGenModule.cpp | 3765 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Global)) { EmitGlobal() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 18432 else if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(D)) buildDeclareReductionRef() local 19079 auto *DRD = cast<OMPDeclareReductionDecl>(DRDRef->getDecl()); actOnOMPReductionKindClause() local 21871 auto *DRD = OMPDeclareReductionDecl::Create( ActOnOpenMPDeclareReductionDirectiveStart() local 21887 auto *DRD = cast<OMPDeclareReductionDecl>(D); ActOnOpenMPDeclareReductionCombinerStart() local 21935 auto *DRD = cast<OMPDeclareReductionDecl>(D); ActOnOpenMPDeclareReductionCombinerEnd() local 21950 auto *DRD = cast<OMPDeclareReductionDecl>(D); ActOnOpenMPDeclareReductionInitializerStart() local 21998 auto *DRD = cast<OMPDeclareReductionDecl>(D); ActOnOpenMPDeclareReductionInitializerEnd() local [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 3667 auto DRD = SemaRef.OpenMP().ActOnOpenMPDeclareReductionDirectiveStart( VisitOMPDeclareReductionDecl() local
|
H A D | SemaExpr.cpp | 337 auto *DRD = dyn_cast<OMPDeclareReductionDecl>(CurContext); DiagnoseUseOfDecl() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 368 DeclGroupPtrTy DRD = in ParseOpenMPDeclareReductionDirective() local
|