| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-tree.h | 639 extern tree make_thunk (FuncDeclaration *, int);
|
| typeinfo.cc | 530 tree value = build_address (make_thunk (fd, bs->offset));
|
| decl.cc | 1945 make_thunk (FuncDeclaration *decl, int offset) function
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| method.cc | 60 make_thunk (tree function, bool this_adjusting, 59 make_thunk (tree function, bool this_adjusting, function
|
| class.cc | 2728 overrider_fn = make_thunk (overrider_target, /*this_adjusting=*/0, 10053 fn = make_thunk (fn, /*this_adjusting=*/1,
|
| cp-tree.h | 7131 extern tree make_thunk (tree, bool, tree, tree);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| class.cc | 2954 overrider_fn = make_thunk (overrider_target, /*this_adjusting=*/0, 10444 fn = make_thunk (fn, /*this_adjusting=*/1,
|
| method.cc | 60 make_thunk (tree function, bool this_adjusting, 59 make_thunk (tree function, bool this_adjusting, function
|
| cp-tree.h | 7329 extern tree make_thunk (tree, bool, tree, tree);
|