#include <string.h>
#include "mangle.h"
#include "util/itoa.h"
#include "enum/make.h"
#include "frontend/analyzer/type_type.h"
Go to the source code of this file.
|
| 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.
|
| |
◆ ENUM
◆ ps_mangle_id()
| void ps_mangle_id |
( |
struct ps_dynstr ** |
dstr, |
|
|
STR |
str |
|
) |
| |
Appends the mangled version of the given string str to dstr.
Definition at line 14 of file mangle.c.
◆ ps_mangle_type()
| void ps_mangle_type |
( |
struct ps_dynstr ** |
dstr, |
|
|
struct ps_type * |
type |
|
) |
| |
Appends the mangled version of the given type type to dstr.
Definition at line 19 of file mangle.c.