Home
last modified time | relevance | path

Searched refs:Node_Record (Results 1 – 25 of 72) sorted by relevance

123

/dports/textproc/xmlada/xmlada-e5bbafe/dom/
H A Ddom-core-documents.adb75 return new Node_Record'
94 return new Node_Record'
130 return new Node_Record'
146 return new Node_Record'
160 return new Node_Record'
170 return new Node_Record'
184 return new Node_Record'
199 return new Node_Record'
216 return new Node_Record'
234 return new Node_Record'
[all …]
H A Ddom-core.ads78 type Node_Record (Node_Type : Node_Types) is private; type
79 type Node is access Node_Record;
293 type Node_Record (Node_Type : Node_Types) is record type
H A Ddom-core.adb68 return new Node_Record'
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record
134 type Arr is array (Node_Id) of Node_Record;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Ddebug10_pkg.ads127 type Node_Record (Is_Extension : Boolean := False) is record type
134 type Arr is array (Node_Id) of Node_Record;
/dports/cad/ghdl/ghdl-1.0.0/src/edif/
H A Dedif-nodes.adb.in72 type Node_Record is record type
102 pragma Pack (Node_Record);
103 for Node_Record'Size use 4 * 32;
106 (Table_Component_Type => Node_Record,
111 Init_Node : constant Node_Record :=
H A Dedif-nodes.adb70 type Node_Record is record type
100 pragma Pack (Node_Record);
101 for Node_Record'Size use 4 * 32;
104 (Table_Component_Type => Node_Record,
109 Init_Node : constant Node_Record :=
/dports/cad/ghdl/ghdl-1.0.0/src/psl/
H A Dpsl-nodes.adb.in63 type Node_Record is record type
95 pragma Pack (Node_Record);
96 for Node_Record'Size use 8 * 32;
99 (Table_Component_Type => Node_Record,
104 Init_Node : constant Node_Record := (Kind => N_Error,
H A Dpsl-nodes.adb61 type Node_Record is record type
93 pragma Pack (Node_Record);
94 for Node_Record'Size use 8 * 32;
97 (Table_Component_Type => Node_Record,
102 Init_Node : constant Node_Record := (Kind => N_Error,
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes.adb.in243 type Node_Record is record type
286 pragma Pack (Node_Record);
287 for Node_Record'Size use 8*32;
288 for Node_Record'Alignment use 4;
289 pragma Suppress_Initialization (Node_Record);
291 Init_Node : constant Node_Record := Node_Record'
309 (Table_Component_Type => Node_Record,
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Datree.ads2431 type Node_Record (Is_Extension : Boolean := False) is record type
2579 pragma Pack (Node_Record);
2580 for Node_Record'Size use 8*32;
2581 for Node_Record'Alignment use 4;
2587 Table_Component_Type => Node_Record,

123