Home
last modified time | relevance | path

Searched refs:m_depth (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dthread.c102 mp->m_depth, mp->m_flag); in show_msg()
330 return current_thread.t_head ? current_thread.t_head->m_depth : 0; in thread_depth()
397 (parent != NULL && depth != 0 && depth == parent->m_depth + 1)); in redepth_core()
405 mp->m_depth = depth; in redepth_core()
422 depth = mp->m_plink ? mp->m_plink->m_depth + 1 : 0; in redepth()
509 if (message_array.t_head[i].m_depth == 0 && in thread_fix_new_links()
520 assert(message_array.t_head[i].m_depth != 0 || in thread_fix_new_links()
530 message[i].m_depth = 0; in thread_fix_new_links()
556 if (current_thread.t_head->m_depth == 0) in thread_fix_new_links()
675 for (tp = next_message(mp); tp && tp->m_depth > mp->m_depth; tp = next_message(tp)) in flattencmd_core()
[all …]
H A Ddef.h152 int m_depth; /* depth in thread */ member
H A Dformat.c156 depth = mp->m_depth; in sfmtfield()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-path.h111 int get_stack_depth () const FINAL OVERRIDE { return m_depth; } in get_stack_depth()
120 int m_depth; variable
H A Ddiagnostic.c1876 : m_loc (loc), m_fndecl (fndecl), m_depth (depth), m_desc (xstrdup (desc)) in simple_diagnostic_event()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-path.h111 int get_stack_depth () const FINAL OVERRIDE { return m_depth; } in get_stack_depth()
120 int m_depth; variable
H A Dipa-modref.cc2252 m_depth = 0; in modref_eaf_analysis()
2257 gcc_checking_assert (!m_depth); in ~modref_eaf_analysis()
2267 int m_depth; member in __anone62009220211::modref_eaf_analysis
2392 m_depth * 4, ""); in analyze_ssa_name()
2397 if (m_depth == param_modref_max_depth) in analyze_ssa_name()
2402 m_depth * 4, ""); in analyze_ssa_name()
2411 "%*sAnalyzing flags of ssa name: ", m_depth * 4, ""); in analyze_ssa_name()
2424 fprintf (dump_file, "%*s Analyzing stmt: ", m_depth * 4, ""); in analyze_ssa_name()
2622 m_depth * 4, ""); in analyze_ssa_name()
2641 fprintf (dump_file, "%*s Unhandled store\n", m_depth * 4, ""); in analyze_ssa_name()
[all …]
H A Ddiagnostic.cc2145 : m_loc (loc), m_fndecl (fndecl), m_depth (depth), m_desc (xstrdup (desc)) in simple_diagnostic_event()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dchecker-path.h80 : m_kind (kind), m_loc (loc), m_fndecl (fndecl), m_depth (depth), in checker_event()
89 int get_stack_depth () const FINAL OVERRIDE { return m_depth; } in get_stack_depth()
107 int m_depth; variable
H A Dregion-model.h1174 : scope_region (parent_rid), m_fun (fun), m_depth (depth) in frame_region()
1178 : scope_region (other), m_fun (other.m_fun), m_depth (other.m_depth) in frame_region()
1196 int get_depth () const { return m_depth; } in get_depth()
1202 int m_depth; variable
H A Dregion-model.cc2234 if (m_depth != other.m_depth) in compare_fields()
2267 pp_printf (pp, ", function: %qs, depth: %i", function_name (m_fun), m_depth); in print_fields()
2277 hstate.add_int (m_depth); in add_to_hash()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dchecker-path.h87 : m_kind (kind), m_loc (loc), m_fndecl (fndecl), m_depth (depth), in checker_event()
96 int get_stack_depth () const FINAL OVERRIDE { return m_depth; } in get_stack_depth()
122 int m_depth; variable
/netbsd-src/external/gpl3/gdb/dist/gdbsupport/
H A DChangeLog-2020-2021386 (print_xml_feature::m_depth): New member variable.