Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-context.adb61 (Kind => Obj_None)));
98 (Kind => Obj_None)));
200 or else Syn_Inst.Objects (Slot).Kind /= Obj_None
214 (Syn_Inst.Objects (Info.Slot).Kind = Obj_None
237 pragma Assert (Syn_Inst.Objects (Info.Slot).Kind = Obj_None);
249 pragma Assert (Syn_Inst.Objects (Info.Pkg_Slot).Kind = Obj_None);
305 Syn_Inst.Objects (Slot) := (Kind => Obj_None);
H A Dsynth-context.ads143 Obj_None, literal
149 type Obj_Type (Kind : Obj_Kind := Obj_None) is record
151 when Obj_None =>