Searched refs:fixed_offset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | method.c | 88 tree fixed_offset, tree virtual_offset) in make_thunk() argument 106 d = tree_low_cst (fixed_offset, 0); in make_thunk() 189 fixed_offset, virtual_offset); in finish_thunk() 222 HOST_WIDE_INT fixed_offset, tree virtual_offset) in thunk_adjust() argument 227 ssize_int (fixed_offset)); in thunk_adjust() 254 ssize_int (fixed_offset)); in thunk_adjust() 324 HOST_WIDE_INT fixed_offset, virtual_value; in use_thunk() local 362 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl); in use_thunk() 445 fixed_offset, virtual_value, alias); in use_thunk() 475 fixed_offset, virtual_offset); in use_thunk() [all …]
|
| H A D | mangle.c | 2742 mangle_call_offset (const tree fixed_offset, const tree virtual_offset) in mangle_call_offset() argument 2747 write_integer_cst (fixed_offset); in mangle_call_offset() 2772 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument 2787 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 2791 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 2796 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 2797 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn_decl)); in mangle_thunk() 2801 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk()
|
| H A D | class.c | 2045 tree fixed_offset, virtual_offset; in update_vtable_entry_for_fn() local 2053 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn)); in update_vtable_entry_for_fn() 2057 fixed_offset = virtual_offset = NULL_TREE; in update_vtable_entry_for_fn() 2113 if (fixed_offset) in update_vtable_entry_for_fn() 2117 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset); in update_vtable_entry_for_fn() 2119 fixed_offset = offset; in update_vtable_entry_for_fn() 2123 if (fixed_offset || virtual_offset) in update_vtable_entry_for_fn() 2128 fixed_offset, virtual_offset); in update_vtable_entry_for_fn()
|
| H A D | cp-tree.h | 1603 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset; 3026 (DECL_LANG_SPECIFIC (THUNK_FUNCTION_CHECK (DECL))->u.f.u5.fixed_offset)
|
| H A D | ChangeLog-2004 | 770 (struct lang_decl): Remove separate fixed_offset. Place 771 cloned_function and fixed_offset into union. 1614 turning operator_code and fixed_offset into bitfields.
|
| H A D | ChangeLog-2002 | 644 (struct lang_decl): Rename delta to fixed_offset.
|