Searched refs:build_simple_base_path (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | class.c | 136 static tree build_simple_base_path (tree expr, tree binfo); 382 expr = build_simple_base_path (expr, binfo); in build_base_path() 472 build_simple_base_path (tree expr, tree binfo) in build_simple_base_path() function 496 expr = build_simple_base_path (expr, d_binfo); in build_simple_base_path() 587 return build_simple_base_path (expr, base); in convert_to_base_statically() 629 datum = build_simple_base_path (datum, CLASSTYPE_PRIMARY_BINFO (type)); in build_vfield_ref()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | class.c | 135 static tree build_simple_base_path (tree expr, tree binfo); 422 expr = build_simple_base_path (expr, binfo); in build_base_path() 529 build_simple_base_path (tree expr, tree binfo) in build_simple_base_path() function 553 expr = build_simple_base_path (expr, d_binfo); in build_simple_base_path() 637 return build_simple_base_path (expr, base); in convert_to_base_statically() 681 datum = build_simple_base_path (datum, CLASSTYPE_PRIMARY_BINFO (type)); in build_vfield_ref()
|