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

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c81 static int comp_target_types (tree, tree);
527 We assume that comp_target_types has already been done and returned
940 comp_target_types (tree ttl, tree ttr)
3344 if (comp_target_types (type1, type2))
3972 || comp_target_types (memb_type, rhstype))
4059 int target_cmp = 0; /* Cache comp_target_types () result. */
4120 || (target_cmp = comp_target_types (type, rhstype))
7899 && comp_target_types (type0, type1))
8071 if (comp_target_types (type0, type1))
8141 if (comp_target_types (type
935 comp_target_types (tree ttl, tree ttr) function
[all...]

Completed in 66 milliseconds