Searched defs:funcinfo (Results 1 – 1 of 1) sorted by relevance
697 struct funcinfo struct699 struct funcinfo *prev_func; /* Pointer to previous function in list of all functions */ argument700 struct funcinfo *caller_func; /* Pointer to function one scope higher */ argument701 char *caller_file; /* Source location file name where caller_func inlines this func */702 int caller_line; /* Source location line number where caller_func inlines this func */703 char *file; /* Source location file name */704 int line; /* Source location line number */705 int tag;706 int nesting_level;707 char *name;[all …]