Home
last modified time | relevance | path

Searched refs:use_thunk (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dmethod.c320 use_thunk (tree thunk_fndecl, bool emit_p) in use_thunk() function
345 use_thunk (function, emit_p); in use_thunk()
H A DChangeLog-2003372 (use_thunk): Adjust THUNK_ALIAS use.
710 * method.c (use_thunk): give thunk same visibility as function.
764 (use_thunk): We should never use an alias.
1508 * method.c (use_thunk): Clear DECL_RTL of copied nodes.
2117 * method.c (use_thunk): Expand body directly.
2457 * method.c (use_thunk): Likewsie.
3781 (use_thunk): Use it if defined ASM_OUTPUT_DEF. Put the thunk
3993 * method.c (use_thunk): Likewise.
4371 * method.c (use_thunk): Likewise.
4512 * method.c (use_thunk, synthesize_method): Likewise.
[all …]
H A DChangeLog-20041535 * method.c (use_thunk): Likewise.
2549 * method.c (make_thunk, finish_thunk, use_thunk): Likewise.
3045 * method.c (use_thunk): Fix formatting.
4152 * method.c (use_thunk): Likewise.
4563 * method.c (use_thunk): Use start_preparsed_function.
5290 * method.c (use_thunk): Likewise.
5417 * method.c (use_thunk): Test TARGET_USE_LOCAL_THUNK_ALIAS_P rather
5720 * method.c (use_thunk): Make sure we call comdat_linkage
5966 * method.c (use_thunk): Always clone function argument tree.
6297 * method.c (use_thunk): Set CALL_FROM_THUNK on the call to the
[all …]
H A DChangeLog-2002180 (use_thunk): Use THUNK_TARGET
663 (use_thunk): Generate covariant thunks too.
816 build_opfncall, hack_identifier, make_thunk, use_thunk,
1085 * method.c (use_thunk): Always compute vcall_value; assert that
1113 * method.c (use_thunk): Compute the vcall index as a HOST_WIDE_INT.
1126 (use_thunk): Use target hooks. Use vcall thunks, if available.
4012 * method.c (use_thunk): Always initialize the block tree. Reindent.
4254 (use_thunk): Here, too.
H A Dsemantics.c3044 use_thunk (thunk, /*emit_p=*/1); in emit_associated_thunks()
3051 use_thunk (probe, /*emit_p=*/1); in emit_associated_thunks()
H A DChangeLog775 * method.c (use_thunk): Clear DECL_HAS_VALUE_EXPR_P on copied
3529 (use_thunk): Make thunk one only here, if thunk target is
3921 * method.c (use_thunk): Use build_cplus_new instead of
4885 * method.c (use_thunk): Call init_insn_lengths.
5688 (use_thunk): Lower body before expanding.
6092 * method.c (use_thunk): Protect covariant pointer return
6405 * method.c (use_thunk): Make sure we also use the target, if that
H A Ddecl2.c1245 use_thunk (fn, /*emit_p=*/0); in mark_vtable_entries()
H A DChangeLog-2001506 * method.c (use_thunk): Don't emit debugging information for thunks.
1172 * method.c (use_thunk): Update comment.
2168 * method.c (use_thunk): Make sure that thunks really are emitted
H A DChangeLog-20001103 * method.c (use_thunk): Don't call store_parm_decls.
2126 * method.c (use_thunk): Correct handling of vcall offsets.
2651 (emit_thunk): Rename to use_thunk.
2678 * decl2.c (mark_vtable_entries): Use use_thunk instead of
2686 (emit_thunk): Rename to use_thunk. Allow callers to decide
H A Dcp-tree.h4087 extern void use_thunk (tree, bool);
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c360 use_thunk (thunk_fndecl, emit_p) in use_thunk() function
H A Dsemantics.c2289 use_thunk (thunk, /*emit_p=*/1);
H A DChangeLog1189 * method.c (use_thunk): Decrement immediate_size_expand.
2496 * method.c (use_thunk): Always compute vcall_value; assert that
2537 (use_thunk): Use target hooks. Use vcall thunks, if available.
5657 (use_thunk): Here, too.
7149 * method.c (use_thunk): Update comment.
8145 * method.c (use_thunk): Make sure that thunks really are emitted
10975 * method.c (use_thunk): Don't call store_parm_decls.
11998 * method.c (use_thunk): Correct handling of vcall offsets.
12523 (emit_thunk): Rename to use_thunk.
12550 * decl2.c (mark_vtable_entries): Use use_thunk instead of
[all …]
H A Ddecl2.c1582 use_thunk (fn, /*emit_p=*/0);
H A Dcp-tree.h4051 extern void use_thunk PARAMS ((tree, int));