Searched refs:xbasetype (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dsearch.c1190 lookup_member (tree xbasetype, tree name, int protect, bool want_type)
1207 if (TREE_CODE (xbasetype) == TREE_BINFO)
1209 type = BINFO_TYPE (xbasetype);
1210 basetype_path = xbasetype;
1214 if (!IS_AGGR_TYPE_CODE (TREE_CODE (xbasetype)))
1216 type = xbasetype;
1217 xbasetype = NULL_TREE;
1299 lookup_field (tree xbasetype, tree name, int protect, bool want_type)
1301 tree rval = lookup_member (xbasetype, name, protect, want_type);
1315 lookup_fnfields (tree xbasetype, tre
1188 lookup_member(tree xbasetype, tree name, int protect, bool want_type) argument
1297 lookup_field(tree xbasetype, tree name, int protect, bool want_type) argument
1313 lookup_fnfields(tree xbasetype, tree name, int protect) argument
[all...]

Completed in 313 milliseconds