Home
last modified time | relevance | path

Searched refs:m_func (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-warn-recursion.cc66 function *m_func; member in __anonfacabaa80111::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()
H A Dgimple-ssa-warn-access.cc2149 function *m_func; member in __anon34fe64540111::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()
H A DChangeLog15611 (pass_waccess::m_func): New data member.
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dexceptions.cpp131 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/gcc.old/dist/gcc/jit/
H A Djit-playback.h510 function *get_function () const { return m_func; } in get_function()
553 m_func->set_tree_location (t, loc); in set_tree_location()
563 function *m_func;
H A Djit-recording.h1225 m_func (func), in block()
1237 function *get_function () { return m_func; } in get_function()
1309 function *m_func;
1592 function *m_func;
1814 m_func (func), in local()
1835 function *m_func;
H A Djit-recording.c4242 m_func->get_context ()->add_error (loc, in validate()
4244 m_func->get_debug_string (), in validate()
4309 set_playback_obj (m_func->playback_function () in replay_into()
4336 r.get_identifier (m_func), in write_reproducer()
5226 m_func (func) in call()
5242 m_func->playback_function (), in replay_into()
5269 m_func->get_debug_string (), in make_debug_string()
5295 r.get_identifier (m_func), in write_reproducer()
5787 m_func->playback_function () in replay_into()
5819 r.get_identifier (m_func), in write_reproducer()
H A Djit-playback.c1628 DECL_CONTEXT (label_decl) = m_func->as_fndecl (); in add_comment()
1717 tree return_type = m_func->get_return_type_as_tree (); in add_return()
1720 tree t_lvalue = DECL_RESULT (m_func->as_fndecl ()); in add_return()
1807 : m_func (func), in block()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.h569 function *get_function () const { return m_func; } in get_function()
622 m_func->set_tree_location (t, loc); in set_tree_location()
632 function *m_func;
H A Djit-recording.h1324 m_func (func), in block()
1336 function *get_function () { return m_func; } in get_function()
1419 function *m_func;
1798 function *m_func;
2020 m_func (func), in local()
2041 function *m_func;
H A Djit-recording.cc4653 m_func->get_context ()->add_error (loc, in validate()
4655 m_func->get_debug_string (), in validate()
4720 set_playback_obj (m_func->playback_function () in replay_into()
4747 r.get_identifier (m_func), in write_reproducer()
6017 m_func (func) in call()
6033 m_func->playback_function (), in replay_into()
6060 m_func->get_debug_string (), in make_debug_string()
6086 r.get_identifier (m_func), in write_reproducer()
6577 playback::lvalue *obj = m_func->playback_function () in replay_into()
6617 r.get_identifier (m_func), in write_reproducer()
H A Djit-playback.cc2010 DECL_CONTEXT (label_decl) = m_func->as_fndecl (); in add_comment()
2099 tree return_type = m_func->get_return_type_as_tree (); in add_return()
2102 tree t_lvalue = DECL_RESULT (m_func->as_fndecl ()); in add_return()
2287 : m_func (func), in block()
H A DChangeLog.jit1405 (gcc::jit::recording::statement::m_func): Delete in favor of...
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig.c1651 = lendian32 (emit_operands (call->m_result_code_list, &call->m_func, in emit_call_insn()
1658 call->m_func.m_brig_op_offset); in emit_call_insn()
1667 call->m_func.m_directive_offset = slot->m_offset; in emit_call_insn()
H A Dhsa-common.h825 hsa_op_code_ref m_func; variable
/netbsd-src/external/bsd/nvi/dist/dist/
H A DMakefile.am272 $(visrcdir)/motif_l/m_func.c \
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst2663 // the function pointed to by m_func or not.