Searched refs:m_func (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-warn-recursion.cc | 66 function *m_func; member in __anon75c876cd0111::pass_warn_recursion 77 m_calls (), m_visited (), m_func (), m_built_in (), noreturn_p () in pass_warn_recursion() 90 if (bb == EXIT_BLOCK_PTR_FOR_FN (m_func)) in find_function_exit() 146 if (!callee || m_func->decl != callee) in find_function_exit() 176 m_func = func; in execute() 181 noreturn_p = lookup_attribute ("noreturn", DECL_ATTRIBUTES (m_func->decl)); in execute() 183 if (fndecl_built_in_p (m_func->decl, BUILT_IN_NORMAL)) in execute() 184 m_built_in = DECL_FUNCTION_CODE (m_func->decl); in execute()
|
| D | gimple-ssa-warn-access.cc | 2149 function *m_func; member in __anon0fb3a5190111::pass_waccess 2163 m_func (), in pass_waccess() 3858 unsigned uid = inc_gimple_stmt_max_uid (m_func); in use_after_inval_p() 3895 use_loc = m_func->function_end_locus; in warn_invalid_pointer() 4594 check_dangling_stores (EXIT_BLOCK_PTR_FOR_FN (m_func), stores, bbs); in check_dangling_stores() 4605 FOR_EACH_SSA_NAME (i, var, m_func) in check_dangling_uses() 4701 m_func = fun; in execute() 4715 set_gimple_stmt_max_uid (m_func, 0); in execute()
|
| D | ChangeLog | 15611 (pass_waccess::m_func): New data member.
|
| /netbsd/src/external/bsd/atf/dist/atf-c++/detail/ |
| D | exceptions.cpp | 131 void (*m_func)(atf_error_t); in throw_atf_error() member 143 h->m_func(err); in throw_atf_error() 154 INV(h->m_name == NULL && h->m_func != NULL); in throw_atf_error() 155 h->m_func(err); in throw_atf_error()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | python.c | 1101 : m_func (func.release ()) in gdbpy_event() 1106 : m_func (other.m_func) in gdbpy_event() 1108 other.m_func = nullptr; in gdbpy_event() 1112 : m_func (other.m_func) in gdbpy_event() 1115 Py_XINCREF (m_func); in gdbpy_event() 1121 Py_XDECREF (m_func); in ~gdbpy_event() 1130 gdbpy_ref<> call_result (PyObject_CallObject (m_func, NULL)); in operator() 1140 PyObject *m_func;
|
| /netbsd/src/external/bsd/nvi/dist/dist/ |
| D | Makefile.am | 272 $(visrcdir)/motif_l/m_func.c \
|