Home | History | Annotate | Download | only in cris

Lines Matching refs:rtype

159 	      ffi_type * rtype, ffi_type ** atypes)
171 cif->rtype = rtype;
175 if ((cif->rtype->size == 0)
176 && (initialize_aggregate_packed_struct (cif->rtype) != FFI_OK))
179 FFI_ASSERT_VALID_TYPE (cif->rtype);
218 switch (cif->rtype->type)
226 cif->flags = (unsigned) cif->rtype->type;
250 if ((rvalue == NULL) && (cif->rtype->type == FFI_TYPE_STRUCT))
252 ecif.rvalue = alloca (cif->rtype->size);
345 cif->rtype->type == FFI_TYPE_STRUCT