Searched refs:get_binfo_at_offset (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ipa-devirt.cc | 2554 tree inner_binfo = get_binfo_at_offset (type_binfo, in record_target_from_binfo() 2935 base_binfo = get_binfo_at_offset (TYPE_BINFO (outer_type), in record_targets_from_bases() 3194 binfo = get_binfo_at_offset (TYPE_BINFO (speculative_outer_type->type), in possible_polymorphic_call_targets() 3234 binfo = get_binfo_at_offset (TYPE_BINFO (outer_type->type), in possible_polymorphic_call_targets()
|
| D | ipa-polymorphic-call.cc | 383 && get_binfo_at_offset (TYPE_BINFO (otr_type), 0, outer_type)) in restrict_to_inner_class()
|
| D | tree.h | 5419 extern tree get_binfo_at_offset (tree, poly_int64, tree);
|
| D | ChangeLog-2010 | 285 * tree.c (get_binfo_at_offset): Use BINFO_TYPE instead of TREE_TYPE, 437 get_ref_base_and_extent and get_binfo_at_offset instead of 443 * tree.c (get_binfo_at_offset): Get type from non-artificial fields. 5724 * tree.c (get_binfo_at_offset): Return NULL_TREE if offset is negative. 7374 * tree.c (get_binfo_at_offset): Bail out on artificial 8939 * tree.c (get_binfo_at_offset): Remove initial zero offset test. 30878 * tree.c (get_binfo_at_offset): New function. 30879 * tree.h (get_binfo_at_offset): Declare.
|
| D | tree.cc | 12062 get_binfo_at_offset (tree binfo, poly_int64 offset, tree expected_type) in get_binfo_at_offset() function
|
| D | ChangeLog-2014 | 4291 (get_binfo_at_offset): Do not walk fields, only bases. 46800 * tree.c (get_binfo_at_offset): Do not get confused by empty classes; 48464 * tree.c (get_binfo_at_offset): Look harder for virtual bases.
|
| D | ChangeLog-2017 | 580 * tree.h (get_binfo_at_offset): Take the offset as a poly_int64 582 * tree.c (get_binfo_at_offset): Likewise.
|
| D | ChangeLog-2013 | 7259 by info by get_binfo_at_offset. 27197 (get_binfo_at_offset): Use it.
|
| D | ChangeLog-2015 | 39903 (get_binfo_at_offset): Do not shadow offset; add explanatory 41394 (get_binfo_at_offset): Use it.
|