reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4833   const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
 4835   auto &&CodeGen = [&S, CS](CodeGenFunction &CGF, PrePostActionTy &Action) {
 4838     (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
 4839     CGF.EmitOMPPrivateClause(S, PrivateScope);
 4840     CGF.EmitOMPReductionClauseInit(S, PrivateScope);
 4842     if (isOpenMPTargetExecutionDirective(S.getDirectiveKind()))
 4843       CGF.CGM.getOpenMPRuntime().adjustTargetSpecificDataForLambdas(CGF, S);
 4846     CGF.EmitOMPReductionClauseFinal(S, /*ReductionKind=*/OMPD_parallel);
 4848   emitCommonOMPParallelDirective(CGF, S, OMPD_parallel, CodeGen,
 4850   emitPostUpdateForReductionClause(CGF, S,