HomeSort by: relevance | last modified time | path
    Searched refs:m_depth (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-path.h 111 int get_stack_depth () const FINAL OVERRIDE { return m_depth; }
120 int m_depth; member in class:simple_diagnostic_event
ipa-modref.cc 2257 m_depth = 0;
2262 gcc_checking_assert (!m_depth);
2272 int m_depth; member in class:__anon11251::modref_eaf_analysis
2397 m_depth * 4, "");
2402 if (m_depth == param_modref_max_depth)
2407 m_depth * 4, "");
2416 "%*sAnalyzing flags of ssa name: ", m_depth * 4, "");
2429 fprintf (dump_file, "%*s Analyzing stmt: ", m_depth * 4, "");
2630 m_depth * 4, "");
2649 fprintf (dump_file, "%*s Unhandled store\n", m_depth * 4, "")
    [all...]
diagnostic.cc 2149 : m_loc (loc), m_fndecl (fndecl), m_depth (depth), m_desc (xstrdup (desc))
  /src/usr.bin/mail/
thread.c 102 mp->m_depth, mp->m_flag);
325 * this module that the m_depth is known.
330 return current_thread.t_head ? current_thread.t_head->m_depth : 0;
397 (parent != NULL && depth != 0 && depth == parent->m_depth + 1));
405 mp->m_depth = depth;
422 depth = mp->m_plink ? mp->m_plink->m_depth + 1 : 0;
509 if (message_array.t_head[i].m_depth == 0 &&
520 assert(message_array.t_head[i].m_depth != 0 ||
530 message[i].m_depth = 0;
556 if (current_thread.t_head->m_depth == 0
    [all...]
def.h 152 int m_depth; /* depth in thread */ member in struct:message
format.c 156 depth = mp->m_depth;
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-path.h 216 int get_stack_depth () const final override { return m_depth; }
237 int m_depth; member in class:simple_diagnostic_event
ipa-modref.cc 2260 m_depth = 0;
2265 gcc_checking_assert (!m_depth);
2275 int m_depth; member in class:__anon1212::modref_eaf_analysis
2400 m_depth * 4, "");
2405 if (m_depth == param_modref_max_depth)
2410 m_depth * 4, "");
2419 "%*sAnalyzing flags of ssa name: ", m_depth * 4, "");
2432 fprintf (dump_file, "%*s Analyzing stmt: ", m_depth * 4, "");
2633 m_depth * 4, "");
2652 fprintf (dump_file, "%*s Unhandled store\n", m_depth * 4, "")
    [all...]
diagnostic.cc 2644 : m_loc (loc), m_fndecl (fndecl), m_depth (depth), m_desc (xstrdup (desc)),
  /src/external/gpl3/gdb/dist/gdbsupport/
tdesc.h 431 m_depth (0)
451 m_depth += (adjust * 2);
464 int m_depth; member in class:print_xml_feature
tdesc.cc 434 string_appendf (*m_buffer, "%*s", m_depth, "");
  /src/external/gpl3/gdb.old/dist/gdbsupport/
tdesc.h 429 m_depth (0)
449 m_depth += (adjust * 2);
462 int m_depth; member in class:print_xml_feature
tdesc.cc 434 string_appendf (*m_buffer, "%*s", m_depth, "");
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
checker-path.h 87 : m_kind (kind), m_loc (loc), m_fndecl (fndecl), m_depth (depth),
96 int get_stack_depth () const FINAL OVERRIDE { return m_depth; }
122 int m_depth; member in class:ana::checker_event
  /src/external/gpl3/gcc/dist/gcc/analyzer/
checker-event.h 34 : m_loc (loc), m_fndecl (fndecl), m_depth (depth)
39 int m_depth; member in struct:ana::event_loc_info
checker-event.cc 120 m_original_depth (loc_info.m_depth),
121 m_effective_depth (loc_info.m_depth),

Completed in 50 milliseconds