Home
last modified time | relevance | path

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

12

/dports/lang/gnat_util/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/lang/gcc48/gcc-4.8.5/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/mingw32-gcc/gcc-4.8.1/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/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A D9drpc.adb268 function Null_Node (Index : in Packet_Node_Access) return Boolean is subprogram
276 end Null_Node;
341 if Null_Node (Index) then
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A D9drpc.adb268 function Null_Node (Index : in Packet_Node_Access) return Boolean is subprogram
276 end Null_Node;
341 if Null_Node (Index) then
/dports/cad/ghdl/ghdl-1.0.0/src/edif/
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-parse.adb63 Set_CDR (Last, Null_Node);
149 return Null_Node;
617 Res := Null_Node;
H A Dedif-nodes.ads60 Null_Node : constant Node := 0; constant
/dports/cad/ghdl/ghdl-1.0.0/src/psl/
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
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-disp_vhdl.adb493 while Port /= Null_Node loop
501 while Port /= Null_Node loop
H A Dsynth-expr.adb583 if Get_Type_Declarator (Bound) /= Null_Node then
644 pragma Assert (Get_Type_Declarator (Atype) = Null_Node);
1589 return Null_Node;
1932 if Clock /= Null_Node then
1937 pragma Assert (Clock /= Null_Node);
1958 if Count /= Null_Node then
2178 (Syn_Inst, Get_Operand (Expr), Null_Node, Expr);
H A Dsynth-oper.adb1873 if Param1 /= Null_Node then
1876 if Param2 /= Null_Node then
1884 Param2 := Null_Node;
2107 while Inter /= Null_Node loop
2145 if Get_Chain (Inter) = Null_Node then
H A Dsynth-debugger__on.adb1164 if Current_Loc /= Null_Node then
1239 Exec_Statement := Null_Node;
H A Dsynth-static_oper.adb821 if Inter /= Null_Node then
828 if Inter /= Null_Node then
H A Dsynth-context.adb58 Source_Scope => Null_Node,
H A Dsynth-environment.adb1018 if Wire_Rec.Decl /= Null_Node
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes_walk.adb183 while Status = Walk_Continue and then Cl /= Null_Node loop
H A Dvhdl-nodes.adb.in296 Field0 | Field1 | Field2 | Field3 | Field4 | Field5 => Null_Node,
305 -- Null_Node or Error_Node).
319 Free_Chain : Node_Type := Null_Node;
344 if Free_Chain = Null_Node then
374 if N = Null_Node then
H A Dvhdl-configuration.adb718 if Name /= Null_Node then
909 if Unit /= Null_Node then
H A Dvhdl-annotations.adb320 if Get_Array_Element_Constraint (Def) /= Null_Node
322 (Get_Resolution_Indication (Def) /= Null_Node
H A Dvhdl-nodes.ads6930 Null_Iir : constant Iir := Vhdl.Nodes_Priv.Null_Node;
6931 Null_Node : constant Node := Vhdl.Nodes_Priv.Null_Node; constant
H A Dvhdl-nodes.adb296 Field0 | Field1 | Field2 | Field3 | Field4 | Field5 => Null_Node,
319 Free_Chain : Node_Type := Null_Node;
344 if Free_Chain = Null_Node then
374 if N = Null_Node then
H A Dvhdl-parse.adb11272 if Last_Item = Null_Node then
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlsynth.adb331 if Top = Null_Node then

12