diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 7694eed1a1b..0d13bdcc2fa 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -908,6 +908,10 @@ public: /// as a return type. bool ReturnTypeUsesSRet(const CGFunctionInfo &FI); + /// ReturnSlotInterferesWithArgs - Return true iff the given type uses an + /// argument slot when 'sret' is used as a return type. + bool ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI); + /// ReturnTypeUsesFPRet - Return true iff the given type uses 'fpret' when /// used as a return type. bool ReturnTypeUsesFPRet(QualType ResultType); |