| /src/tests/usr.bin/xlint/lint1/ |
| gcc_cast_union.c | 48 void (*m_function)(void *); member in union:anything
|
| /src/external/gpl3/gcc/dist/gcc/ |
| selftest.h | 39 : m_file (file), m_line (line), m_function (function) {} 43 const char *m_function; member in class:selftest::location
|
| mem-stats.h | 46 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...] |
| dumpfile.h | 394 : m_file (file), m_line (line), m_function (function) 399 const char *m_function; member in class:dump_impl_location_t
|
| ggc-page.cc | 330 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
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| selftest.h | 37 : m_file (file), m_line (line), m_function (function) {} 41 const char *m_function; member in class:selftest::location
|
| mem-stats.h | 46 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...] |
| dumpfile.h | 394 : m_file (file), m_line (line), m_function (function) 399 const char *m_function; member in class:dump_impl_location_t
|
| ggc-page.cc | 330 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
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| block.h | 128 { return m_function; } 132 { m_function = function; } 322 struct symbol *m_function = nullptr; member in struct:block
|
| skip.c | 68 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.c_str ()) == 0) [all...] |
| target-descriptions.c | 1275 m_function = (char *) xmalloc (strlen (filename) + 1); 1276 for (inp = filename, outp = m_function; *inp != '\0'; inp++) 1295 xfree (m_function); 1307 gdb_printf ("const struct target_desc *tdesc_%s;\n", m_function); 1309 gdb_printf ("initialize_tdesc_%s (void)\n", m_function); 1356 gdb_printf ("\n tdesc_%s = result.release ();\n", m_function); 1525 char *m_function; 1523 char *m_function; variable
|
| /src/external/gpl3/gdb/dist/gdb/ |
| block.h | 129 { return m_function; } 133 { m_function = function; } 348 struct symbol *m_function = nullptr; member in struct:block
|
| skip.c | 68 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.c_str ()) == 0) [all...] |
| target-descriptions.c | 1265 m_function = (char *) xmalloc (strlen (filename) + 1); 1266 for (inp = filename, outp = m_function; *inp != '\0'; inp++) 1285 xfree (m_function); 1297 gdb_printf ("const struct target_desc *tdesc_%s;\n", m_function); 1299 gdb_printf ("initialize_tdesc_%s (void)\n", m_function); 1345 gdb_printf ("\n tdesc_%s = result.release ();\n", m_function); 1514 char *m_function; 1512 char *m_function; variable
|
| /src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| blocks.cc | 94 function_info *m_function; member in class:function_info::bb_walker 105 m_function (function), 111 m_exit_block_dominator = ENTRY_BLOCK_PTR_FOR_FN (m_function->m_fn); 117 m_function->start_block (m_bi, m_function->bb (bb)); 127 before_dom_children (EXIT_BLOCK_PTR_FOR_FN (m_function->m_fn)); 128 after_dom_children (EXIT_BLOCK_PTR_FOR_FN (m_function->m_fn)); 130 m_function->end_block (m_bi, m_function->bb (bb));
|
| /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/ |
| blocks.cc | 93 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->bb (bb)) [all...] |