HomeSort by: relevance | last modified time | path
    Searched defs:fixed_offset (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
symtab-thunks.h 39 : fixed_offset (0),
49 : fixed_offset (t.fixed_offset),
62 return fixed_offset == other.fixed_offset
77 fixed_offset = other.fixed_offset;
87 HOST_WIDE_INT fixed_offset; variable
106 * for this-adjusting thunks, after the FIXED_OFFSET based adjustment is
109 * for result-adjusting thunks, the FIXED_OFFSET adjustment is done afte
    [all...]
symtab-thunks.cc 112 streamer_write_uhwi_stream (ob->main_stream, fixed_offset);
122 fixed_offset = streamer_read_uhwi (ib);
140 (int)fixed_offset,
151 hstate.add_hwi (fixed_offset);
185 /* Adjust PTR by the constant FIXED_OFFSET, by the vtable offset indicated by
192 HOST_WIDE_INT fixed_offset, tree virtual_offset,
199 && fixed_offset != 0)
204 fixed_offset));
299 && fixed_offset != 0)
313 ptrtmp, fixed_offset);
335 HOST_WIDE_INT fixed_offset = info->fixed_offset; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
symtab-thunks.h 39 : fixed_offset (0),
49 : fixed_offset (t.fixed_offset),
62 return fixed_offset == other.fixed_offset
77 fixed_offset = other.fixed_offset;
87 HOST_WIDE_INT fixed_offset; variable
106 * for this-adjusting thunks, after the FIXED_OFFSET based adjustment is
109 * for result-adjusting thunks, the FIXED_OFFSET adjustment is done afte
    [all...]
symtab-thunks.cc 112 streamer_write_uhwi_stream (ob->main_stream, fixed_offset);
122 fixed_offset = streamer_read_uhwi (ib);
140 (int)fixed_offset,
151 hstate.add_hwi (fixed_offset);
185 /* Adjust PTR by the constant FIXED_OFFSET, by the vtable offset indicated by
192 HOST_WIDE_INT fixed_offset, tree virtual_offset,
199 && fixed_offset != 0)
204 fixed_offset));
299 && fixed_offset != 0)
313 ptrtmp, fixed_offset);
335 HOST_WIDE_INT fixed_offset = info->fixed_offset; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 52 FIXED_OFFSET and VIRTUAL_OFFSET indicate how to do the adjustment
53 (see thunk_adjust). VIRTUAL_OFFSET can be NULL, but FIXED_OFFSET
61 tree fixed_offset, tree virtual_offset)
79 d = tree_to_shwi (fixed_offset);
151 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk));
159 fixed_offset, virtual_offset, thunk);
261 HOST_WIDE_INT fixed_offset, virtual_value;
305 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl);
385 this_adjusting, fixed_offset, virtual_value,
150 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk)); local
260 HOST_WIDE_INT fixed_offset, virtual_value; local
class.cc 2872 tree fixed_offset, virtual_offset;
2880 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn));
2884 fixed_offset = virtual_offset = NULL_TREE;
2940 if (fixed_offset)
2944 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset);
2946 fixed_offset = offset;
2950 if (fixed_offset || virtual_offset)
2955 fixed_offset, virtual_offset);
2868 tree fixed_offset, virtual_offset; local
cp-tree.h 3006 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset;
5381 (DECL_LANG_SPECIFIC (THUNK_FUNCTION_CHECK (DECL))->u.fn.u5.fixed_offset)
2997 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset; member in union:lang_decl_u5
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 52 FIXED_OFFSET and VIRTUAL_OFFSET indicate how to do the adjustment
53 (see thunk_adjust). VIRTUAL_OFFSET can be NULL, but FIXED_OFFSET
61 tree fixed_offset, tree virtual_offset)
79 d = tree_to_shwi (fixed_offset);
151 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk));
159 fixed_offset, virtual_offset, thunk);
261 HOST_WIDE_INT fixed_offset, virtual_value;
305 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl);
385 this_adjusting, fixed_offset, virtual_value,
150 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk)); local
260 HOST_WIDE_INT fixed_offset, virtual_value; local
class.cc 2646 tree fixed_offset, virtual_offset;
2654 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn));
2658 fixed_offset = virtual_offset = NULL_TREE;
2714 if (fixed_offset)
2718 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset);
2720 fixed_offset = offset;
2724 if (fixed_offset || virtual_offset)
2729 fixed_offset, virtual_offset);
2642 tree fixed_offset, virtual_offset; local
cp-tree.h 2948 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset;
5253 (DECL_LANG_SPECIFIC (THUNK_FUNCTION_CHECK (DECL))->u.fn.u5.fixed_offset)
2939 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset; member in union:lang_decl_u5
  /src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc 1868 int fixed_offset = -THUNK_LANG_OFFSET (thunk); local
1933 fixed_offset, 0, 0, 0, alias);

Completed in 61 milliseconds