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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 5035   QualType SharedsPtrTy = C.getPointerType(SharedsTy);
 5087   llvm::Value *SharedsSize = CGM.getSize(C.getTypeSizeInChars(SharedsTy));
 5122   if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) {
 5129                 CGF.getNaturalTypeAlignment(SharedsTy));
 5130     LValue Dest = CGF.MakeAddrLValue(KmpTaskSharedsPtr, SharedsTy);
 5131     LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy);
 5132     CGF.EmitAggregateCopy(Dest, Src, SharedsTy, AggValueSlot::DoesNotOverlap);
 5138                      SharedsTy, SharedsPtrTy, Data, Privates,
 5144           KmpTaskTQTyRD, SharedsTy, SharedsPtrTy, Data, Privates,