Searched refs:binfo_p (Results 1 – 8 of 8) sorted by relevance
36 unsigned int binfo_p : 1; member
66 dni->binfo_p = ((flags & DUMP_BINFO) != 0);259 if (dni->binfo_p)272 if (dni->binfo_p)
41 unsigned int binfo_p : 1; member
69 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()
1070 build_scoped_ref (datum, basetype, binfo_p) in build_scoped_ref() argument1073 tree *binfo_p;1079 if (*binfo_p)1080 binfo = *binfo_p;1086 *binfo_p = NULL_TREE;1092 *binfo_p = binfo;
4720 * typeck2.c (build_scoped_ref): Return the binfo via binfo_p parm.
1110 build_scoped_ref (tree datum, tree basetype, tree* binfo_p) in build_scoped_ref() argument1116 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()
3317 * typeck2.c (build_scoped_ref): Return the binfo via binfo_p parm.