Home
last modified time | relevance | path

Searched defs:DRD (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DVirtualNearMissCheck.cpp69 const CXXRecordDecl *DRD = DTy->getAsCXXRecordDecl(); in checkOverridingFunctionReturnType() local
/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp260 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Member)) { in HandleTagDeclDefinition() local
H A DCGOpenMPRuntime.cpp598 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 DCodeGenModule.cpp3765 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Global)) { EmitGlobal() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18432 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 DSemaTemplateInstantiateDecl.cpp3667 auto DRD = SemaRef.OpenMP().ActOnOpenMPDeclareReductionDirectiveStart( VisitOMPDeclareReductionDecl() local
H A DSemaExpr.cpp337 auto *DRD = dyn_cast<OMPDeclareReductionDecl>(CurContext); DiagnoseUseOfDecl() local
/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp368 DeclGroupPtrTy DRD = in ParseOpenMPDeclareReductionDirective() local