CACAO
|
Go to the source code of this file.
Macros | |
#define | REPLACEMENT_POINTS_INIT(cd, jd) |
#define | REPLACEMENT_POINTS_RESET(cd, jd) |
#define | REPLACEMENT_POINT_BLOCK_START(cd, bptr) |
#define | REPLACEMENT_POINT_INLINE_START(cd, iptr) |
#define | REPLACEMENT_POINT_INLINE_BODY(cd, iptr) |
#define | REPLACEMENT_POINT_RETURN(cd, iptr) |
#define | REPLACEMENT_POINT_INVOKE(cd, iptr) |
#define | REPLACEMENT_POINT_INVOKE_RETURN(cd, iptr) |
#define | REPLACEMENT_POINT_FORGC_BUILTIN(cd, iptr) |
#define | REPLACEMENT_POINT_FORGC_BUILTIN_RETURN(cd, iptr) |
#define REPLACEMENT_POINT_BLOCK_START | ( | cd, | |
bptr | |||
) |
Definition at line 53 of file replace.hpp.
#define REPLACEMENT_POINT_FORGC_BUILTIN | ( | cd, | |
iptr | |||
) |
Definition at line 59 of file replace.hpp.
#define REPLACEMENT_POINT_FORGC_BUILTIN_RETURN | ( | cd, | |
iptr | |||
) |
Definition at line 60 of file replace.hpp.
#define REPLACEMENT_POINT_INLINE_BODY | ( | cd, | |
iptr | |||
) |
Definition at line 55 of file replace.hpp.
#define REPLACEMENT_POINT_INLINE_START | ( | cd, | |
iptr | |||
) |
Definition at line 54 of file replace.hpp.
#define REPLACEMENT_POINT_INVOKE | ( | cd, | |
iptr | |||
) |
Definition at line 57 of file replace.hpp.
#define REPLACEMENT_POINT_INVOKE_RETURN | ( | cd, | |
iptr | |||
) |
Definition at line 58 of file replace.hpp.
#define REPLACEMENT_POINT_RETURN | ( | cd, | |
iptr | |||
) |
Definition at line 56 of file replace.hpp.
#define REPLACEMENT_POINTS_INIT | ( | cd, | |
jd | |||
) |
Definition at line 51 of file replace.hpp.
#define REPLACEMENT_POINTS_RESET | ( | cd, | |
jd | |||
) |
Definition at line 52 of file replace.hpp.