Home
last modified time | relevance | path

Searched refs:BINFO (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.h121 #define CLASS_HAS_SUPER_FLAG(BINFO) TREE_LANG_FLAG_1(BINFO) argument
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h1451 #define CANONICAL_BINFO(BINFO, C) \ argument
1452 (TREE_VIA_VIRTUAL (BINFO) \
1453 ? binfo_for_vbase (BINFO_TYPE (BINFO), C) \
1454 : (BINFO))
H A DChangeLog.210426 * class.c (alter_access): Accept a BINFO explaining how to get
16244 * typeck2.c (build_functional_cast): Delete unused var BINFO.
18749 case where BINFO == 0.
H A DChangeLog.17933 * search.c (get_base_distance): If BINFO is a binfo, use it and
H A DChangeLog6972 (mark_primary_virtual_base): Remove BINFO parameter.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20043386 * tree.c (copy_binfo): Adjust BINFO creation and accessors.
3387 * decl.c (xref_basetypes): Adjust BINFO creation and accessors.
3388 * class.c (check_bases): Adjust BINFO accessors.
3981 BINFO macros.
H A DChangeLog-19972573 * typeck2.c (build_functional_cast): Delete unused var BINFO.
H A DChangeLog-2001995 (mark_primary_virtual_base): Remove BINFO parameter.
H A DChangeLog-19962471 case where BINFO == 0.
H A DChangeLog4274 * call.c (build_object_call): If BINFO is NULL, bypass
H A DChangeLog-19944493 * search.c (get_base_distance): If BINFO is a binfo, use it and
H A DChangeLog-19983638 * class.c (alter_access): Accept a BINFO explaining how to get
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi772 these macros takes a @code{BINFO} and is true if and only if the