Home
last modified time | relevance | path

Searched refs:Char_Type_Node (Results 1 – 3 of 3) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-helpers2.adb41 Char_Type_Node,
56 New_Unsigned_Literal (Char_Type_Node, Character'Pos (Str (I))));
58 New_Array_Aggr_El (List, New_Unsigned_Literal (Char_Type_Node, 0));
H A Dtranslation.adb451 Char_Type_Node := New_Unsigned_Type (8);
452 New_Type_Decl (Get_Identifier ("__ghdl_char"), Char_Type_Node);
454 Chararray_Type := New_Array_Type (Char_Type_Node, Ghdl_Index_Type);
471 Ghdl_Ptr_Type := New_Access_Type (Char_Type_Node);
1386 Char_Type_Node,
H A Dtrans.ads57 Char_Type_Node : O_Tnode; variable