Home
last modified time | relevance | path

Searched refs:d_binfo (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dclass.c242 tree d_binfo = NULL_TREE; in build_base_path() local
258 d_binfo = probe; in build_base_path()
272 && SAME_BINFO_TYPE_P (BINFO_TYPE (d_binfo), probe))); in build_base_path()
274 if (binfo == d_binfo) in build_base_path()
281 BINFO_TYPE (binfo), BINFO_TYPE (d_binfo), BINFO_TYPE (v_binfo)); in build_base_path()
291 target_type = code == PLUS_EXPR ? BINFO_TYPE (binfo) : BINFO_TYPE (d_binfo); in build_base_path()
432 tree d_binfo = BINFO_INHERITANCE_CHAIN (binfo); in build_simple_base_path() local
435 if (d_binfo == NULL_TREE) in build_simple_base_path()
453 expr = build_simple_base_path (expr, d_binfo); in build_simple_base_path()
455 for (field = TYPE_FIELDS (BINFO_TYPE (d_binfo)); in build_simple_base_path()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dclass.c256 tree d_binfo = NULL_TREE; local
270 d_binfo = probe;
282 ? same_type_p (BINFO_TYPE (d_binfo), probe)
288 BINFO_TYPE (binfo), BINFO_TYPE (d_binfo), BINFO_TYPE (v_binfo));
332 v_binfo = binfo_for_vbase (BINFO_TYPE (v_binfo), BINFO_TYPE (d_binfo));
361 target_type = code == PLUS_EXPR ? BINFO_TYPE (binfo) : BINFO_TYPE (d_binfo);