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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c1094 lookup_member (tree xbasetype, tree name, int protect, bool want_type,
1111 || xbasetype == NULL_TREE
1112 || xbasetype == error_mark_node)
1117 if (TREE_CODE (xbasetype) == TREE_BINFO)
1119 type = BINFO_TYPE (xbasetype);
1120 basetype_path = xbasetype;
1124 if (!RECORD_OR_UNION_CODE_P (TREE_CODE (xbasetype)))
1126 type = xbasetype;
1127 xbasetype = NULL_TREE;
1286 lookup_member_fuzzy (tree xbasetype, tre
1093 lookup_member(tree xbasetype, tree name, int protect, bool want_type, tsubst_flags_t complain, access_failure_info *afi) argument
1285 lookup_member_fuzzy(tree xbasetype, tree name, bool want_type_p) argument
1340 lookup_field(tree xbasetype, tree name, int protect, bool want_type) argument
1357 lookup_fnfields(tree xbasetype, tree name, int protect) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc1114 lookup_member (tree xbasetype, tree name, int protect, bool want_type,
1129 || xbasetype == NULL_TREE
1130 || xbasetype == error_mark_node)
1135 if (TREE_CODE (xbasetype) == TREE_BINFO)
1137 type = BINFO_TYPE (xbasetype);
1138 basetype_path = xbasetype;
1142 if (!RECORD_OR_UNION_CODE_P (TREE_CODE (xbasetype)))
1144 type = xbasetype;
1145 xbasetype = NULL_TREE;
1301 lookup_member_fuzzy (tree xbasetype, tre
1113 lookup_member(tree xbasetype, tree name, int protect, bool want_type, tsubst_flags_t complain, access_failure_info *afi) argument
1300 lookup_member_fuzzy(tree xbasetype, tree name, bool want_type_p) argument
1355 lookup_field(tree xbasetype, tree name, int protect, bool want_type) argument
1372 lookup_fnfields(tree xbasetype, tree name, int protect, tsubst_flags_t complain) argument
[all...]

Completed in 472 milliseconds