Searched refs:pl_copy (Results 1 – 1 of 1) sorted by relevance
360 PrimitiveList pl_copy = { .value = { NULL } }; in test_primitive_lists() local361 PrimitiveList *pl_copy_ptr = &pl_copy; in test_primitive_lists()366 pl.type = pl_copy.type = pt->type; in test_primitive_lists()430 switch (pl_copy.type) { in test_primitive_lists()432 cur_head = pl_copy.value.strings; in test_primitive_lists()435 cur_head = pl_copy.value.integers; in test_primitive_lists()438 cur_head = pl_copy.value.s8_integers; in test_primitive_lists()441 cur_head = pl_copy.value.s16_integers; in test_primitive_lists()444 cur_head = pl_copy.value.s32_integers; in test_primitive_lists()447 cur_head = pl_copy.value.s64_integers; in test_primitive_lists()[all …]