Target.isReturnOnStack

Determine return style of function - whether in registers or through a hidden pointer to the caller's stack.

struct Target
extern (C++)
bool
isReturnOnStack

Parameters

tf TypeFunction

function type to check

needsThis bool

true if the function type is for a non-static member function

Return Value

Type: bool

true if return value from function is on the stack

Suggestion Box / Bug Report