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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4856     const auto *RD = VD->getType()
 4862     Address VDAddr = CGF.GetAddrOfLocalVar(VD);
 4864     if (VD->getType().getCanonicalType()->isReferenceType())
 4865       VDLVal = CGF.EmitLoadOfReferenceLValue(VDAddr, VD->getType());
 4868           VDAddr, VD->getType().getCanonicalType().getNonReferenceType());