Searched refs:get_dump_scope_depth (Results 1 – 5 of 5) sorted by relevance
594 extern unsigned int get_dump_scope_depth ();
484 fprintf (dfile, "%*s", get_dump_scope_depth (), ""); in dump_loc()505 for (unsigned i = 0; i < get_dump_scope_depth (); i++) in dump_loc()1414 get_dump_scope_depth () in get_dump_scope_depth() function
604 extern unsigned int get_dump_scope_depth ();
486 fprintf (dfile, "%*s", get_dump_scope_depth (), ""); in dump_loc()515 for (unsigned i = 0; i < get_dump_scope_depth (); i++) in dump_loc()1432 get_dump_scope_depth () in get_dump_scope_depth() function
15995 (get_dump_scope_depth): Reimplement in terms of dump_context.17982 (get_dump_scope_depth): New function.17985 * dumpfile.h (get_dump_scope_depth): New declaration.