Searched refs:cview3 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Darray-view-selftests.c412 gdb::array_view<const gdb_byte> cview3 = std::move (cview1); local
418 SELF_CHECK (cview3[0] == data[0]);
429 gdb::array_view<const gdb_byte> cview3; local
436 cview3 = std::move (cview1);
442 SELF_CHECK (cview3[0] == data[0]);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Darray-view-selftests.c438 gdb::array_view<const gdb_byte> cview3 = std::move (cview1); local
444 SELF_CHECK (cview3[0] == data[0]);
455 gdb::array_view<const gdb_byte> cview3; local
462 cview3 = std::move (cview1);
468 SELF_CHECK (cview3[0] == data[0]);

Completed in 80 milliseconds