Home
last modified time | relevance | path

Searched refs:mark_used (Results 1 – 25 of 39) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c203 mark_used (OVL_FUNCTION (value));
210 mark_used (TREE_VALUE (t));
225 mark_used (value);
385 mark_used (function);
405 mark_used (thunk_fndecl);
H A Dexcept.c137 mark_used (exp);
761 mark_used (cleanup);
H A Dlex.c1250 mark_used (TREE_OPERAND (id, 0));
1252 mark_used (id);
H A Dinit.c1592 mark_used (t);
1667 mark_used (t);
1699 mark_used (t);
1875 mark_used (global_delete_fndecl);
H A Dtree.c1344 mark_used (TREE_OPERAND (TREE_OPERAND (TREE_OPERAND (t, 1), 0), 0));
1368 mark_used (TREE_OPERAND (TREE_OPERAND (t, 0), 0));
H A Ddecl2.c1583 mark_used (fn);
2032 mark_used (decl);
4829 mark_used (decl) in mark_used() function
H A Dtypeck.c1901 mark_used (member); in build_class_member_access_expr()
2047 mark_used (result); in build_class_member_access_expr()
2669 mark_used (function);
H A Dcall.c404 mark_used (decl);
4642 mark_used (fn);
4683 mark_used (fn);
/openbsd/gnu/gcc/gcc/cp/
H A Dexcept.c150 mark_used (exp); in build_eh_type_type()
521 mark_used (tinfo); in finish_eh_spec_block()
784 mark_used (cleanup); in build_throw()
H A Drtti.c407 mark_used (decl); in get_tinfo_ptr()
631 mark_used (td2); in build_dynamic_cast_1()
634 mark_used (td3); in build_dynamic_cast_1()
830 mark_used (name_decl); in tinfo_base_init()
1486 mark_used (decl); in emit_tinfo_decl()
H A Dsemantics.c1107 mark_used (eh_type_info (type)); in finish_handler_parms()
1554 mark_used (expr); in finish_qualified_id_expr()
2790 mark_used (decl); in finish_id_expression()
2798 mark_used (decl); in finish_id_expression()
2840 mark_used (first_fn); in finish_id_expression()
H A Dmethod.c353 mark_used (function); in use_thunk()
376 mark_used (thunk_fndecl); in use_thunk()
H A Ddecl2.c1246 mark_used (fn); in mark_vtable_entries()
2180 mark_used (decl); in build_cleanup()
3474 mark_used (tree decl) in mark_used() function
H A DChangeLog928 * decl2.c (mark_used): Mark the main function used when one of its
2113 * decl2.c (mark_used): Tidy.
2841 * tree.c (bot_manip): Don't call mark_used.
3509 * decl2.c (mark_used): Fix typo in comment.
3577 (tsubst_copy): Call mark_used on the member referenced by an
3580 * decl2.c (mark_used): Accept BASELINKs.
3586 mark_used.
3588 * semantics.c (finish_qualified_id_expr): Call mark_used.
4113 * decl2.c (mark_used): Use uses_template_parms instead of
4692 * decl2.c (mark_used): Always instantiate static data members
[all …]
H A Dinit.c1489 mark_used (decl); in constant_value_1()
1541 mark_used (global_delete_fndecl); in build_builtin_delete_call()
H A Dpt.c7881 mark_used (OVL_CURRENT (fns)); in tsubst_baselink()
7980 mark_used (expr); in tsubst_qualified_id()
8038 mark_used (r); in tsubst_copy()
8110 mark_used (t); in tsubst_copy()
8386 mark_used (TREE_OPERAND (t, 1)); in tsubst_copy()
9130 mark_used (op1); in tsubst_copy_and_build()
9214 mark_used (function); in tsubst_copy_and_build()
9282 mark_used (object); in tsubst_copy_and_build()
H A Dtypeck.c1794 mark_used (member); in build_class_member_access_expr()
2669 mark_used (function); in build_function_call()
4309 mark_used (fn); in build_unary_op()
4423 mark_used (fn); in build_unary_op()
H A Dcall.c303 mark_used (decl); in build_call()
4123 mark_used (fn); in build_op_delete_call()
4951 mark_used (fn); in build_over_call()
5011 mark_used (fn); in build_over_call()
H A DChangeLog-20031154 * except.c (build_eh_type_type): Call mark_used on the type.
1334 (resolve_address_of_overloaded_function): Do not call mark_used
1531 * decl2.c (mark_used): Don't push/pop gc context.
1652 * decl2.c (mark_used): Use ggc_push_context/ggc_pop_context.
2497 * parser.c (cp_parser_postfix_expression): Do not call mark_used.
2498 * semantics.c (finish_id_expression): Call mark_used for all
4056 * decl2.c (mark_used): Use it when figuring out whether or not a
4680 * decl2.c (mark_used): Do not defer the instantiation of
4733 * decl2.c (mark_used): Don't instantiate anything if
6736 * decl2.c (mark_used): Do not synthesize thunks.
H A DChangeLog-19961075 * decl2.c (mark_used): Do synthesis here.
1079 * tree.c (bot_manip): Call mark_used on functions used in default
2118 * method.c (emit_thunk): Call mark_used on the target function.
3418 append_signature_fields, id_in_current_class, mark_used,
3420 * decl2.c (mark_used): Delete decl.
3475 * pt.c (tsubst_copy): Call mark_used on variables and functions
H A DChangeLog-20043141 (mark_used): Use note_vague_linkage_fn. Always defer template
4733 * class.c (build_clone): Don't call defer_fn, let mark_used do it.
4738 (mark_used): Inline previous contents of defer_fn.
5024 * decl2.c (mark_used): Add new argument when calling instantiate_decl
5422 * decl2.c (mark_used): Don't segfault if cfun != NULL but
5971 * pt.c (tsubst_copy): Call mark_used for a PARM_DECL.
6676 * decl2.c (mark_used): Do not proactively instantiate templates
H A DChangeLog-1997284 * except.c (expand_throw): Call mark_used on the destructor.
1825 * typeck.c (build_component_ref): Only call mark_used on a decl.
2298 * call.c (build_over_call): Call mark_used before trying to elide
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dia64-gen.c246 static void mark_used (struct iclass *, int);
431 mark_used (struct iclass *ic, int clear_terminals) in mark_used() function
440 mark_used (ics[ic->subs[i]], clear_terminals); in mark_used()
443 mark_used (ics[ic->xsubs[i]], clear_terminals); in mark_used()
753 mark_used (ics[iclass], 0);
1521 mark_used (ics[i], 1); in print_dependency_table()
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-gen.c257 static void mark_used (struct iclass *, int);
442 mark_used (struct iclass *ic, int clear_terminals) in mark_used() function
451 mark_used (ics[ic->subs[i]], clear_terminals); in mark_used()
454 mark_used (ics[ic->xsubs[i]], clear_terminals); in mark_used()
764 mark_used (ics[iclass], 0);
1540 mark_used (ics[i], 1); in print_dependency_table()
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-2005820 "current_section", "allocation_done", "dot", "dotp" and "mark_used"
843 and "mark_used" params. Save params to expld. Update all callers.
1034 take take a bfd_boolean, mark_used. Ignore assert failure if
1035 mark_used is TRUE.
1036 (exp_fold_tree) Call exp_fold_tree_1 with mark_used == FALSE.
1038 mark_used and pass down.

12