Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp746 ImplicitParamDecl OmpOutParm(C, /*DC=*/nullptr, Out->getLocation(), in emitCombinerOrInitializer() local
750 Args.push_back(&OmpOutParm); in emitCombinerOrInitializer()
770 Address AddrOut = CGF.GetAddrOfLocalVar(&OmpOutParm); in emitCombinerOrInitializer()
/external/clang/lib/Sema/
DSemaOpenMP.cpp11202 auto *OmpOutParm = in ActOnOpenMPDeclareReductionCombinerStart() local
11206 PushOnScopeChains(OmpOutParm, S); in ActOnOpenMPDeclareReductionCombinerStart()
11209 DRD->addDecl(OmpOutParm); in ActOnOpenMPDeclareReductionCombinerStart()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp18015 VarDecl *OmpOutParm = in ActOnOpenMPDeclareReductionCombinerStart() local
18019 PushOnScopeChains(OmpOutParm, S); in ActOnOpenMPDeclareReductionCombinerStart()
18022 DRD->addDecl(OmpOutParm); in ActOnOpenMPDeclareReductionCombinerStart()
18027 ::buildDeclRefExpr(*this, OmpOutParm, ReductionType, D->getLocation()); in ActOnOpenMPDeclareReductionCombinerStart()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1107 ImplicitParamDecl OmpOutParm(C, /*DC=*/nullptr, Out->getLocation(), in emitCombinerOrInitializer() local
1111 Args.push_back(&OmpOutParm); in emitCombinerOrInitializer()
1137 Address AddrOut = CGF.GetAddrOfLocalVar(&OmpOutParm); in emitCombinerOrInitializer()