Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1101 ImplicitParamDecl OmpOutParm(C, /*DC=*/nullptr, Out->getLocation(), in emitCombinerOrInitializer() local
1105 Args.push_back(&OmpOutParm); in emitCombinerOrInitializer()
1130 Address AddrOut = CGF.GetAddrOfLocalVar(&OmpOutParm); in emitCombinerOrInitializer()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp22194 VarDecl *OmpOutParm = in ActOnOpenMPDeclareReductionCombinerStart() local
22198 PushOnScopeChains(OmpOutParm, S); in ActOnOpenMPDeclareReductionCombinerStart()
22201 DRD->addDecl(OmpOutParm); in ActOnOpenMPDeclareReductionCombinerStart()
22206 ::buildDeclRefExpr(*this, OmpOutParm, ReductionType, D->getLocation()); in ActOnOpenMPDeclareReductionCombinerStart()