Home
last modified time | relevance | path

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

12

/dports/cad/ghdl/ghdl-1.0.0/src/edif/
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-nutils.adb20 Constr := (Null_Node, Null_Node);
25 if Constr.First = Null_Node then
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
/dports/cad/ghdl/ghdl-1.0.0/src/psl/
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-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-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-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-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-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
H A Dpsl-hash.adb42 Cells.Table (I) := (Res => Null_Node, Next => No_Index);
54 if Res = Null_Node then
H A Dpsl-subsets.adb100 while Item /= Null_Node loop
137 if N2 /= Null_Node then
H A Dpsl-qm.adb31 Term_Assoc := (others => Null_Node);
304 Res : Node := Null_Node;
319 if Res = Null_Node then
H A Dpsl-errors.adb25 if L = Null_Node then
H A Dpsl-qm.ads34 Term_Assoc : Term_Assoc_Type := (others => Null_Node);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-insts.adb122 while Inter /= Null_Node loop
132 while Inter /= Null_Node loop
414 while Inter /= Null_Node loop
646 while Iassoc /= Null_Node
741 while Iassoc /= Null_Node
871 if Assoc = Null_Node then
942 if Arch /= Null_Node then
1016 (Syn_Inst, Stmt, Comp, Null_Node, Null_Node);
1126 if Arch = Null_Node then
1369 if Default /= Null_Node then
[all …]
H A Dsynth-stmts.adb639 Cond := Null_Node;
671 if Cond /= Null_Node then
714 while Ce /= Null_Node loop
1281 Stmts := Null_Node;
1316 Stmts := Null_Node;
1636 if Inter = Null_Node then
1638 Assoc := Null_Node;
2426 if Cond /= Null_Node then
2489 if Cond /= Null_Node then
3014 if Cond = Null_Node then
[all …]
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-files_operations.adb36 Current_Unit : Node := Null_Node;
118 if Current_Unit = Null_Node then
211 if External_Name = Null_Node then
217 if Open_Kind /= Null_Node then
H A Dsynth-source.ads31 No_Syn_Src : constant Syn_Src := Null_Node;
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-parse_psl.adb62 return Null_Node;
65 return Null_Node;
226 return Null_Node;
366 return Null_Node;
397 return Parse_Maybe_Count (N_Star_Repeat_Seq, Null_Node);
992 Last_Param := Null_Node;
1019 if Last_Param = Null_Node then
1057 return Get_Parameter_List (N) = Null_Node;
H A Dvhdl-nodes_priv.ads24 Null_Node : constant Node_Type := 0; constant
H A Dvhdl-types.ads23 Null_Vhdl_Node : constant Vhdl_Node := Vhdl.Nodes_Priv.Null_Node;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A D9drpc.adb266 function Null_Node (Index : Packet_Node_Access) return Boolean is subprogram
274 end Null_Node;
339 if Null_Node (Index) then
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A D9drpc.adb266 function Null_Node (Index : Packet_Node_Access) return Boolean is subprogram
274 end Null_Node;
339 if Null_Node (Index) then

12