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

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
 1107   bool ReturnTypeUsesSRet(const CGFunctionInfo &FI);

References

tools/clang/lib/CodeGen/CGCall.cpp
 1503   return ReturnTypeUsesSRet(FI) &&
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 2046     if (CGM.ReturnTypeUsesSRet(MSI.CallInfo))
 2062     if (CGM.ReturnTypeUsesSRet(MSI.CallInfo))
 2703       } else if (CGM.ReturnTypeUsesSRet(MSI.CallInfo)) {
tools/clang/lib/CodeGen/CGObjCMac.cpp
 2206     if (ReceiverCanBeNull && CGM.ReturnTypeUsesSRet(MSI.CallInfo))
tools/clang/lib/CodeGen/CGVTables.cpp
  195   if (CGM.ReturnTypeUsesSRet(FnInfo))