Lines Matching defs:function

67       If defined, this file defines the following function, q.v.:
77 If defined, this file defines a main() function which demangles
503 printf ("typeinfo function\n");
563 printf ("function type\n");
923 /* Return whether a function should have a return type. The argument
924 is the function name, which may be qualified in various ways. The
926 exceptions, function types which are not part of a function name
928 function names do not have return types. The exceptions are that
972 /* <encoding> ::= <(function) name> <bare-function-type>
977 if DMGL_PARAMS is not set we do not demangle the function
1007 which is local to a function. */
1654 ::= <function-type>
1921 /* <function-type> ::= F [Y] <bare-function-type> E */
1942 /* <bare-function-type> ::= [J]<type>+ */
1989 return type. A function which takes no arguments will have a
2077 to a CV-qualified member function, the qualifiers are attached to
2079 suggests that both the CV-qualified member function and the
2080 non-qualified member function are substitution sources. However,
2082 member function as a substitution source. FIXME. So to work
2361 /* <local-name> ::= Z <(function) encoding> E <(entity) name> [<discriminator>]
2362 ::= Z <(function) encoding> E s [<discriminator>]
2368 struct demangle_component *function;
2373 function = d_encoding (di, 0);
2383 return d_make_comp (di, DEMANGLE_COMPONENT_LOCAL_NAME, function,
2394 return d_make_comp (di, DEMANGLE_COMPONENT_LOCAL_NAME, function, name);
2446 which does not correspond particularly well to any function which
2750 function type as well. */
2761 is local to a function. */
3061 return type and the function signature. */
3413 qualifiers on this after printing a function. */
3545 /* Print a function type, except for the return type. */
4205 fprintf (fp, " -p,--no-params Don't display function parameters\n");