Searched refs:function_value (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-finishbreakpoint.c | 51 PyObject *function_value; member 82 Py_XDECREF (self_bpfinish->function_value); in bpfinishpy_dealloc() 107 value_object_to_value (self_finishbp->function_value); in bpfinishpy_pre_stop_hook() 244 self_bpfinish->function_value = NULL; in bpfinishpy_init() 265 self_bpfinish->function_value = in bpfinishpy_init() 273 || !self_bpfinish->return_type || !self_bpfinish->function_value) in bpfinishpy_init() 277 Py_XDECREF (self_bpfinish->function_value); in bpfinishpy_init() 280 self_bpfinish->function_value = NULL; in bpfinishpy_init()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | explow.c | 1846 val = targetm.calls.function_value (valtype, func ? func : fntype, outgoing); in hard_function_value()
|
H A D | function.c | 3523 real_decl_rtl = targetm.calls.function_value (TREE_TYPE (decl_result), in assign_parms() 5098 outgoing = targetm.calls.function_value (build_pointer_type (type), in expand_function_end()
|
H A D | reg-stack.c | 673 result = targetm.calls.function_value (TREE_TYPE (DECL_RESULT (decl)), in stack_result()
|
H A D | target.def | 2118 (function_value,
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | explow.c | 2200 val = targetm.calls.function_value (valtype, func ? func : fntype, outgoing); in hard_function_value()
|
H A D | function.c | 3953 real_decl_rtl = targetm.calls.function_value (TREE_TYPE (decl_result), in assign_parms() 5628 outgoing = targetm.calls.function_value (build_pointer_type (type), in expand_function_end()
|
H A D | reg-stack.c | 692 result = targetm.calls.function_value (TREE_TYPE (DECL_RESULT (decl)), in stack_result()
|
H A D | target.def | 4866 (function_value,
|