Searched defs:this_adjusting (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | symtab-thunks.h | 103 bool this_adjusting; member
|
H A D | symtab-thunks.cc | 191 tree ptr, bool this_adjusting, in thunk_adjust() 334 bool this_adjusting = info->this_adjusting; in expand_thunk() local
|
H A D | cgraph.cc | 615 cgraph_node::create_thunk (tree alias, tree, bool this_adjusting, in create_thunk()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cgraphunit.c | 1738 tree ptr, bool this_adjusting, in thunk_adjust() 1880 bool this_adjusting = thunk.this_adjusting; in expand_thunk() local
|
H A D | cgraph.c | 616 cgraph_node::create_thunk (tree alias, tree, bool this_adjusting, in create_thunk()
|
H A D | cgraph.h | 718 bool this_adjusting; member
|
/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() 260 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); in use_thunk() local
|
H A D | mangle.c | 4189 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, 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() 260 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); in use_thunk() local
|
H A D | mangle.cc | 4402 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | decl.cc | 1869 bool this_adjusting = true; in finish_thunk() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | decl.cc | 1682 bool this_adjusting = true; in finish_thunk() local
|