Home
last modified time | relevance | path

Searched refs:binfo_p (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree-dump.h36 unsigned int binfo_p : 1; member
H A Dtree-dump.c66 dni->binfo_p = ((flags & DUMP_BINFO) != 0);
259 if (dni->binfo_p)
272 if (dni->binfo_p)
/openbsd/gnu/gcc/gcc/
H A Dtree-dump.h41 unsigned int binfo_p : 1; member
H A Dtree-dump.c69 dni->binfo_p = ((flags & DUMP_BINFO) != 0); in queue()
253 if (dni->binfo_p) in dequeue_and_dump()
266 if (dni->binfo_p) in dequeue_and_dump()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c1070 build_scoped_ref (datum, basetype, binfo_p) in build_scoped_ref() argument
1073 tree *binfo_p;
1079 if (*binfo_p)
1080 binfo = *binfo_p;
1086 *binfo_p = NULL_TREE;
1092 *binfo_p = binfo;
H A DChangeLog4720 * typeck2.c (build_scoped_ref): Return the binfo via binfo_p parm.
/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck2.c1110 build_scoped_ref (tree datum, tree basetype, tree* binfo_p) in build_scoped_ref() argument
1116 if (*binfo_p) in build_scoped_ref()
1117 binfo = *binfo_p; in build_scoped_ref()
1123 *binfo_p = NULL_TREE; in build_scoped_ref()
1129 *binfo_p = binfo; in build_scoped_ref()
H A DChangeLog-20023317 * typeck2.c (build_scoped_ref): Return the binfo via binfo_p parm.