Home
last modified time | relevance | path

Searched refs:Null_Node (Results 1 – 25 of 50) sorted by path

12

/dports/cad/ghdl/ghdl-1.0.0/src/edif/
H A Dedif-disp_edif.adb56 while N /= Null_Node loop
112 if N /= Null_Node then
119 if N = Null_Node then
134 while El /= Null_Node loop
192 if Contents /= Null_Node then
H A Dedif-nodes.adb117 Free_Nodes : Node := Null_Node;
372 pragma Assert (N /= Null_Node);
380 pragma Assert (N /= Null_Node);
388 pragma Assert (N /= Null_Node);
396 pragma Assert (N /= Null_Node);
404 pragma Assert (N /= Null_Node);
412 pragma Assert (N /= Null_Node);
420 pragma Assert (N /= Null_Node);
428 pragma Assert (N /= Null_Node);
436 pragma Assert (N /= Null_Node);
[all …]
H A Dedif-nodes.adb.in119 Free_Nodes : Node := Null_Node;
161 pragma Assert (N /= Null_Node, "get_kind: null node");
294 if Free_Nodes /= Null_Node then
H A Dedif-nodes.ads60 Null_Node : constant Node := 0; constant
H A Dedif-nutils.adb20 Constr := (Null_Node, Null_Node);
25 if Constr.First = Null_Node then
H A Dedif-parse.adb63 Set_CDR (Last, Null_Node);
149 return Null_Node;
617 Res := Null_Node;
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlsynth.adb331 if Top = Null_Node then
/dports/cad/ghdl/ghdl-1.0.0/src/psl/
H A Dpsl-build.adb184 if Expr /= Null_Node then
205 if Expr /= Null_Node then
399 if Seq = Null_Node then
443 while Formal /= Null_Node loop
444 if Actual = Null_Node then
456 if Actual /= Null_Node then
468 while Formal /= Null_Node loop
469 Set_Actual (Formal, Null_Node);
530 if Actual = Null_Node then
761 if Expr = Null_Node then
[all …]
H A Dpsl-cse.adb32 Hash_Table : Hash_Table_Type := (others => Null_Node);
59 while N /= Null_Node loop
69 while N /= Null_Node loop
119 while H /= Null_Node loop
163 while H /= Null_Node loop
202 while H /= Null_Node loop
H A Dpsl-dump_tree.adb128 if N = Null_Node then
152 while El /= Null_Node loop
163 if Depth <= 1 or else N = Null_Node then
H A Dpsl-errors.adb25 if L = Null_Node then
H A Dpsl-hash.adb42 Cells.Table (I) := (Res => Null_Node, Next => No_Index);
54 if Res = Null_Node then
H A Dpsl-nodes.adb116 Free_Nodes : Node := Null_Node;
279 if Free_Nodes /= Null_Node then
492 pragma Assert (N /= Null_Node);
500 pragma Assert (N /= Null_Node);
508 pragma Assert (N /= Null_Node);
516 pragma Assert (N /= Null_Node);
524 pragma Assert (N /= Null_Node);
532 pragma Assert (N /= Null_Node);
540 pragma Assert (N /= Null_Node);
548 pragma Assert (N /= Null_Node);
[all …]
H A Dpsl-nodes.adb.in32 -- Null_Node.
118 Free_Nodes : Node := Null_Node;
281 if Free_Nodes /= Null_Node then
H A Dpsl-nodes.ads452 Null_Node : constant Node := 0; constant
H A Dpsl-prints.adb137 if N = Null_Node then
196 if B = Null_Node then
201 if B = Null_Node then
220 if S /= Null_Node then
456 while Item /= Null_Node loop
H A Dpsl-qm.adb31 Term_Assoc := (others => Null_Node);
304 Res : Node := Null_Node;
319 if Res = Null_Node then
H A Dpsl-qm.ads34 Term_Assoc : Term_Assoc_Type := (others => Null_Node);
H A Dpsl-rewrites.adb164 if Lo = Null_Node then
170 if Hi = Null_Node then
183 if Lo = Null_Node then
198 if Lo = Null_Node then
252 while Assoc /= Null_Node loop
276 if S = Null_Node then
285 if S = Null_Node then
362 (Rewrite_Goto_Repeat_Seq (B, Null_Node, Null_Node));
404 if Num = Null_Node then
416 if Num = Null_Node then
[all …]
H A Dpsl-subsets.adb100 while Item /= Null_Node loop
137 if N2 /= Null_Node then
H A Dpsl-tprint.adb42 if B = Null_Node then
47 if B = Null_Node then
98 if S /= Null_Node then
257 while Item /= Null_Node loop
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-context.adb58 Source_Scope => Null_Node,
H A Dsynth-debugger__on.adb1164 if Current_Loc /= Null_Node then
1239 Exec_Statement := Null_Node;
H A Dsynth-decls.adb484 return Null_Node;
494 return Null_Node;
513 if Atype = Null_Node then
533 if Deferred_Decl = Null_Node
544 if Deferred_Decl = Null_Node then
557 if Decl_Type = Null_Node then
688 while Inter /= Null_Node loop
838 if Bod /= Null_Node then
849 if Uninst_Bod /= Null_Node then
964 if Atype /= Null_Node then
[all …]
H A Dsynth-disp_vhdl.adb493 while Port /= Null_Node loop
501 while Port /= Null_Node loop

12