'Mangle' a name for output.
Convert from operator token to name. Output: *poper OPxxxx *pt set to type for user defined conversion
Alternate version that works on a list of token's. Input: to list of tokens Output: *pcastoverload 1 if user defined type conversion
Find identifier string associated with operator.
Find index in oparray[] for operator.
Generate and return a pointer to a string constructed from the type, appended to the prefix. Since these generated strings determine the uniqueness of names, they are also used to determine if two types are the same.
Mangle a vtbl or vbtbl name.
Create mangled name for template instantiation.
Convert from identifier to operator
Compiler implementation of the D programming language.