HomeSort by: relevance | last modified time | path
    Searched refs:make_thunk (Results 1 - 9 of 9) sorted by relevancy

  /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);

Completed in 44 milliseconds