Searched refs:OmpOutParm (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 746 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/ |
D | SemaOpenMP.cpp | 11202 auto *OmpOutParm = in ActOnOpenMPDeclareReductionCombinerStart() local 11206 PushOnScopeChains(OmpOutParm, S); in ActOnOpenMPDeclareReductionCombinerStart() 11209 DRD->addDecl(OmpOutParm); in ActOnOpenMPDeclareReductionCombinerStart()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 18015 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/ |
D | CGOpenMPRuntime.cpp | 1107 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()
|