Searched refs:build_simple_base_path (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | class.cc | 131 static tree build_simple_base_path (tree expr, tree binfo); 352 return build_simple_base_path (expr, binfo); in build_base_path() 435 expr = build_simple_base_path (expr, binfo); in build_base_path() 542 build_simple_base_path (tree expr, tree binfo) in build_simple_base_path() function 566 expr = build_simple_base_path (expr, d_binfo); in build_simple_base_path() 650 return build_simple_base_path (expr, base); in convert_to_base_statically() 721 datum = build_simple_base_path (datum, CLASSTYPE_PRIMARY_BINFO (type)); in build_vfield_ref()
|
H A D | ChangeLog-2004 | 2434 * class.c (build_simple_base_path, get_vcall_index, 2468 (build_simple_base_path, walk_subobject_offsets, 2612 (build_simple_base_path): Use it. 5352 * class.c (build_simple_base_path): New fn.
|
H A D | ChangeLog-2011 | 153 build_simple_base_path. 154 (build_simple_base_path): Check field offset.
|
H A D | ChangeLog-2008 | 2288 (build_simple_base_path): Ditto.
|
H A D | ChangeLog-2005 | 3064 * class.c (build_simple_base_path): Build the component_ref
|
H A D | ChangeLog-2009 | 104 * class.c (build_base_path, build_simple_base_path, build_vfn_ref):
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 131 static tree build_simple_base_path (tree expr, tree binfo); 341 return build_simple_base_path (expr, binfo); in build_base_path() 431 expr = build_simple_base_path (expr, binfo); in build_base_path() 538 build_simple_base_path (tree expr, tree binfo) in build_simple_base_path() function 562 expr = build_simple_base_path (expr, d_binfo); in build_simple_base_path() 646 return build_simple_base_path (expr, base); in convert_to_base_statically() 690 datum = build_simple_base_path (datum, CLASSTYPE_PRIMARY_BINFO (type)); in build_vfield_ref()
|