| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | symtab-thunks.h | 43 this_adjusting (false), in thunk_info() 53 this_adjusting (t.this_adjusting), in thunk_info() 65 && this_adjusting == other.this_adjusting 81 this_adjusting = other.this_adjusting; 103 bool this_adjusting; member
|
| H A D | symtab-thunks.cc | 110 1 + (this_adjusting != 0) * 2 in stream_out() 126 this_adjusting = (type & 2); in stream_in() 153 hstate.add_flag (this_adjusting); in hash() 191 tree ptr, bool this_adjusting, in thunk_adjust() argument 198 if (this_adjusting in thunk_adjust() 298 if (!this_adjusting in thunk_adjust() 334 bool this_adjusting = info->this_adjusting; in expand_thunk() local 344 && this_adjusting in expand_thunk() 507 if (this_adjusting) in expand_thunk() 568 if (restmp && !this_adjusting in expand_thunk()
|
| H A D | cgraph.cc | 615 cgraph_node::create_thunk (tree alias, tree, bool this_adjusting, in create_thunk() argument 648 i->this_adjusting = this_adjusting; in create_thunk() 3172 if (!thunk_info::get (node)->this_adjusting) in clone_of_p()
|
| H A D | cgraphclones.cc | 211 if (i->this_adjusting in duplicate_thunk_for_node()
|
| H A D | cgraph.h | 1044 cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
|
| H A D | tree-inline.cc | 4899 gcc_assert (info->this_adjusting); in expand_call_inline()
|
| H A D | ChangeLog-2015 | 41485 * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
|
| H A D | ChangeLog-2014 | 31203 (cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cgraphunit.c | 1738 tree ptr, bool this_adjusting, in thunk_adjust() argument 1745 if (this_adjusting in thunk_adjust() 1845 if (!this_adjusting in thunk_adjust() 1880 bool this_adjusting = thunk.this_adjusting; in expand_thunk() local 1890 && this_adjusting in expand_thunk() 2052 if (this_adjusting) in expand_thunk() 2116 if (restmp && !this_adjusting in expand_thunk()
|
| H A D | cgraphclones.c | 198 && cs->caller->thunk.this_adjusting == thunk->thunk.this_adjusting in duplicate_thunk_for_node() 207 if (thunk->thunk.this_adjusting in duplicate_thunk_for_node()
|
| H A D | cgraph.c | 616 cgraph_node::create_thunk (tree alias, tree, bool this_adjusting, in create_thunk() argument 640 node->thunk.this_adjusting = this_adjusting; in create_thunk() 3110 if (!node->thunk.this_adjusting) in clone_of_p()
|
| H A D | cgraph.h | 718 bool this_adjusting; member 1084 cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
|
| H A D | ipa-icf.c | 544 if (cnode->thunk.this_adjusting != cnode2->thunk.this_adjusting) in equals_wpa() 1413 hstate.add_flag (cnode->thunk.this_adjusting); in init()
|
| H A D | lto-cgraph.c | 555 1 + (node->thunk.this_adjusting != 0) * 2 in lto_output_node() 1322 node->thunk.this_adjusting = (type & 2); in input_node()
|
| H A D | tree-inline.c | 4839 gcc_assert (id->src_node->thunk.this_adjusting); in expand_call_inline()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | method.c | 58 make_thunk (tree function, bool this_adjusting, in make_thunk() argument 67 gcc_assert (!DECL_RESULT_THUNK_P (function) || this_adjusting); in make_thunk() 70 if (this_adjusting && virtual_offset) in make_thunk() 83 if (DECL_THIS_THUNK_P (thunk) == this_adjusting in make_thunk() 87 || (this_adjusting in make_thunk() 113 SET_DECL_THUNK_P (thunk, this_adjusting); in make_thunk() 260 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); in use_thunk() local 303 if (!this_adjusting) in use_thunk() 378 this_adjusting, fixed_offset, virtual_value, in use_thunk()
|
| H A D | mangle.c | 4189 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument 4202 if (!this_adjusting) in mangle_thunk()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | method.cc | 58 make_thunk (tree function, bool this_adjusting, in make_thunk() argument 67 gcc_assert (!DECL_RESULT_THUNK_P (function) || this_adjusting); in make_thunk() 70 if (this_adjusting && virtual_offset) in make_thunk() 83 if (DECL_THIS_THUNK_P (thunk) == this_adjusting in make_thunk() 87 || (this_adjusting in make_thunk() 113 SET_DECL_THUNK_P (thunk, this_adjusting); in make_thunk() 260 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); in use_thunk() local 303 if (!this_adjusting) in use_thunk() 378 this_adjusting, fixed_offset, virtual_value, in use_thunk()
|
| H A D | mangle.cc | 4402 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument 4415 if (!this_adjusting) in mangle_thunk()
|
| H A D | ChangeLog-2002 | 649 (make_thunk): Add this_adjusting arg. 651 (mangle_thunk): Add this_adjusting arg.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | decl.cc | 1869 bool this_adjusting = true; in finish_thunk() local 1932 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting, in finish_thunk()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | decl.cc | 1682 bool this_adjusting = true; in finish_thunk() local 1744 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting, in finish_thunk()
|