Searched refs:last_function (Results 1 – 3 of 3) sorted by relevance
268 static char *last_function = NULL; in vfinfo() local341 || 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()
109 tree last_function; member142 ((DC)->last_function != current_function_decl)147 (DC)->last_function = current_function_decl
114 context->last_function = NULL; in diagnostic_initialize()