Searched refs:m_function (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dselftest-rtl.c51 loc.m_function, msg);
74 loc.m_function, msg);
H A Dmem-stats.h46 m_filename (filename), m_function (function), m_line (line), m_origin
52 m_function (other.m_function), m_line (other.m_line),
65 hash.add_ptr (m_function);
75 return m_filename == other.m_filename && m_function == other.m_function
95 unsigned l = strlen (get_trimmed_filename ()) + strlen (m_function)
100 m_line, m_function);
117 const char *m_function; member in class:mem_location
288 hstate.add_ptr (l->m_function);
[all...]
H A Dselftest.h37 : m_file (file), m_line (line), m_function (function) {}
41 const char *m_function; member in class:selftest::location
H A Dselftest.c46 loc.m_function, msg);
58 loc.m_function);
H A Dopt-problem.cc246 ASSERT_STR_CONTAINS (impl_location.m_function,
H A Ddumpfile.h384 : m_file (file), m_line (line), m_function (function)
389 const char *m_function; member in class:dump_impl_location_t
H A Doptinfo-emit-json.cc185 if (loc.m_function)
186 obj->set ("function", new json::string (loc.m_function));
H A Dggc-page.c330 finalizer (void *addr, void (*f)(void *)) : m_addr (addr), m_function (f) {}
334 void call () const { m_function (m_addr); }
338 void (*m_function)(void *);
345 m_addr (addr), m_function (f), m_object_size (s), m_n_objects (n) {}
350 m_function (reinterpret_cast<void *> (m_addr + (i * m_object_size)));
357 void (*m_function)(void *);
337 void (*m_function)(void *); variable
356 void (*m_function)(void *); variable
H A Dvec.c82 loc->m_line, loc->m_function);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dselftest-rtl.cc51 loc.m_function, msg);
74 loc.m_function, msg);
H A Dmem-stats.h46 m_filename (filename), m_function (function), m_line (line), m_origin
52 m_function (other.m_function), m_line (other.m_line),
65 hash.add_ptr (m_function);
75 return m_filename == other.m_filename && m_function == other.m_function
95 unsigned l = strlen (get_trimmed_filename ()) + strlen (m_function)
100 m_line, m_function);
117 const char *m_function; member in class:mem_location
288 hstate.add_ptr (l->m_function);
[all...]
H A Dselftest.h37 : m_file (file), m_line (line), m_function (function) {}
41 const char *m_function; member in class:selftest::location
H A Dselftest.cc46 loc.m_function, msg);
58 loc.m_function);
H A Dopt-problem.cc246 ASSERT_STR_CONTAINS (impl_location.m_function,
H A Ddumpfile.h394 : m_file (file), m_line (line), m_function (function)
399 const char *m_function; member in class:dump_impl_location_t
H A Doptinfo-emit-json.cc185 if (loc.m_function)
186 obj->set ("function", new json::string (loc.m_function));
H A Dggc-page.cc330 finalizer (void *addr, void (*f)(void *)) : m_addr (addr), m_function (f) {}
334 void call () const { m_function (m_addr); }
338 void (*m_function)(void *);
345 m_addr (addr), m_function (f), m_object_size (s), m_n_objects (n) {}
350 m_function (reinterpret_cast<void *> (m_addr + (i * m_object_size)));
357 void (*m_function)(void *);
337 void (*m_function)(void *); member in class:finalizer
356 void (*m_function)(void *); member in class:vec_finalizer
H A Dvec.cc72 loc->m_line, loc->m_function);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dskip.c67 const std::string &function () const { return m_function; }
112 std::string m_function; variable
132 m_function (std::move (function))
134 gdb_assert (!m_file.empty () || !m_function.empty ());
141 gdb_assert (!m_function.empty ());
148 gdb_assert (!m_function.empty ());
149 m_compiled_function_regexp.emplace (m_function.c_str (), flags,
584 if (m_function.empty ())
594 function_name, m_function.c_str ());
606 function_name, m_function
[all...]
H A Dtarget-descriptions.c1350 m_function = (char *) xmalloc (strlen (filename) + 1);
1351 for (inp = filename, outp = m_function; *inp != '\0'; inp++)
1370 xfree (m_function);
1383 printf_unfiltered ("struct target_desc *tdesc_%s;\n", m_function);
1385 printf_unfiltered ("initialize_tdesc_%s (void)\n", m_function);
1432 printf_unfiltered ("\n tdesc_%s = result;\n", m_function);
1601 char *m_function;
1599 char *m_function; variable
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dskip.c68 const std::string &function () const { return m_function; }
113 std::string m_function; variable
133 m_function (std::move (function))
135 gdb_assert (!m_file.empty () || !m_function.empty ());
142 gdb_assert (!m_function.empty ());
143 m_compiled_function_regexp.emplace (m_function.c_str (),
579 if (m_function.empty ())
589 function_name, m_function.c_str ());
601 function_name, m_function.c_str ());
602 result = (strcmp_iw (function_name, m_function
[all...]
H A Dblock.h128 { return m_function; }
132 { m_function = function; }
215 struct symbol *m_function; member in struct:block
H A Dtarget-descriptions.c1336 m_function = (char *) xmalloc (strlen (filename) + 1);
1337 for (inp = filename, outp = m_function; *inp != '\0'; inp++)
1356 xfree (m_function);
1369 gdb_printf ("const struct target_desc *tdesc_%s;\n", m_function);
1371 gdb_printf ("initialize_tdesc_%s (void)\n", m_function);
1418 gdb_printf ("\n tdesc_%s = result.release ();\n", m_function);
1587 char *m_function;
1585 char *m_function; variable
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dgcc_cast_union.c48 void (*m_function)(void *); member in union:anything
/netbsd-current/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dblocks.cc93 function_info *m_function; member in class:function_info::bb_walker
104 m_function (function),
113 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR_FOR_FN (m_function->m_fn)->preds)
123 m_exit_block_dominator = ENTRY_BLOCK_PTR_FOR_FN (m_function->m_fn);
129 m_function->start_block (m_bi, m_function->bb (bb));
139 before_dom_children (EXIT_BLOCK_PTR_FOR_FN (m_function->m_fn));
140 after_dom_children (EXIT_BLOCK_PTR_FOR_FN (m_function->m_fn));
142 m_function->end_block (m_bi, m_function
[all...]

Completed in 336 milliseconds

12