Home
last modified time | relevance | path

Searched refs:Packed_Array (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/packed_array/
Dpa.adb20 type Packed_Array is array (4 .. 8) of Boolean; type
21 pragma pack (Packed_Array);
23 Var : Packed_Array;
31 type Outer_Array is array (1 .. 4) of Packed_Array;
37 type Outer_Array2 is array (1 .. 4) of Packed_Array;
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/arrayptr/
Dfoo.adb33 type Packed_Array is array (1..10) of Small; type
34 pragma Pack (Packed_Array);
36 type Packed_Array_Ptr is access Packed_Array;
38 := new Packed_Array'(10, 20, 30, 40, 50, 60, 62, 63, -23, 42);