Home | History | Annotate | Download | only in include

Lines Matching defs:string

95 /* Define string names for the various demangling styles. */
158 return a string allocated by malloc on success, NULL on error. */
218 tree representation into a demangled string. Here we define an
221 demangled string. This can be used to canonicalize user input into
232 /* A name, with a length and a pointer to a string. */
352 NULL, or a string (represented as DEMANGLE_COMPONENT_NAME), or an
408 to the mangled string, but since negative numbers are mangled
410 number which involves neither modifying the mangled string nor
531 /* Standard substitution string. */
532 const char* string;
533 /* Length of string. */
646 the corresponding demangled string. The first argument is DMGL_*
648 at the length of the demangled string, used to initially allocate
652 the allocated buffer (not the length of the returned string). On
664 a demangled string in one or more calls to a callback function.
667 this receives an element of the demangled string, its length, and an
670 string. The demangled element string is always nul-terminated, though