solidity/test/libsolidity/semanticTests/structs
2022-12-25 22:39:50 +01:00
..
calldata
conversion
array_of_recursive_struct.sol
copy_from_mapping.sol Add test for copying reference types between data locations 2022-09-07 10:45:53 +02:00
copy_from_storage.sol
copy_struct_array_from_storage.sol test: Properly clear storage dirty flag 2022-11-08 18:13:17 +01:00
copy_struct_with_nested_array_from_calldata_to_memory.sol Tests for copying structs between data locations 2022-09-09 09:58:41 +02:00
copy_struct_with_nested_array_from_calldata_to_storage.sol Tests for copying structs between data locations 2022-09-09 09:58:41 +02:00
copy_struct_with_nested_array_from_memory_to_memory.sol Tests for copying structs between data locations 2022-09-09 09:58:41 +02:00
copy_struct_with_nested_array_from_storage_to_storage.sol Tests for copying structs between data locations 2022-09-09 09:58:41 +02:00
copy_substructures_from_mapping.sol Add test for copying reference types between data locations 2022-09-07 10:45:53 +02:00
copy_substructures_to_mapping.sol Re-use knowledge about keccak calls. 2022-12-07 14:16:13 +01:00
copy_to_mapping.sol Add test for copying reference types between data locations 2022-09-07 10:45:53 +02:00
delete_struct.sol
event.sol
function_type_copy.sol
global.sol
lone_struct_array_type.sol
memory_struct_named_constructor.sol
memory_structs_as_function_args.sol
memory_structs_nested_load.sol
memory_structs_nested.sol
memory_structs_read_write.sol
msg_data_to_struct_member_copy.sol
multislot_struct_allocation.sol
nested_struct_allocation.sol
packed_storage_structs_delete.sol
recursive_struct_2.sol
recursive_structs.sol
simple_struct_allocation.sol
struct_assign_reference_to_struct.sol
struct_constructor_nested.sol
struct_containing_bytes_copy_and_delete.sol test: Properly clear storage dirty flag 2022-11-08 18:13:17 +01:00
struct_copy_via_local.sol
struct_copy.sol Re-use knowledge about keccak calls. 2022-12-07 14:16:13 +01:00
struct_delete_member.sol
struct_delete_storage_nested_small.sol
struct_delete_storage_small.sol
struct_delete_storage_with_array.sol Update tests 2022-11-10 22:21:15 +01:00
struct_delete_storage_with_arrays_small.sol added optimization. shl comes out from being distributed over and 2022-11-11 01:16:14 +05:30
struct_delete_storage.sol
struct_delete_struct_in_mapping.sol
struct_memory_to_storage_function_ptr.sol
struct_memory_to_storage.sol
struct_named_constructor.sol
struct_reference.sol
struct_referencing.sol docs: fix typos 2022-12-25 22:39:50 +01:00
struct_storage_push_zero_value.sol
struct_storage_to_mapping.sol
struct_storage_to_memory_function_ptr.sol
struct_storage_to_memory.sol
structs.sol Update tests. 2022-08-15 16:24:10 +02:00
using_for_function_on_struct.sol