Home
last modified time | relevance | path

Searched refs:fixed_offset (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dmethod.c88 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()
443 fixed_offset, virtual_value, alias); in use_thunk()
473 fixed_offset, virtual_offset); in use_thunk()
[all …]
H A Dmangle.c2721 mangle_call_offset (const tree fixed_offset, const tree virtual_offset) in mangle_call_offset() argument
2726 write_integer_cst (fixed_offset); in mangle_call_offset()
2751 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument
2766 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk()
2770 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk()
2775 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk()
2776 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn_decl)); in mangle_thunk()
2780 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk()
H A Dclass.c2032 tree fixed_offset, virtual_offset; in update_vtable_entry_for_fn() local
2040 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn)); in update_vtable_entry_for_fn()
2044 fixed_offset = virtual_offset = NULL_TREE; in update_vtable_entry_for_fn()
2100 if (fixed_offset) in update_vtable_entry_for_fn()
2104 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset); in update_vtable_entry_for_fn()
2106 fixed_offset = offset; in update_vtable_entry_for_fn()
2110 if (fixed_offset || virtual_offset) in update_vtable_entry_for_fn()
2115 fixed_offset, virtual_offset); in update_vtable_entry_for_fn()
H A Dcp-tree.h1594 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset;
3001 (DECL_LANG_SPECIFIC (THUNK_FUNCTION_CHECK (DECL))->u.f.u5.fixed_offset)
H A DChangeLog-2004770 (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 DChangeLog-2002644 (struct lang_decl): Rename delta to fixed_offset.