reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2677 if (CGF.EmitOMPFirstprivateClause(S, LoopScope)) { 2685 CGF.EmitOMPPrivateClause(S, LoopScope); 2686 HasLastprivates = CGF.EmitOMPLastprivateClauseInit(S, LoopScope); 2687 CGF.EmitOMPReductionClauseInit(S, LoopScope); 2688 (void)LoopScope.Privatize();