Searched refs:previous_argument (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c139 string* previous_argument; /* The last function argument demangled. */ member in struct:work_stuff
1148 if (from->previous_argument)
1150 to->previous_argument = XNEW (string);
1151 string_init (to->previous_argument);
1152 string_appends (to->previous_argument, from->previous_argument);
1182 if (work->previous_argument)
1184 string_delete (work->previous_argument);
1185 free ((char*) work->previous_argument);
1186 work->previous_argument
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c139 string* previous_argument; /* The last function argument demangled. */ member in struct:work_stuff
1148 if (from->previous_argument)
1150 to->previous_argument = XNEW (string);
1151 string_init (to->previous_argument);
1152 string_appends (to->previous_argument, from->previous_argument);
1182 if (work->previous_argument)
1184 string_delete (work->previous_argument);
1185 free ((char*) work->previous_argument);
1186 work->previous_argument
[all...]

Completed in 72 milliseconds