#include <include/signature.h>
Inheritance diagram for CustomSignature:

Definition at line 267 of file signature.h.
Public Member Functions | |
| virtual Signature * | clone () |
| CustomSignature (const char *nam) | |
| virtual int | getStackRegister () throw (StackRegisterNotDefinedException) |
| virtual bool | isPromoted () |
| void | setSP (int nsp) |
| virtual | ~CustomSignature () |
Protected Attributes | |
| int | sp |
|
|
Definition at line 1057 of file signature.cpp. Referenced by clone(). |
|
|
Definition at line 272 of file signature.h. |
|
|
Reimplemented from Signature. Definition at line 1087 of file signature.cpp. References Type::clone(), cloneVec(), CustomSignature(), Signature::ellipsis, Signature::name, NULL, Signature::params, Signature::preferedName, Signature::preferedParams, Signature::preferedReturn, Signature::rettype, Signature::returns, and sp. |
|
|
Reimplemented from Signature. Definition at line 276 of file signature.h. References sp. |
|
|
Reimplemented from Signature. Definition at line 273 of file signature.h. |
|
|
Definition at line 1060 of file signature.cpp. References Signature::addReturn(), and sp. |
|
|
Definition at line 269 of file signature.h. Referenced by clone(), getStackRegister(), and setSP(). |
1.4.6