|
libpulsar
A modular compiler for the pulsar programming language
|
Name mangling and demangling. More...
Go to the source code of this file.
Functions | |
| void | ps_mangle_id (struct ps_dynstr **dstr, STR str) |
Appends the mangled version of the given string str to dstr. | |
| void | ps_mangle_type (struct ps_dynstr **dstr, struct ps_type *type) |
Appends the mangled version of the given type type to dstr. | |
Name mangling and demangling.
Definition in file mangle.h.
| void ps_mangle_id | ( | struct ps_dynstr ** | dstr, |
| STR | str | ||
| ) |