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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 3253       llvm::Type *CopyType = CGF.ConvertTypeForMem(CType);
 3312           CGF.EmitLoadOfScalar(ElemPtr, /*Volatile=*/false, CType, Loc);
 3314       CGF.EmitStoreOfScalar(Elem, MediumPtr, /*Volatile=*/true, CType);
 3367           CGF.EmitLoadOfScalar(SrcMediumPtr, /*Volatile=*/true, CType, Loc);
 3369                             CType);