/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | mem-stats.h | 46 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 D | selftest-rtl.cc | 51 loc.m_function, msg); in assert_rtx_eq_at() 74 loc.m_function, msg); in assert_rtx_ptr_eq_at()
|
H A D | selftest.cc | 46 loc.m_function, msg); in fail() 58 loc.m_function); in fail_formatted()
|
H A D | selftest.h | 37 : m_file (file), m_line (line), m_function (function) {} in location() 41 const char *m_function; variable
|
H A D | dumpfile.h | 394 : m_file (file), m_line (line), m_function (function) in m_file() 399 const char *m_function; variable
|
H A D | optinfo-emit-json.cc | 185 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 D | ggc-page.cc | 329 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 D | opt-problem.cc | 246 ASSERT_STR_CONTAINS (impl_location.m_function, in test_opt_result_failure_at()
|
H A D | vec.cc | 72 loc->m_line, loc->m_function); in dump()
|
H A D | dumpfile.cc | 2186 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 D | mem-stats.h | 46 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 D | selftest-rtl.c | 51 loc.m_function, msg); in assert_rtx_eq_at() 74 loc.m_function, msg); in assert_rtx_ptr_eq_at()
|
H A D | selftest.c | 46 loc.m_function, msg); in fail() 58 loc.m_function); in fail_formatted()
|
H A D | selftest.h | 37 : m_file (file), m_line (line), m_function (function) {} in location() 41 const char *m_function; variable
|
H A D | dumpfile.h | 384 : m_file (file), m_line (line), m_function (function) in m_file() 389 const char *m_function; variable
|
H A D | optinfo-emit-json.cc | 185 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 D | ggc-page.c | 329 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 D | opt-problem.cc | 246 ASSERT_STR_CONTAINS (impl_location.m_function, in test_opt_result_failure_at()
|
H A D | vec.c | 82 loc->m_line, loc->m_function); in dump()
|
H A D | dumpfile.c | 2128 ASSERT_STR_CONTAINS_AT (loc, impl_loc.m_function, expected_function);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | blocks.cc | 93 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 D | gcc_cast_union.c | 48 void (*m_function)(void *); member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | engine.cc | 703 loc.get_impl_location ().m_function, in on_unexpected_tree_code()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | engine.cc | 930 loc.get_impl_location ().m_function, in on_unexpected_tree_code()
|