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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 5772       Loc, CGF.ConvertTypeForMem(ReductionArrayTy)->getPointerTo(), Privates,
 5781   llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc, OMP_ATOMIC_REDUCE);
 5782   llvm::Value *ThreadId = getThreadID(CGF, Loc);
 5855   auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps](
 5890                                Loc](CodeGenFunction &CGF, const Expr *XExpr,
 5898               llvm::AtomicOrdering::Monotonic, Loc,
 5899               [&CGF, UpExpr, VD, Loc](RValue XRValue) {
 5902                     VD, [&CGF, VD, XRValue, Loc]() {
 5906                           VD->getType().getNonReferenceType(), Loc);
 5925         auto &&CritRedGen = [E, Loc](CodeGenFunction &CGF, const Expr *,
 5935               Loc);