Home
last modified time | relevance | path

Searched refs:orig_fn (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDclass.c7584 tree orig_fn; in add_vcall_offset_vtbl_entries_1() local
7588 for (orig_fn = TYPE_METHODS (BINFO_TYPE (binfo)); in add_vcall_offset_vtbl_entries_1()
7589 orig_fn; in add_vcall_offset_vtbl_entries_1()
7590 orig_fn = TREE_CHAIN (orig_fn)) in add_vcall_offset_vtbl_entries_1()
7591 if (DECL_VINDEX (orig_fn)) in add_vcall_offset_vtbl_entries_1()
7592 add_vcall_offset (orig_fn, binfo, vid); in add_vcall_offset_vtbl_entries_1()
7644 tree orig_fn; in add_vcall_offset_vtbl_entries_1() local
7648 orig_fn = BV_FN (orig_virtuals); in add_vcall_offset_vtbl_entries_1()
7653 if (!SAME_BINFO_TYPE_P (BINFO_TYPE (binfo), DECL_CONTEXT (orig_fn))) in add_vcall_offset_vtbl_entries_1()
7656 add_vcall_offset (orig_fn, binfo, vid); in add_vcall_offset_vtbl_entries_1()
[all …]
HDsemantics.c1793 tree orig_fn; in finish_call_expr() local
1803 orig_fn = fn; in finish_call_expr()
1868 return build_nt (CALL_EXPR, orig_fn, orig_args, NULL_TREE); in finish_call_expr()
1912 result = build3 (CALL_EXPR, TREE_TYPE (result), orig_fn, in finish_call_expr()
HDdecl2.c3484 tree orig_fn; in build_offset_ref_call_from_tree() local
3489 orig_fn = fn; in build_offset_ref_call_from_tree()
3529 return build_min_non_dep (CALL_EXPR, expr, orig_fn, orig_args, NULL_TREE); in build_offset_ref_call_from_tree()
HDcall.c2820 tree orig_fn = fn; in build_new_function_call() local
2826 DECL_NAME (OVL_CURRENT (orig_fn)), args); in build_new_function_call()