Home
last modified time | relevance | path

Searched defs:Create_Record_Type (Results 1 – 3 of 3) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-objtypes.adb439 function Create_Record_Type (Els : Rec_El_Array_Acc) subprogram
442 subtype Record_Type_Type is Type_Type (Type_Record);
443 function Alloc is new Areapools.Alloc_On_Pool_Addr (Record_Type_Type);
444 Is_Synth : Boolean;
445 W : Width;
446 Al : Palign_Type;
447 Sz : Size_Type;
H A Dsynth-objtypes.ads222 function Create_Record_Type (Els : Rec_El_Array_Acc) return Type_Acc; subprogspec
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/mcode/
H A Dortho_code-types.adb555 function Create_Record_Type (Deferred : Boolean) return O_Tnode subprogram
571 end Create_Record_Type; argument