Searched refs:OMPPrivateScope (Results 1 – 3 of 3) sorted by relevance
47 CodeGenFunction::OMPPrivateScope InlinedShareds;411 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitInitWithReductionInitializer()551 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy()563 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy()573 OMPPrivateScope &PrivateScope) { in EmitOMPFirstprivateClause()667 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPPrivateClause()759 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit()936 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPReductionClauseInit()1229 OMPPrivateScope PrivateScope(CGF); in EmitOMPParallelDirective()1378 CodeGenFunction::OMPPrivateScope VarScope(*this); in EmitOMPLinearClauseFinal()[all …]
588 class OMPPrivateScope : public RunCleanupsScope {593 OMPPrivateScope(const OMPPrivateScope &) = delete;594 void operator=(const OMPPrivateScope &) = delete;598 explicit OMPPrivateScope(CodeGenFunction &CGF) : RunCleanupsScope(CGF) {} in OMPPrivateScope() function655 ~OMPPrivateScope() { in ~OMPPrivateScope()2392 OMPPrivateScope &PrivateScope);2394 OMPPrivateScope &PrivateScope);2419 OMPPrivateScope &PrivateScope);2432 CodeGenFunction::OMPPrivateScope &PrivateScope);2447 OMPPrivateScope &PrivateScope);[all …]
381 CodeGenFunction::OMPPrivateScope PrivScope;764 CodeGenFunction::OMPPrivateScope Scope(CGF); in emitCombinerOrInitializer()3547 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit()3560 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit()4178 CodeGenFunction::OMPPrivateScope Scope(CGF); in EmitOMPAggregateReduction()4257 CodeGenFunction::OMPPrivateScope Scope(CGF); in emitReductionFunction()4554 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction()