Searched refs:valid_ref_assignconv_cast_p (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | parse.y | 167 static int valid_ref_assignconv_cast_p PARAMS ((tree, tree, int)); 13013 else if (valid_ref_assignconv_cast_p (rhs_type, lhs_type, 0)) 13125 valid_ref_assignconv_cast_p (source, dest, cast) in valid_ref_assignconv_cast_p() function 13249 return valid_ref_assignconv_cast_p (source_element_type, 13268 return valid_ref_assignconv_cast_p (source, dest, 1); 13301 && valid_ref_assignconv_cast_p (source, dest, 0))); 13689 if (!error_found && valid_ref_assignconv_cast_p (op1_type, op2_type, 1)) 13827 && (valid_ref_assignconv_cast_p (op1_type, op2_type, 1) 13828 || valid_ref_assignconv_cast_p (op2_type, 14488 && valid_ref_assignconv_cast_p (op_type, cast_type, 1)) [all …]
|
| D | parse.c | 407 static int valid_ref_assignconv_cast_p PARAMS ((tree, tree, int)); 16578 else if (valid_ref_assignconv_cast_p (rhs_type, lhs_type, 0)) 16690 valid_ref_assignconv_cast_p (source, dest, cast) in valid_ref_assignconv_cast_p() function 16814 return valid_ref_assignconv_cast_p (source_element_type, 16833 return valid_ref_assignconv_cast_p (source, dest, 1); 16866 && valid_ref_assignconv_cast_p (source, dest, 0))); 17254 if (!error_found && valid_ref_assignconv_cast_p (op1_type, op2_type, 1)) 17392 && (valid_ref_assignconv_cast_p (op1_type, op2_type, 1) 17393 || valid_ref_assignconv_cast_p (op2_type, 18053 && valid_ref_assignconv_cast_p (op_type, cast_type, 1)) [all …]
|
| D | ChangeLog | 354 (valid_ref_assignconv_cast_p): Use new identifier nodes. 4234 * parse.y (valid_ref_assignconv_cast_p): Load classes for source and 5043 (valid_ref_assignconv_cast_p): An array can be cast to 5473 (valid_ref_assignconv_cast_p): Removed call to `enclosing_context_p'. 5551 (valid_ref_assignconv_cast_p): Order of arguments to 7338 (valid_ref_assignconv_cast_p): Handle the destination being an 8520 * parse.y (valid_ref_assignconv_cast_p): Let `_Jv_CheckCast' 9582 (valid_ref_assignconv_cast_p): Reject null source or 9585 valid_ref_assignconv_cast_p. 10950 (valid_ref_assignconv_cast_p): Accept a null pointer to be [all …]
|