| tree.c | 2796 	type_t *rstp = rtp->t_subt;  local in function:typeok_colon_pointer 2798 	tspec_t rst = rstp->t_tspec;
 2810 	if (pointer_types_are_compatible(lstp, rstp, true))
 2812 	if (!types_compatible(lstp, rstp, true, false, NULL))
 3057 				 const type_t *rstp, tspec_t rst)
 3060 					 types_compatible(lstp, rstp,
 3067 	    !lstp->t_const && rstp->t_const ? " const" : "",
 3068 	    !lstp->t_volatile && rstp->t_volatile ? " volatile" : "");
 3179 	type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL;  local in function:check_assign_types_compatible
 3184 		rst = (rstp = rtp->t_subt)->t_tspec
 [all...]
 |