Home | History | Annotate | Download | only in gcc-demangle

Lines Matching defs:string

87 /* Define string names for the various demangling styles. */
148 return a string allocated by malloc on success, NULL on error. */
195 tree representation into a demangled string. Here we define an
198 demangled string. This can be used to canonicalize user input into
209 /* A name, with a length and a pointer to a string. */
320 NULL, or a string (represented as DEMANGLE_COMPONENT_NAME), or an
371 to the mangled string, but since negative numbers are mangled
373 number which involves neither modifying the mangled string nor
483 /* Standard substitution string. */
484 const char* string;
485 /* Length of string. */
598 the corresponding demangled string. The first argument is DMGL_*
600 at the length of the demangled string, used to initially allocate
604 the allocated buffer (not the length of the returned string). On
616 a demangled string in one or more calls to a callback function.
619 this receives an element of the demangled string, its length, and an
622 string. The demangled element string is always nul-terminated, though