Searched refs:dump_thunk (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | class.c | 175 static void dump_thunk (FILE *, int, tree); 7734 dump_thunk (FILE *stream, int indent, tree thunk) in dump_thunk() function 7765 dump_thunk (stream, indent + 2, thunks); in dump_thunk() 7773 dump_thunk (stderr, 0, fn); in debug_thunks()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | class.c | 179 static void dump_thunk (FILE *, int, tree); 8571 dump_thunk (FILE *stream, int indent, tree thunk) in dump_thunk() function 8602 dump_thunk (stream, indent + 2, thunks); in dump_thunk() 8610 dump_thunk (stderr, 0, fn); in debug_thunks()
|