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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-typeck.c77 static int comp_target_types (location_t, tree, tree);
615 We assume that comp_target_types has already been done and returned
1168 comp_target_types (location_t location, tree ttl, tree ttr)
3183 to exist because the caller verified that comp_target_types
4130 if (comp_target_types (colon_loc, type1, type2))
5092 || comp_target_types (location, memb_type, rhstype))
5185 int target_cmp = 0; /* Cache comp_target_types () result. */
5275 || (target_cmp = comp_target_types (location, type, rhstype))
9247 && comp_target_types (location, type0, type1))
9480 if (comp_target_types (locatio
1163 comp_target_types (location_t location, tree ttl, tree ttr) function
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-typeck.c79 static int comp_target_types (tree, tree);
481 We assume that comp_target_types has already been done and returned
845 comp_target_types (tree ttl, tree ttr)
3217 if (comp_target_types (type1, type2))
3836 || comp_target_types (memb_type, rhstype))
3925 int target_cmp = 0; /* Cache comp_target_types () result. */
3986 || (target_cmp = comp_target_types (type, rhstype))
7774 && comp_target_types (type0, type1))
7946 if (comp_target_types (type0, type1))
8000 if (comp_target_types (type
841 comp_target_types (tree ttl, tree ttr) function
[all...]

Completed in 161 milliseconds