Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/ld/
H A Dldmisc.c268 static char *last_function = NULL; in vfinfo() local
341 || last_function == NULL in vfinfo()
345 || strcmp (last_function, functionname) != 0) in vfinfo()
356 if (last_function != NULL) in vfinfo()
357 free (last_function); in vfinfo()
358 last_function = xstrdup (functionname); in vfinfo()
389 if (last_function != NULL) in vfinfo()
391 free (last_function); in vfinfo()
392 last_function = NULL; in vfinfo()
/freebsd-12.1/contrib/gcc/
H A Ddiagnostic.h109 tree last_function; member
142 ((DC)->last_function != current_function_decl)
147 (DC)->last_function = current_function_decl
H A Ddiagnostic.c114 context->last_function = NULL; in diagnostic_initialize()