Home
last modified time | relevance | path

Searched refs:OmpInParm (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1083 ImplicitParamDecl OmpInParm(C, /*DC=*/nullptr, In->getLocation(), in emitCombinerOrInitializer() local
1086 Args.push_back(&OmpInParm); in emitCombinerOrInitializer()
1106 Address AddrIn = CGF.GetAddrOfLocalVar(&OmpInParm); in emitCombinerOrInitializer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22321 VarDecl *OmpInParm = in ActOnOpenMPDeclareReductionCombinerStart() local
22332 SemaRef.PushOnScopeChains(OmpInParm, S); in ActOnOpenMPDeclareReductionCombinerStart()
22335 DRD->addDecl(OmpInParm); in ActOnOpenMPDeclareReductionCombinerStart()
22339 ::buildDeclRefExpr(SemaRef, OmpInParm, ReductionType, D->getLocation()); in ActOnOpenMPDeclareReductionCombinerStart()