Lines Matching refs:Destination
270 enum Destination<'a> { enum
309 dst: Destination<'_>, in lower_result()
438 Destination::Flat(&mut storage[..cnt]) in call_sync_lower()
444 Destination::Memory(validate_inbounds_dynamic( in call_sync_lower()
503 Destination::Memory(retptr), in call_async_lower()
514 Destination::Memory(retptr), in call_async_lower()
572 dst: Destination<'_>, in lower_result_and_exit_call()
662 dst: Destination<'_>, in lower_result()
667 Destination::Flat(storage) => { in lower_result()
674 Destination::Memory(ptr) => ret.linear_lower_to_memory(cx, ty, ptr), in lower_result()
761 dst: Destination<'_>, in lower_result()
768 Destination::Flat(storage) => { in lower_result()
775 Destination::Memory(mut ptr) => { in lower_result()