Home
last modified time | relevance | path

Searched refs:m_function (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmem-stats.h46 m_filename (filename), m_function (function), m_line (line), m_origin in m_filename()
52 m_function (other.m_function), m_line (other.m_line), in mem_location()
65 hash.add_ptr (m_function); in hash()
75 return m_filename == other.m_filename && m_function == other.m_function in equal()
95 unsigned l = strlen (get_trimmed_filename ()) + strlen (m_function) in to_string()
100 m_line, m_function); in to_string()
117 const char *m_function; variable
288 hstate.add_ptr (l->m_function); in hash()
298 && l1->m_function == l2->m_function in equal()
H A Dselftest-rtl.cc51 loc.m_function, msg); in assert_rtx_eq_at()
74 loc.m_function, msg); in assert_rtx_ptr_eq_at()
H A Dselftest.cc46 loc.m_function, msg); in fail()
58 loc.m_function); in fail_formatted()
H A Dselftest.h37 : m_file (file), m_line (line), m_function (function) {} in location()
41 const char *m_function; variable
H A Ddumpfile.h394 : m_file (file), m_line (line), m_function (function) in m_file()
399 const char *m_function; variable
H A Doptinfo-emit-json.cc185 if (loc.m_function) in impl_location_to_json()
186 obj->set ("function", new json::string (loc.m_function)); in impl_location_to_json()
H A Dggc-page.cc329 finalizer (void *addr, void (*f)(void *)) : m_addr (addr), m_function (f) {} in finalizer()
333 void call () const { m_function (m_addr); } in call()
337 void (*m_function)(void *); member in finalizer
344 m_addr (addr), m_function (f), m_object_size (s), m_n_objects (n) {} in vec_finalizer()
349 m_function (reinterpret_cast<void *> (m_addr + (i * m_object_size))); in call()
356 void (*m_function)(void *); member in vec_finalizer
H A Dopt-problem.cc246 ASSERT_STR_CONTAINS (impl_location.m_function, in test_opt_result_failure_at()
H A Dvec.cc72 loc->m_line, loc->m_function); in dump()
H A Ddumpfile.cc2186 ASSERT_STR_CONTAINS_AT (loc, impl_loc.m_function, expected_function); in assert_impl_location_eq()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmem-stats.h46 m_filename (filename), m_function (function), m_line (line), m_origin in m_filename()
52 m_function (other.m_function), m_line (other.m_line), in mem_location()
65 hash.add_ptr (m_function); in hash()
75 return m_filename == other.m_filename && m_function == other.m_function in equal()
95 unsigned l = strlen (get_trimmed_filename ()) + strlen (m_function) in to_string()
100 m_line, m_function); in to_string()
117 const char *m_function; variable
288 hstate.add_ptr (l->m_function); in hash()
298 && l1->m_function == l2->m_function in equal()
H A Dselftest-rtl.c51 loc.m_function, msg); in assert_rtx_eq_at()
74 loc.m_function, msg); in assert_rtx_ptr_eq_at()
H A Dselftest.c46 loc.m_function, msg); in fail()
58 loc.m_function); in fail_formatted()
H A Dselftest.h37 : m_file (file), m_line (line), m_function (function) {} in location()
41 const char *m_function; variable
H A Ddumpfile.h384 : m_file (file), m_line (line), m_function (function) in m_file()
389 const char *m_function; variable
H A Doptinfo-emit-json.cc185 if (loc.m_function) in impl_location_to_json()
186 obj->set ("function", new json::string (loc.m_function)); in impl_location_to_json()
H A Dggc-page.c329 finalizer (void *addr, void (*f)(void *)) : m_addr (addr), m_function (f) {} in finalizer()
333 void call () const { m_function (m_addr); } in call()
337 void (*m_function)(void *); variable
344 m_addr (addr), m_function (f), m_object_size (s), m_n_objects (n) {} in vec_finalizer()
349 m_function (reinterpret_cast<void *> (m_addr + (i * m_object_size))); in call()
356 void (*m_function)(void *); variable
H A Dopt-problem.cc246 ASSERT_STR_CONTAINS (impl_location.m_function, in test_opt_result_failure_at()
H A Dvec.c82 loc->m_line, loc->m_function); in dump()
H A Ddumpfile.c2128 ASSERT_STR_CONTAINS_AT (loc, impl_loc.m_function, expected_function);
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dblocks.cc93 function_info *m_function; member in function_info::bb_walker
104 m_function (function), in bb_walker()
113 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR_FOR_FN (m_function->m_fn)->preds) in bb_walker()
123 m_exit_block_dominator = ENTRY_BLOCK_PTR_FOR_FN (m_function->m_fn); in bb_walker()
129 m_function->start_block (m_bi, m_function->bb (bb)); in before_dom_children()
139 before_dom_children (EXIT_BLOCK_PTR_FOR_FN (m_function->m_fn)); in after_dom_children()
140 after_dom_children (EXIT_BLOCK_PTR_FOR_FN (m_function->m_fn)); in after_dom_children()
142 m_function->end_block (m_bi, m_function->bb (bb)); in after_dom_children()
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dgcc_cast_union.c48 void (*m_function)(void *); member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc703 loc.get_impl_location ().m_function, in on_unexpected_tree_code()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc930 loc.get_impl_location ().m_function, in on_unexpected_tree_code()