Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1081 ImplicitParamDecl OmpOutParm(C, /*DC=*/nullptr, Out->getLocation(), in emitCombinerOrInitializer() local
1085 Args.push_back(&OmpOutParm); in emitCombinerOrInitializer()
1110 Address AddrOut = CGF.GetAddrOfLocalVar(&OmpOutParm); in emitCombinerOrInitializer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22329 VarDecl *OmpOutParm = in ActOnOpenMPDeclareReductionCombinerStart() local
22333 SemaRef.PushOnScopeChains(OmpOutParm, S); in ActOnOpenMPDeclareReductionCombinerStart()
22336 DRD->addDecl(OmpOutParm); in ActOnOpenMPDeclareReductionCombinerStart()
22341 ::buildDeclRefExpr(SemaRef, OmpOutParm, ReductionType, D->getLocation()); in ActOnOpenMPDeclareReductionCombinerStart()