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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 5723     auto IRHS = RHSExprs.begin();
 5736   auto Size = RHSExprs.size();
 5750   for (unsigned I = 0, E = RHSExprs.size(); I < E; ++I, ++IPriv, ++Idx) {
 5754             CGF.EmitLValue(RHSExprs[I]).getPointer(), CGF.VoidPtrTy),
 5773       LHSExprs, RHSExprs, ReductionOps);
 5789       CGF.Builder.getInt32(RHSExprs.size()), // i32 <n>
 5821   auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps](
 5826     auto IRHS = RHSExprs.begin();
 5855   auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps](
 5858     auto IRHS = RHSExprs.begin();