Home
last modified time | relevance | path

Searched refs:free_funcalls (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dparse.c100 static void free_funcalls (void *ignore);
156 free_funcalls (void *ignore) in free_funcalls() function
1052 old_chain = make_cleanup (free_funcalls, 0 /*ignore*/); in parse_exp_in_context()
H A DChangeLog-19937055 * parse.c (free_funcalls): Moved prototype from parser-defs.h,
7060 * parser-defs.h (free_funcalls): Moved prototype to parse.c.
H A DChangeLog-20004437 (free_funcalls): Change signature to match make_cleanup_ftype.