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.cpp1087 ImplicitParamDecl OmpInParm(C, /*DC=*/nullptr, In->getLocation(), in emitCombinerOrInitializer() local
1090 Args.push_back(&OmpInParm); in emitCombinerOrInitializer()
1110 Address AddrIn = CGF.GetAddrOfLocalVar(&OmpInParm); in emitCombinerOrInitializer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21425 VarDecl *OmpInParm = in ActOnOpenMPDeclareReductionCombinerStart() local
21436 SemaRef.PushOnScopeChains(OmpInParm, S); in ActOnOpenMPDeclareReductionCombinerStart()
21439 DRD->addDecl(OmpInParm); in ActOnOpenMPDeclareReductionCombinerStart()
21443 ::buildDeclRefExpr(SemaRef, OmpInParm, ReductionType, D->getLocation()); in ActOnOpenMPDeclareReductionCombinerStart()