1# Auto generated Python source file from Ada sources
2# Call 'make' in 'src/vhdl' to regenerate:
3#
4from pydecor import export
5from pyGHDL.libghdl import libghdl
6
7Null_Iir = 0
8
9Null_Iir_List = 0
10Iir_List_All = 1
11
12Null_Iir_Flist = 0
13Iir_Flist_Others = 1
14Iir_Flist_All = 2
15
16
17@export
18class Iir_Kind:
19    Unused = 0
20    Error = 1
21    Design_File = 2
22    Design_Unit = 3
23    Library_Clause = 4
24    Use_Clause = 5
25    Context_Reference = 6
26    Integer_Literal = 7
27    Floating_Point_Literal = 8
28    Null_Literal = 9
29    String_Literal8 = 10
30    Physical_Int_Literal = 11
31    Physical_Fp_Literal = 12
32    Simple_Aggregate = 13
33    Overflow_Literal = 14
34    Unaffected_Waveform = 15
35    Waveform_Element = 16
36    Conditional_Waveform = 17
37    Conditional_Expression = 18
38    Association_Element_By_Expression = 19
39    Association_Element_By_Individual = 20
40    Association_Element_Open = 21
41    Association_Element_Package = 22
42    Association_Element_Type = 23
43    Association_Element_Subprogram = 24
44    Association_Element_Terminal = 25
45    Choice_By_Range = 26
46    Choice_By_Expression = 27
47    Choice_By_Others = 28
48    Choice_By_None = 29
49    Choice_By_Name = 30
50    Entity_Aspect_Entity = 31
51    Entity_Aspect_Configuration = 32
52    Entity_Aspect_Open = 33
53    Psl_Hierarchical_Name = 34
54    Block_Configuration = 35
55    Block_Header = 36
56    Component_Configuration = 37
57    Binding_Indication = 38
58    Entity_Class = 39
59    Attribute_Value = 40
60    Signature = 41
61    Aggregate_Info = 42
62    Procedure_Call = 43
63    Record_Element_Constraint = 44
64    Array_Element_Resolution = 45
65    Record_Resolution = 46
66    Record_Element_Resolution = 47
67    Break_Element = 48
68    Attribute_Specification = 49
69    Disconnection_Specification = 50
70    Step_Limit_Specification = 51
71    Configuration_Specification = 52
72    Access_Type_Definition = 53
73    Incomplete_Type_Definition = 54
74    Interface_Type_Definition = 55
75    File_Type_Definition = 56
76    Protected_Type_Declaration = 57
77    Record_Type_Definition = 58
78    Array_Type_Definition = 59
79    Array_Subtype_Definition = 60
80    Record_Subtype_Definition = 61
81    Access_Subtype_Definition = 62
82    Physical_Subtype_Definition = 63
83    Floating_Subtype_Definition = 64
84    Integer_Subtype_Definition = 65
85    Enumeration_Subtype_Definition = 66
86    Enumeration_Type_Definition = 67
87    Integer_Type_Definition = 68
88    Floating_Type_Definition = 69
89    Physical_Type_Definition = 70
90    Range_Expression = 71
91    Protected_Type_Body = 72
92    Wildcard_Type_Definition = 73
93    Subtype_Definition = 74
94    Scalar_Nature_Definition = 75
95    Record_Nature_Definition = 76
96    Array_Nature_Definition = 77
97    Array_Subnature_Definition = 78
98    Overload_List = 79
99    Entity_Declaration = 80
100    Configuration_Declaration = 81
101    Context_Declaration = 82
102    Package_Declaration = 83
103    Package_Instantiation_Declaration = 84
104    Vmode_Declaration = 85
105    Vprop_Declaration = 86
106    Vunit_Declaration = 87
107    Package_Body = 88
108    Architecture_Body = 89
109    Type_Declaration = 90
110    Anonymous_Type_Declaration = 91
111    Subtype_Declaration = 92
112    Nature_Declaration = 93
113    Subnature_Declaration = 94
114    Package_Header = 95
115    Unit_Declaration = 96
116    Library_Declaration = 97
117    Component_Declaration = 98
118    Attribute_Declaration = 99
119    Group_Template_Declaration = 100
120    Group_Declaration = 101
121    Element_Declaration = 102
122    Nature_Element_Declaration = 103
123    Non_Object_Alias_Declaration = 104
124    Psl_Declaration = 105
125    Psl_Endpoint_Declaration = 106
126    Enumeration_Literal = 107
127    Function_Declaration = 108
128    Procedure_Declaration = 109
129    Function_Body = 110
130    Procedure_Body = 111
131    Function_Instantiation_Declaration = 112
132    Procedure_Instantiation_Declaration = 113
133    Terminal_Declaration = 114
134    Object_Alias_Declaration = 115
135    Free_Quantity_Declaration = 116
136    Spectrum_Quantity_Declaration = 117
137    Noise_Quantity_Declaration = 118
138    Across_Quantity_Declaration = 119
139    Through_Quantity_Declaration = 120
140    File_Declaration = 121
141    Guard_Signal_Declaration = 122
142    Signal_Declaration = 123
143    Variable_Declaration = 124
144    Constant_Declaration = 125
145    Iterator_Declaration = 126
146    Interface_Constant_Declaration = 127
147    Interface_Variable_Declaration = 128
148    Interface_Signal_Declaration = 129
149    Interface_File_Declaration = 130
150    Interface_Quantity_Declaration = 131
151    Interface_Terminal_Declaration = 132
152    Interface_Type_Declaration = 133
153    Interface_Package_Declaration = 134
154    Interface_Function_Declaration = 135
155    Interface_Procedure_Declaration = 136
156    Anonymous_Signal_Declaration = 137
157    Signal_Attribute_Declaration = 138
158    Identity_Operator = 139
159    Negation_Operator = 140
160    Absolute_Operator = 141
161    Not_Operator = 142
162    Implicit_Condition_Operator = 143
163    Condition_Operator = 144
164    Reduction_And_Operator = 145
165    Reduction_Or_Operator = 146
166    Reduction_Nand_Operator = 147
167    Reduction_Nor_Operator = 148
168    Reduction_Xor_Operator = 149
169    Reduction_Xnor_Operator = 150
170    And_Operator = 151
171    Or_Operator = 152
172    Nand_Operator = 153
173    Nor_Operator = 154
174    Xor_Operator = 155
175    Xnor_Operator = 156
176    Equality_Operator = 157
177    Inequality_Operator = 158
178    Less_Than_Operator = 159
179    Less_Than_Or_Equal_Operator = 160
180    Greater_Than_Operator = 161
181    Greater_Than_Or_Equal_Operator = 162
182    Match_Equality_Operator = 163
183    Match_Inequality_Operator = 164
184    Match_Less_Than_Operator = 165
185    Match_Less_Than_Or_Equal_Operator = 166
186    Match_Greater_Than_Operator = 167
187    Match_Greater_Than_Or_Equal_Operator = 168
188    Sll_Operator = 169
189    Sla_Operator = 170
190    Srl_Operator = 171
191    Sra_Operator = 172
192    Rol_Operator = 173
193    Ror_Operator = 174
194    Addition_Operator = 175
195    Substraction_Operator = 176
196    Concatenation_Operator = 177
197    Multiplication_Operator = 178
198    Division_Operator = 179
199    Modulus_Operator = 180
200    Remainder_Operator = 181
201    Exponentiation_Operator = 182
202    Function_Call = 183
203    Aggregate = 184
204    Parenthesis_Expression = 185
205    Qualified_Expression = 186
206    Type_Conversion = 187
207    Allocator_By_Expression = 188
208    Allocator_By_Subtype = 189
209    Selected_Element = 190
210    Dereference = 191
211    Implicit_Dereference = 192
212    Slice_Name = 193
213    Indexed_Name = 194
214    Psl_Prev = 195
215    Psl_Stable = 196
216    Psl_Rose = 197
217    Psl_Fell = 198
218    Psl_Expression = 199
219    Sensitized_Process_Statement = 200
220    Process_Statement = 201
221    Concurrent_Simple_Signal_Assignment = 202
222    Concurrent_Conditional_Signal_Assignment = 203
223    Concurrent_Selected_Signal_Assignment = 204
224    Concurrent_Assertion_Statement = 205
225    Concurrent_Procedure_Call_Statement = 206
226    Concurrent_Break_Statement = 207
227    Psl_Assert_Directive = 208
228    Psl_Assume_Directive = 209
229    Psl_Cover_Directive = 210
230    Psl_Restrict_Directive = 211
231    Block_Statement = 212
232    If_Generate_Statement = 213
233    Case_Generate_Statement = 214
234    For_Generate_Statement = 215
235    Component_Instantiation_Statement = 216
236    Psl_Default_Clock = 217
237    Generate_Statement_Body = 218
238    If_Generate_Else_Clause = 219
239    Simple_Simultaneous_Statement = 220
240    Simultaneous_Null_Statement = 221
241    Simultaneous_Procedural_Statement = 222
242    Simultaneous_Case_Statement = 223
243    Simultaneous_If_Statement = 224
244    Simultaneous_Elsif = 225
245    Simple_Signal_Assignment_Statement = 226
246    Conditional_Signal_Assignment_Statement = 227
247    Selected_Waveform_Assignment_Statement = 228
248    Signal_Force_Assignment_Statement = 229
249    Signal_Release_Assignment_Statement = 230
250    Null_Statement = 231
251    Assertion_Statement = 232
252    Report_Statement = 233
253    Wait_Statement = 234
254    Variable_Assignment_Statement = 235
255    Conditional_Variable_Assignment_Statement = 236
256    Return_Statement = 237
257    For_Loop_Statement = 238
258    While_Loop_Statement = 239
259    Next_Statement = 240
260    Exit_Statement = 241
261    Case_Statement = 242
262    Procedure_Call_Statement = 243
263    Break_Statement = 244
264    If_Statement = 245
265    Elsif = 246
266    Character_Literal = 247
267    Simple_Name = 248
268    Selected_Name = 249
269    Operator_Symbol = 250
270    Reference_Name = 251
271    External_Constant_Name = 252
272    External_Signal_Name = 253
273    External_Variable_Name = 254
274    Selected_By_All_Name = 255
275    Parenthesis_Name = 256
276    Package_Pathname = 257
277    Absolute_Pathname = 258
278    Relative_Pathname = 259
279    Pathname_Element = 260
280    Base_Attribute = 261
281    Subtype_Attribute = 262
282    Element_Attribute = 263
283    Across_Attribute = 264
284    Through_Attribute = 265
285    Nature_Reference_Attribute = 266
286    Left_Type_Attribute = 267
287    Right_Type_Attribute = 268
288    High_Type_Attribute = 269
289    Low_Type_Attribute = 270
290    Ascending_Type_Attribute = 271
291    Image_Attribute = 272
292    Value_Attribute = 273
293    Pos_Attribute = 274
294    Val_Attribute = 275
295    Succ_Attribute = 276
296    Pred_Attribute = 277
297    Leftof_Attribute = 278
298    Rightof_Attribute = 279
299    Signal_Slew_Attribute = 280
300    Quantity_Slew_Attribute = 281
301    Ramp_Attribute = 282
302    Zoh_Attribute = 283
303    Ltf_Attribute = 284
304    Ztf_Attribute = 285
305    Dot_Attribute = 286
306    Integ_Attribute = 287
307    Above_Attribute = 288
308    Quantity_Delayed_Attribute = 289
309    Delayed_Attribute = 290
310    Stable_Attribute = 291
311    Quiet_Attribute = 292
312    Transaction_Attribute = 293
313    Event_Attribute = 294
314    Active_Attribute = 295
315    Last_Event_Attribute = 296
316    Last_Active_Attribute = 297
317    Last_Value_Attribute = 298
318    Driving_Attribute = 299
319    Driving_Value_Attribute = 300
320    Behavior_Attribute = 301
321    Structure_Attribute = 302
322    Simple_Name_Attribute = 303
323    Instance_Name_Attribute = 304
324    Path_Name_Attribute = 305
325    Left_Array_Attribute = 306
326    Right_Array_Attribute = 307
327    High_Array_Attribute = 308
328    Low_Array_Attribute = 309
329    Length_Array_Attribute = 310
330    Ascending_Array_Attribute = 311
331    Range_Array_Attribute = 312
332    Reverse_Range_Array_Attribute = 313
333    Attribute_Name = 314
334
335
336@export
337class Iir_Kinds:
338    Library_Unit = [
339        Iir_Kind.Entity_Declaration,
340        Iir_Kind.Configuration_Declaration,
341        Iir_Kind.Context_Declaration,
342        Iir_Kind.Package_Declaration,
343        Iir_Kind.Package_Instantiation_Declaration,
344        Iir_Kind.Vmode_Declaration,
345        Iir_Kind.Vprop_Declaration,
346        Iir_Kind.Vunit_Declaration,
347        Iir_Kind.Package_Body,
348        Iir_Kind.Architecture_Body,
349    ]
350
351    Primary_Unit = [
352        Iir_Kind.Entity_Declaration,
353        Iir_Kind.Configuration_Declaration,
354        Iir_Kind.Context_Declaration,
355        Iir_Kind.Package_Declaration,
356        Iir_Kind.Package_Instantiation_Declaration,
357        Iir_Kind.Vmode_Declaration,
358        Iir_Kind.Vprop_Declaration,
359        Iir_Kind.Vunit_Declaration,
360    ]
361
362    Secondary_Unit = [
363        Iir_Kind.Package_Body,
364        Iir_Kind.Architecture_Body,
365    ]
366
367    Package_Declaration = [
368        Iir_Kind.Package_Declaration,
369        Iir_Kind.Package_Instantiation_Declaration,
370    ]
371
372    Verification_Unit = [
373        Iir_Kind.Vmode_Declaration,
374        Iir_Kind.Vprop_Declaration,
375        Iir_Kind.Vunit_Declaration,
376    ]
377
378    Literal = [
379        Iir_Kind.Integer_Literal,
380        Iir_Kind.Floating_Point_Literal,
381        Iir_Kind.Null_Literal,
382        Iir_Kind.String_Literal8,
383        Iir_Kind.Physical_Int_Literal,
384        Iir_Kind.Physical_Fp_Literal,
385    ]
386
387    Physical_Literal = [
388        Iir_Kind.Physical_Int_Literal,
389        Iir_Kind.Physical_Fp_Literal,
390    ]
391
392    Array_Type_Definition = [
393        Iir_Kind.Array_Type_Definition,
394        Iir_Kind.Array_Subtype_Definition,
395    ]
396
397    Type_And_Subtype_Definition = [
398        Iir_Kind.Access_Type_Definition,
399        Iir_Kind.Incomplete_Type_Definition,
400        Iir_Kind.Interface_Type_Definition,
401        Iir_Kind.File_Type_Definition,
402        Iir_Kind.Protected_Type_Declaration,
403        Iir_Kind.Record_Type_Definition,
404        Iir_Kind.Array_Type_Definition,
405        Iir_Kind.Array_Subtype_Definition,
406        Iir_Kind.Record_Subtype_Definition,
407        Iir_Kind.Access_Subtype_Definition,
408        Iir_Kind.Physical_Subtype_Definition,
409        Iir_Kind.Floating_Subtype_Definition,
410        Iir_Kind.Integer_Subtype_Definition,
411        Iir_Kind.Enumeration_Subtype_Definition,
412        Iir_Kind.Enumeration_Type_Definition,
413        Iir_Kind.Integer_Type_Definition,
414        Iir_Kind.Floating_Type_Definition,
415        Iir_Kind.Physical_Type_Definition,
416    ]
417
418    Subtype_Definition = [
419        Iir_Kind.Array_Subtype_Definition,
420        Iir_Kind.Record_Subtype_Definition,
421        Iir_Kind.Access_Subtype_Definition,
422        Iir_Kind.Physical_Subtype_Definition,
423        Iir_Kind.Floating_Subtype_Definition,
424        Iir_Kind.Integer_Subtype_Definition,
425        Iir_Kind.Enumeration_Subtype_Definition,
426    ]
427
428    Scalar_Subtype_Definition = [
429        Iir_Kind.Physical_Subtype_Definition,
430        Iir_Kind.Floating_Subtype_Definition,
431        Iir_Kind.Integer_Subtype_Definition,
432        Iir_Kind.Enumeration_Subtype_Definition,
433    ]
434
435    Scalar_Type_And_Subtype_Definition = [
436        Iir_Kind.Physical_Subtype_Definition,
437        Iir_Kind.Floating_Subtype_Definition,
438        Iir_Kind.Integer_Subtype_Definition,
439        Iir_Kind.Enumeration_Subtype_Definition,
440        Iir_Kind.Enumeration_Type_Definition,
441        Iir_Kind.Integer_Type_Definition,
442        Iir_Kind.Floating_Type_Definition,
443        Iir_Kind.Physical_Type_Definition,
444    ]
445
446    Range_Type_Definition = [
447        Iir_Kind.Physical_Subtype_Definition,
448        Iir_Kind.Floating_Subtype_Definition,
449        Iir_Kind.Integer_Subtype_Definition,
450        Iir_Kind.Enumeration_Subtype_Definition,
451        Iir_Kind.Enumeration_Type_Definition,
452    ]
453
454    Discrete_Type_Definition = [
455        Iir_Kind.Integer_Subtype_Definition,
456        Iir_Kind.Enumeration_Subtype_Definition,
457        Iir_Kind.Enumeration_Type_Definition,
458        Iir_Kind.Integer_Type_Definition,
459    ]
460
461    Composite_Type_Definition = [
462        Iir_Kind.Record_Type_Definition,
463        Iir_Kind.Array_Type_Definition,
464        Iir_Kind.Array_Subtype_Definition,
465        Iir_Kind.Record_Subtype_Definition,
466    ]
467
468    Composite_Subtype_Definition = [
469        Iir_Kind.Array_Subtype_Definition,
470        Iir_Kind.Record_Subtype_Definition,
471    ]
472
473    Type_Declaration = [
474        Iir_Kind.Type_Declaration,
475        Iir_Kind.Anonymous_Type_Declaration,
476        Iir_Kind.Subtype_Declaration,
477    ]
478
479    Nature_Definition = [
480        Iir_Kind.Scalar_Nature_Definition,
481        Iir_Kind.Record_Nature_Definition,
482        Iir_Kind.Array_Nature_Definition,
483    ]
484
485    Subnature_Definition = [
486        Iir_Kind.Array_Subnature_Definition,
487    ]
488
489    Nature_Indication = [
490        Iir_Kind.Scalar_Nature_Definition,
491        Iir_Kind.Record_Nature_Definition,
492        Iir_Kind.Array_Nature_Definition,
493        Iir_Kind.Array_Subnature_Definition,
494    ]
495
496    Nonoverloadable_Declaration = [
497        Iir_Kind.Type_Declaration,
498        Iir_Kind.Anonymous_Type_Declaration,
499        Iir_Kind.Subtype_Declaration,
500        Iir_Kind.Nature_Declaration,
501        Iir_Kind.Subnature_Declaration,
502        Iir_Kind.Package_Header,
503        Iir_Kind.Unit_Declaration,
504        Iir_Kind.Library_Declaration,
505        Iir_Kind.Component_Declaration,
506        Iir_Kind.Attribute_Declaration,
507        Iir_Kind.Group_Template_Declaration,
508        Iir_Kind.Group_Declaration,
509        Iir_Kind.Element_Declaration,
510        Iir_Kind.Nature_Element_Declaration,
511    ]
512
513    Monadic_Operator = [
514        Iir_Kind.Identity_Operator,
515        Iir_Kind.Negation_Operator,
516        Iir_Kind.Absolute_Operator,
517        Iir_Kind.Not_Operator,
518        Iir_Kind.Implicit_Condition_Operator,
519        Iir_Kind.Condition_Operator,
520        Iir_Kind.Reduction_And_Operator,
521        Iir_Kind.Reduction_Or_Operator,
522        Iir_Kind.Reduction_Nand_Operator,
523        Iir_Kind.Reduction_Nor_Operator,
524        Iir_Kind.Reduction_Xor_Operator,
525        Iir_Kind.Reduction_Xnor_Operator,
526    ]
527
528    Dyadic_Operator = [
529        Iir_Kind.And_Operator,
530        Iir_Kind.Or_Operator,
531        Iir_Kind.Nand_Operator,
532        Iir_Kind.Nor_Operator,
533        Iir_Kind.Xor_Operator,
534        Iir_Kind.Xnor_Operator,
535        Iir_Kind.Equality_Operator,
536        Iir_Kind.Inequality_Operator,
537        Iir_Kind.Less_Than_Operator,
538        Iir_Kind.Less_Than_Or_Equal_Operator,
539        Iir_Kind.Greater_Than_Operator,
540        Iir_Kind.Greater_Than_Or_Equal_Operator,
541        Iir_Kind.Match_Equality_Operator,
542        Iir_Kind.Match_Inequality_Operator,
543        Iir_Kind.Match_Less_Than_Operator,
544        Iir_Kind.Match_Less_Than_Or_Equal_Operator,
545        Iir_Kind.Match_Greater_Than_Operator,
546        Iir_Kind.Match_Greater_Than_Or_Equal_Operator,
547        Iir_Kind.Sll_Operator,
548        Iir_Kind.Sla_Operator,
549        Iir_Kind.Srl_Operator,
550        Iir_Kind.Sra_Operator,
551        Iir_Kind.Rol_Operator,
552        Iir_Kind.Ror_Operator,
553        Iir_Kind.Addition_Operator,
554        Iir_Kind.Substraction_Operator,
555        Iir_Kind.Concatenation_Operator,
556        Iir_Kind.Multiplication_Operator,
557        Iir_Kind.Division_Operator,
558        Iir_Kind.Modulus_Operator,
559        Iir_Kind.Remainder_Operator,
560        Iir_Kind.Exponentiation_Operator,
561    ]
562
563    Psl_Builtin = [
564        Iir_Kind.Psl_Prev,
565        Iir_Kind.Psl_Stable,
566        Iir_Kind.Psl_Rose,
567        Iir_Kind.Psl_Fell,
568    ]
569
570    Functions_And_Literals = [
571        Iir_Kind.Enumeration_Literal,
572        Iir_Kind.Function_Declaration,
573    ]
574
575    Subprogram_Declaration = [
576        Iir_Kind.Function_Declaration,
577        Iir_Kind.Procedure_Declaration,
578    ]
579
580    Subprogram_Body = [
581        Iir_Kind.Function_Body,
582        Iir_Kind.Procedure_Body,
583    ]
584
585    Process_Statement = [
586        Iir_Kind.Sensitized_Process_Statement,
587        Iir_Kind.Process_Statement,
588    ]
589
590    Interface_Object_Declaration = [
591        Iir_Kind.Interface_Constant_Declaration,
592        Iir_Kind.Interface_Variable_Declaration,
593        Iir_Kind.Interface_Signal_Declaration,
594        Iir_Kind.Interface_File_Declaration,
595        Iir_Kind.Interface_Quantity_Declaration,
596    ]
597
598    Interface_Subprogram_Declaration = [
599        Iir_Kind.Interface_Function_Declaration,
600        Iir_Kind.Interface_Procedure_Declaration,
601    ]
602
603    Interface_Declaration = [
604        Iir_Kind.Interface_Constant_Declaration,
605        Iir_Kind.Interface_Variable_Declaration,
606        Iir_Kind.Interface_Signal_Declaration,
607        Iir_Kind.Interface_File_Declaration,
608        Iir_Kind.Interface_Quantity_Declaration,
609        Iir_Kind.Interface_Terminal_Declaration,
610        Iir_Kind.Interface_Type_Declaration,
611        Iir_Kind.Interface_Package_Declaration,
612        Iir_Kind.Interface_Function_Declaration,
613        Iir_Kind.Interface_Procedure_Declaration,
614    ]
615
616    Object_Declaration = [
617        Iir_Kind.Object_Alias_Declaration,
618        Iir_Kind.Free_Quantity_Declaration,
619        Iir_Kind.Spectrum_Quantity_Declaration,
620        Iir_Kind.Noise_Quantity_Declaration,
621        Iir_Kind.Across_Quantity_Declaration,
622        Iir_Kind.Through_Quantity_Declaration,
623        Iir_Kind.File_Declaration,
624        Iir_Kind.Guard_Signal_Declaration,
625        Iir_Kind.Signal_Declaration,
626        Iir_Kind.Variable_Declaration,
627        Iir_Kind.Constant_Declaration,
628        Iir_Kind.Iterator_Declaration,
629        Iir_Kind.Interface_Constant_Declaration,
630        Iir_Kind.Interface_Variable_Declaration,
631        Iir_Kind.Interface_Signal_Declaration,
632        Iir_Kind.Interface_File_Declaration,
633        Iir_Kind.Interface_Quantity_Declaration,
634    ]
635
636    Branch_Quantity_Declaration = [
637        Iir_Kind.Across_Quantity_Declaration,
638        Iir_Kind.Through_Quantity_Declaration,
639    ]
640
641    Source_Quantity_Declaration = [
642        Iir_Kind.Spectrum_Quantity_Declaration,
643        Iir_Kind.Noise_Quantity_Declaration,
644    ]
645
646    Quantity_Declaration = [
647        Iir_Kind.Free_Quantity_Declaration,
648        Iir_Kind.Spectrum_Quantity_Declaration,
649        Iir_Kind.Noise_Quantity_Declaration,
650        Iir_Kind.Across_Quantity_Declaration,
651        Iir_Kind.Through_Quantity_Declaration,
652    ]
653
654    Non_Alias_Object_Declaration = [
655        Iir_Kind.File_Declaration,
656        Iir_Kind.Guard_Signal_Declaration,
657        Iir_Kind.Signal_Declaration,
658        Iir_Kind.Variable_Declaration,
659        Iir_Kind.Constant_Declaration,
660        Iir_Kind.Iterator_Declaration,
661        Iir_Kind.Interface_Constant_Declaration,
662        Iir_Kind.Interface_Variable_Declaration,
663        Iir_Kind.Interface_Signal_Declaration,
664        Iir_Kind.Interface_File_Declaration,
665    ]
666
667    Association_Element_Parameters = [
668        Iir_Kind.Association_Element_By_Expression,
669        Iir_Kind.Association_Element_By_Individual,
670        Iir_Kind.Association_Element_Open,
671    ]
672
673    Association_Element = [
674        Iir_Kind.Association_Element_By_Expression,
675        Iir_Kind.Association_Element_By_Individual,
676        Iir_Kind.Association_Element_Open,
677        Iir_Kind.Association_Element_Package,
678        Iir_Kind.Association_Element_Type,
679        Iir_Kind.Association_Element_Subprogram,
680        Iir_Kind.Association_Element_Terminal,
681    ]
682
683    Choice = [
684        Iir_Kind.Choice_By_Range,
685        Iir_Kind.Choice_By_Expression,
686        Iir_Kind.Choice_By_Others,
687        Iir_Kind.Choice_By_None,
688        Iir_Kind.Choice_By_Name,
689    ]
690
691    Case_Choice = [
692        Iir_Kind.Choice_By_Range,
693        Iir_Kind.Choice_By_Expression,
694        Iir_Kind.Choice_By_Others,
695    ]
696
697    Array_Choice = [
698        Iir_Kind.Choice_By_Range,
699        Iir_Kind.Choice_By_Expression,
700        Iir_Kind.Choice_By_Others,
701        Iir_Kind.Choice_By_None,
702    ]
703
704    Record_Choice = [
705        Iir_Kind.Choice_By_Others,
706        Iir_Kind.Choice_By_None,
707        Iir_Kind.Choice_By_Name,
708    ]
709
710    Entity_Aspect = [
711        Iir_Kind.Entity_Aspect_Entity,
712        Iir_Kind.Entity_Aspect_Configuration,
713        Iir_Kind.Entity_Aspect_Open,
714    ]
715
716    Denoting_Name = [
717        Iir_Kind.Character_Literal,
718        Iir_Kind.Simple_Name,
719        Iir_Kind.Selected_Name,
720        Iir_Kind.Operator_Symbol,
721        Iir_Kind.Reference_Name,
722    ]
723
724    Denoting_And_External_Name = [
725        Iir_Kind.Character_Literal,
726        Iir_Kind.Simple_Name,
727        Iir_Kind.Selected_Name,
728        Iir_Kind.Operator_Symbol,
729        Iir_Kind.Reference_Name,
730        Iir_Kind.External_Constant_Name,
731        Iir_Kind.External_Signal_Name,
732        Iir_Kind.External_Variable_Name,
733    ]
734
735    Name = [
736        Iir_Kind.Character_Literal,
737        Iir_Kind.Simple_Name,
738        Iir_Kind.Selected_Name,
739        Iir_Kind.Operator_Symbol,
740        Iir_Kind.Reference_Name,
741        Iir_Kind.External_Constant_Name,
742        Iir_Kind.External_Signal_Name,
743        Iir_Kind.External_Variable_Name,
744        Iir_Kind.Selected_By_All_Name,
745        Iir_Kind.Parenthesis_Name,
746    ]
747
748    Dereference = [
749        Iir_Kind.Dereference,
750        Iir_Kind.Implicit_Dereference,
751    ]
752
753    External_Name = [
754        Iir_Kind.External_Constant_Name,
755        Iir_Kind.External_Signal_Name,
756        Iir_Kind.External_Variable_Name,
757    ]
758
759    Expression_Attribute = [
760        Iir_Kind.Left_Type_Attribute,
761        Iir_Kind.Right_Type_Attribute,
762        Iir_Kind.High_Type_Attribute,
763        Iir_Kind.Low_Type_Attribute,
764        Iir_Kind.Ascending_Type_Attribute,
765        Iir_Kind.Image_Attribute,
766        Iir_Kind.Value_Attribute,
767        Iir_Kind.Pos_Attribute,
768        Iir_Kind.Val_Attribute,
769        Iir_Kind.Succ_Attribute,
770        Iir_Kind.Pred_Attribute,
771        Iir_Kind.Leftof_Attribute,
772        Iir_Kind.Rightof_Attribute,
773        Iir_Kind.Signal_Slew_Attribute,
774        Iir_Kind.Quantity_Slew_Attribute,
775        Iir_Kind.Ramp_Attribute,
776        Iir_Kind.Zoh_Attribute,
777        Iir_Kind.Ltf_Attribute,
778        Iir_Kind.Ztf_Attribute,
779        Iir_Kind.Dot_Attribute,
780        Iir_Kind.Integ_Attribute,
781        Iir_Kind.Above_Attribute,
782        Iir_Kind.Quantity_Delayed_Attribute,
783        Iir_Kind.Delayed_Attribute,
784        Iir_Kind.Stable_Attribute,
785        Iir_Kind.Quiet_Attribute,
786        Iir_Kind.Transaction_Attribute,
787        Iir_Kind.Event_Attribute,
788        Iir_Kind.Active_Attribute,
789        Iir_Kind.Last_Event_Attribute,
790        Iir_Kind.Last_Active_Attribute,
791        Iir_Kind.Last_Value_Attribute,
792        Iir_Kind.Driving_Attribute,
793        Iir_Kind.Driving_Value_Attribute,
794        Iir_Kind.Behavior_Attribute,
795        Iir_Kind.Structure_Attribute,
796        Iir_Kind.Simple_Name_Attribute,
797        Iir_Kind.Instance_Name_Attribute,
798        Iir_Kind.Path_Name_Attribute,
799        Iir_Kind.Left_Array_Attribute,
800        Iir_Kind.Right_Array_Attribute,
801        Iir_Kind.High_Array_Attribute,
802        Iir_Kind.Low_Array_Attribute,
803        Iir_Kind.Length_Array_Attribute,
804        Iir_Kind.Ascending_Array_Attribute,
805    ]
806
807    Attribute = [
808        Iir_Kind.Base_Attribute,
809        Iir_Kind.Subtype_Attribute,
810        Iir_Kind.Element_Attribute,
811        Iir_Kind.Across_Attribute,
812        Iir_Kind.Through_Attribute,
813        Iir_Kind.Nature_Reference_Attribute,
814        Iir_Kind.Left_Type_Attribute,
815        Iir_Kind.Right_Type_Attribute,
816        Iir_Kind.High_Type_Attribute,
817        Iir_Kind.Low_Type_Attribute,
818        Iir_Kind.Ascending_Type_Attribute,
819        Iir_Kind.Image_Attribute,
820        Iir_Kind.Value_Attribute,
821        Iir_Kind.Pos_Attribute,
822        Iir_Kind.Val_Attribute,
823        Iir_Kind.Succ_Attribute,
824        Iir_Kind.Pred_Attribute,
825        Iir_Kind.Leftof_Attribute,
826        Iir_Kind.Rightof_Attribute,
827        Iir_Kind.Signal_Slew_Attribute,
828        Iir_Kind.Quantity_Slew_Attribute,
829        Iir_Kind.Ramp_Attribute,
830        Iir_Kind.Zoh_Attribute,
831        Iir_Kind.Ltf_Attribute,
832        Iir_Kind.Ztf_Attribute,
833        Iir_Kind.Dot_Attribute,
834        Iir_Kind.Integ_Attribute,
835        Iir_Kind.Above_Attribute,
836        Iir_Kind.Quantity_Delayed_Attribute,
837        Iir_Kind.Delayed_Attribute,
838        Iir_Kind.Stable_Attribute,
839        Iir_Kind.Quiet_Attribute,
840        Iir_Kind.Transaction_Attribute,
841        Iir_Kind.Event_Attribute,
842        Iir_Kind.Active_Attribute,
843        Iir_Kind.Last_Event_Attribute,
844        Iir_Kind.Last_Active_Attribute,
845        Iir_Kind.Last_Value_Attribute,
846        Iir_Kind.Driving_Attribute,
847        Iir_Kind.Driving_Value_Attribute,
848        Iir_Kind.Behavior_Attribute,
849        Iir_Kind.Structure_Attribute,
850        Iir_Kind.Simple_Name_Attribute,
851        Iir_Kind.Instance_Name_Attribute,
852        Iir_Kind.Path_Name_Attribute,
853        Iir_Kind.Left_Array_Attribute,
854        Iir_Kind.Right_Array_Attribute,
855        Iir_Kind.High_Array_Attribute,
856        Iir_Kind.Low_Array_Attribute,
857        Iir_Kind.Length_Array_Attribute,
858        Iir_Kind.Ascending_Array_Attribute,
859        Iir_Kind.Range_Array_Attribute,
860        Iir_Kind.Reverse_Range_Array_Attribute,
861    ]
862
863    Type_Attribute = [
864        Iir_Kind.Left_Type_Attribute,
865        Iir_Kind.Right_Type_Attribute,
866        Iir_Kind.High_Type_Attribute,
867        Iir_Kind.Low_Type_Attribute,
868        Iir_Kind.Ascending_Type_Attribute,
869    ]
870
871    Subtype_Attribute = [
872        Iir_Kind.Base_Attribute,
873        Iir_Kind.Subtype_Attribute,
874        Iir_Kind.Element_Attribute,
875    ]
876
877    Scalar_Type_Attribute = [
878        Iir_Kind.Pos_Attribute,
879        Iir_Kind.Val_Attribute,
880        Iir_Kind.Succ_Attribute,
881        Iir_Kind.Pred_Attribute,
882        Iir_Kind.Leftof_Attribute,
883        Iir_Kind.Rightof_Attribute,
884    ]
885
886    Array_Attribute = [
887        Iir_Kind.Left_Array_Attribute,
888        Iir_Kind.Right_Array_Attribute,
889        Iir_Kind.High_Array_Attribute,
890        Iir_Kind.Low_Array_Attribute,
891        Iir_Kind.Length_Array_Attribute,
892        Iir_Kind.Ascending_Array_Attribute,
893        Iir_Kind.Range_Array_Attribute,
894        Iir_Kind.Reverse_Range_Array_Attribute,
895    ]
896
897    Range_Attribute = [
898        Iir_Kind.Range_Array_Attribute,
899        Iir_Kind.Reverse_Range_Array_Attribute,
900    ]
901
902    Signal_Attribute = [
903        Iir_Kind.Delayed_Attribute,
904        Iir_Kind.Stable_Attribute,
905        Iir_Kind.Quiet_Attribute,
906        Iir_Kind.Transaction_Attribute,
907    ]
908
909    Signal_Value_Attribute = [
910        Iir_Kind.Event_Attribute,
911        Iir_Kind.Active_Attribute,
912        Iir_Kind.Last_Event_Attribute,
913        Iir_Kind.Last_Active_Attribute,
914        Iir_Kind.Last_Value_Attribute,
915        Iir_Kind.Driving_Attribute,
916        Iir_Kind.Driving_Value_Attribute,
917    ]
918
919    Name_Attribute = [
920        Iir_Kind.Simple_Name_Attribute,
921        Iir_Kind.Instance_Name_Attribute,
922        Iir_Kind.Path_Name_Attribute,
923    ]
924
925    Concurrent_Statement = [
926        Iir_Kind.Sensitized_Process_Statement,
927        Iir_Kind.Process_Statement,
928        Iir_Kind.Concurrent_Simple_Signal_Assignment,
929        Iir_Kind.Concurrent_Conditional_Signal_Assignment,
930        Iir_Kind.Concurrent_Selected_Signal_Assignment,
931        Iir_Kind.Concurrent_Assertion_Statement,
932        Iir_Kind.Concurrent_Procedure_Call_Statement,
933        Iir_Kind.Concurrent_Break_Statement,
934        Iir_Kind.Psl_Assert_Directive,
935        Iir_Kind.Psl_Assume_Directive,
936        Iir_Kind.Psl_Cover_Directive,
937        Iir_Kind.Psl_Restrict_Directive,
938        Iir_Kind.Block_Statement,
939        Iir_Kind.If_Generate_Statement,
940        Iir_Kind.Case_Generate_Statement,
941        Iir_Kind.For_Generate_Statement,
942        Iir_Kind.Component_Instantiation_Statement,
943        Iir_Kind.Psl_Default_Clock,
944    ]
945
946    Simple_Concurrent_Statement = [
947        Iir_Kind.Sensitized_Process_Statement,
948        Iir_Kind.Process_Statement,
949        Iir_Kind.Concurrent_Simple_Signal_Assignment,
950        Iir_Kind.Concurrent_Conditional_Signal_Assignment,
951        Iir_Kind.Concurrent_Selected_Signal_Assignment,
952        Iir_Kind.Concurrent_Assertion_Statement,
953        Iir_Kind.Concurrent_Procedure_Call_Statement,
954        Iir_Kind.Concurrent_Break_Statement,
955        Iir_Kind.Psl_Assert_Directive,
956        Iir_Kind.Psl_Assume_Directive,
957        Iir_Kind.Psl_Cover_Directive,
958        Iir_Kind.Psl_Restrict_Directive,
959    ]
960
961    Generate_Statement = [
962        Iir_Kind.If_Generate_Statement,
963        Iir_Kind.Case_Generate_Statement,
964        Iir_Kind.For_Generate_Statement,
965    ]
966
967    Concurrent_Signal_Assignment = [
968        Iir_Kind.Concurrent_Simple_Signal_Assignment,
969        Iir_Kind.Concurrent_Conditional_Signal_Assignment,
970        Iir_Kind.Concurrent_Selected_Signal_Assignment,
971    ]
972
973    If_Case_Generate_Statement = [
974        Iir_Kind.If_Generate_Statement,
975        Iir_Kind.Case_Generate_Statement,
976    ]
977
978    Simultaneous_Statement = [
979        Iir_Kind.Simple_Simultaneous_Statement,
980        Iir_Kind.Simultaneous_Null_Statement,
981        Iir_Kind.Simultaneous_Procedural_Statement,
982        Iir_Kind.Simultaneous_Case_Statement,
983        Iir_Kind.Simultaneous_If_Statement,
984    ]
985
986    Sequential_Statement = [
987        Iir_Kind.Simple_Signal_Assignment_Statement,
988        Iir_Kind.Conditional_Signal_Assignment_Statement,
989        Iir_Kind.Selected_Waveform_Assignment_Statement,
990        Iir_Kind.Signal_Force_Assignment_Statement,
991        Iir_Kind.Signal_Release_Assignment_Statement,
992        Iir_Kind.Null_Statement,
993        Iir_Kind.Assertion_Statement,
994        Iir_Kind.Report_Statement,
995        Iir_Kind.Wait_Statement,
996        Iir_Kind.Variable_Assignment_Statement,
997        Iir_Kind.Conditional_Variable_Assignment_Statement,
998        Iir_Kind.Return_Statement,
999        Iir_Kind.For_Loop_Statement,
1000        Iir_Kind.While_Loop_Statement,
1001        Iir_Kind.Next_Statement,
1002        Iir_Kind.Exit_Statement,
1003        Iir_Kind.Case_Statement,
1004        Iir_Kind.Procedure_Call_Statement,
1005        Iir_Kind.Break_Statement,
1006        Iir_Kind.If_Statement,
1007    ]
1008
1009    Next_Exit_Statement = [
1010        Iir_Kind.Next_Statement,
1011        Iir_Kind.Exit_Statement,
1012    ]
1013
1014    Variable_Assignment_Statement = [
1015        Iir_Kind.Variable_Assignment_Statement,
1016        Iir_Kind.Conditional_Variable_Assignment_Statement,
1017    ]
1018
1019    Allocator = [
1020        Iir_Kind.Allocator_By_Expression,
1021        Iir_Kind.Allocator_By_Subtype,
1022    ]
1023
1024    Clause = [
1025        Iir_Kind.Library_Clause,
1026        Iir_Kind.Use_Clause,
1027        Iir_Kind.Context_Reference,
1028    ]
1029
1030    Specification = [
1031        Iir_Kind.Attribute_Specification,
1032        Iir_Kind.Disconnection_Specification,
1033        Iir_Kind.Step_Limit_Specification,
1034        Iir_Kind.Configuration_Specification,
1035    ]
1036
1037
1038
1039@export
1040class Iir_Mode:
1041    Unknown_Mode = 0
1042    Linkage_Mode = 1
1043    Buffer_Mode = 2
1044    Out_Mode = 3
1045    Inout_Mode = 4
1046    In_Mode = 5
1047
1048
1049@export
1050class Iir_Staticness:
1051    Unknown = 0
1052    PNone = 1
1053    Globally = 2
1054    Locally = 3
1055
1056
1057@export
1058class Iir_Constraint:
1059    Unconstrained = 0
1060    Partially_Constrained = 1
1061    Fully_Constrained = 2
1062
1063
1064@export
1065class Iir_Delay_Mechanism:
1066    Inertial_Delay = 0
1067    Transport_Delay = 1
1068
1069
1070@export
1071class Date_State:
1072    Extern = 0
1073    Disk = 1
1074    Parse = 2
1075    Analyze = 3
1076
1077
1078@export
1079class Iir_Predefined:
1080    Error = 0
1081    Boolean_And = 1
1082    Boolean_Or = 2
1083    Boolean_Nand = 3
1084    Boolean_Nor = 4
1085    Boolean_Xor = 5
1086    Boolean_Xnor = 6
1087    Boolean_Not = 7
1088    Boolean_Rising_Edge = 8
1089    Boolean_Falling_Edge = 9
1090    Enum_Equality = 10
1091    Enum_Inequality = 11
1092    Enum_Less = 12
1093    Enum_Less_Equal = 13
1094    Enum_Greater = 14
1095    Enum_Greater_Equal = 15
1096    Enum_Minimum = 16
1097    Enum_Maximum = 17
1098    Enum_To_String = 18
1099    Bit_And = 19
1100    Bit_Or = 20
1101    Bit_Nand = 21
1102    Bit_Nor = 22
1103    Bit_Xor = 23
1104    Bit_Xnor = 24
1105    Bit_Not = 25
1106    Bit_Match_Equality = 26
1107    Bit_Match_Inequality = 27
1108    Bit_Match_Less = 28
1109    Bit_Match_Less_Equal = 29
1110    Bit_Match_Greater = 30
1111    Bit_Match_Greater_Equal = 31
1112    Bit_Condition = 32
1113    Bit_Rising_Edge = 33
1114    Bit_Falling_Edge = 34
1115    Integer_Equality = 35
1116    Integer_Inequality = 36
1117    Integer_Less = 37
1118    Integer_Less_Equal = 38
1119    Integer_Greater = 39
1120    Integer_Greater_Equal = 40
1121    Integer_Identity = 41
1122    Integer_Negation = 42
1123    Integer_Absolute = 43
1124    Integer_Plus = 44
1125    Integer_Minus = 45
1126    Integer_Mul = 46
1127    Integer_Div = 47
1128    Integer_Mod = 48
1129    Integer_Rem = 49
1130    Integer_Exp = 50
1131    Integer_Minimum = 51
1132    Integer_Maximum = 52
1133    Integer_To_String = 53
1134    Floating_Equality = 54
1135    Floating_Inequality = 55
1136    Floating_Less = 56
1137    Floating_Less_Equal = 57
1138    Floating_Greater = 58
1139    Floating_Greater_Equal = 59
1140    Floating_Identity = 60
1141    Floating_Negation = 61
1142    Floating_Absolute = 62
1143    Floating_Plus = 63
1144    Floating_Minus = 64
1145    Floating_Mul = 65
1146    Floating_Div = 66
1147    Floating_Exp = 67
1148    Floating_Minimum = 68
1149    Floating_Maximum = 69
1150    Floating_To_String = 70
1151    Real_To_String_Digits = 71
1152    Real_To_String_Format = 72
1153    Universal_R_I_Mul = 73
1154    Universal_I_R_Mul = 74
1155    Universal_R_I_Div = 75
1156    Physical_Equality = 76
1157    Physical_Inequality = 77
1158    Physical_Less = 78
1159    Physical_Less_Equal = 79
1160    Physical_Greater = 80
1161    Physical_Greater_Equal = 81
1162    Physical_Identity = 82
1163    Physical_Negation = 83
1164    Physical_Absolute = 84
1165    Physical_Plus = 85
1166    Physical_Minus = 86
1167    Physical_Integer_Mul = 87
1168    Physical_Real_Mul = 88
1169    Integer_Physical_Mul = 89
1170    Real_Physical_Mul = 90
1171    Physical_Integer_Div = 91
1172    Physical_Real_Div = 92
1173    Physical_Physical_Div = 93
1174    Physical_Minimum = 94
1175    Physical_Maximum = 95
1176    Physical_To_String = 96
1177    Time_To_String_Unit = 97
1178    Access_Equality = 98
1179    Access_Inequality = 99
1180    Record_Equality = 100
1181    Record_Inequality = 101
1182    Array_Equality = 102
1183    Array_Inequality = 103
1184    Array_Less = 104
1185    Array_Less_Equal = 105
1186    Array_Greater = 106
1187    Array_Greater_Equal = 107
1188    Array_Array_Concat = 108
1189    Array_Element_Concat = 109
1190    Element_Array_Concat = 110
1191    Element_Element_Concat = 111
1192    Array_Minimum = 112
1193    Array_Maximum = 113
1194    Vector_Minimum = 114
1195    Vector_Maximum = 115
1196    Array_Sll = 116
1197    Array_Srl = 117
1198    Array_Sla = 118
1199    Array_Sra = 119
1200    Array_Rol = 120
1201    Array_Ror = 121
1202    TF_Array_And = 122
1203    TF_Array_Or = 123
1204    TF_Array_Nand = 124
1205    TF_Array_Nor = 125
1206    TF_Array_Xor = 126
1207    TF_Array_Xnor = 127
1208    TF_Array_Not = 128
1209    TF_Reduction_And = 129
1210    TF_Reduction_Or = 130
1211    TF_Reduction_Nand = 131
1212    TF_Reduction_Nor = 132
1213    TF_Reduction_Xor = 133
1214    TF_Reduction_Xnor = 134
1215    TF_Reduction_Not = 135
1216    TF_Array_Element_And = 136
1217    TF_Element_Array_And = 137
1218    TF_Array_Element_Or = 138
1219    TF_Element_Array_Or = 139
1220    TF_Array_Element_Nand = 140
1221    TF_Element_Array_Nand = 141
1222    TF_Array_Element_Nor = 142
1223    TF_Element_Array_Nor = 143
1224    TF_Array_Element_Xor = 144
1225    TF_Element_Array_Xor = 145
1226    TF_Array_Element_Xnor = 146
1227    TF_Element_Array_Xnor = 147
1228    Bit_Array_Match_Equality = 148
1229    Bit_Array_Match_Inequality = 149
1230    Array_Char_To_String = 150
1231    Bit_Vector_To_Ostring = 151
1232    Bit_Vector_To_Hstring = 152
1233    Std_Ulogic_Match_Equality = 153
1234    Std_Ulogic_Match_Inequality = 154
1235    Std_Ulogic_Match_Less = 155
1236    Std_Ulogic_Match_Less_Equal = 156
1237    Std_Ulogic_Match_Greater = 157
1238    Std_Ulogic_Match_Greater_Equal = 158
1239    Std_Ulogic_Array_Match_Equality = 159
1240    Std_Ulogic_Array_Match_Inequality = 160
1241    Deallocate = 161
1242    File_Open = 162
1243    File_Open_Status = 163
1244    File_Close = 164
1245    Read = 165
1246    Read_Length = 166
1247    Flush = 167
1248    Write = 168
1249    Endfile = 169
1250    Now_Function = 170
1251    Real_Now_Function = 171
1252    Frequency_Function = 172
1253    PNone = 173
1254    Foreign_Untruncated_Text_Read = 174
1255    Foreign_Textio_Read_Real = 175
1256    Foreign_Textio_Write_Real = 176
1257    Ieee_1164_Scalar_And = 177
1258    Ieee_1164_Scalar_Nand = 178
1259    Ieee_1164_Scalar_Or = 179
1260    Ieee_1164_Scalar_Nor = 180
1261    Ieee_1164_Scalar_Xor = 181
1262    Ieee_1164_Scalar_Xnor = 182
1263    Ieee_1164_Scalar_Not = 183
1264    Ieee_1164_Vector_And = 184
1265    Ieee_1164_Vector_Nand = 185
1266    Ieee_1164_Vector_Or = 186
1267    Ieee_1164_Vector_Nor = 187
1268    Ieee_1164_Vector_Xor = 188
1269    Ieee_1164_Vector_Xnor = 189
1270    Ieee_1164_Vector_Not = 190
1271    Ieee_1164_To_Bit = 191
1272    Ieee_1164_To_Bitvector = 192
1273    Ieee_1164_To_Stdulogic = 193
1274    Ieee_1164_To_Stdlogicvector_Bv = 194
1275    Ieee_1164_To_Stdlogicvector_Suv = 195
1276    Ieee_1164_To_Stdulogicvector_Bv = 196
1277    Ieee_1164_To_Stdulogicvector_Slv = 197
1278    Ieee_1164_To_X01_Slv = 198
1279    Ieee_1164_To_X01_Suv = 199
1280    Ieee_1164_To_X01_Log = 200
1281    Ieee_1164_To_X01_Bv_Slv = 201
1282    Ieee_1164_To_X01_Bv_Suv = 202
1283    Ieee_1164_To_X01_Bit_Log = 203
1284    Ieee_1164_To_X01Z_Slv = 204
1285    Ieee_1164_To_X01Z_Suv = 205
1286    Ieee_1164_To_X01Z_Log = 206
1287    Ieee_1164_To_X01Z_Bv_Slv = 207
1288    Ieee_1164_To_X01Z_Bv_Suv = 208
1289    Ieee_1164_To_X01Z_Bit_Log = 209
1290    Ieee_1164_To_UX01_Slv = 210
1291    Ieee_1164_To_UX01_Suv = 211
1292    Ieee_1164_To_UX01_Log = 212
1293    Ieee_1164_To_UX01_Bv_Slv = 213
1294    Ieee_1164_To_UX01_Bv_Suv = 214
1295    Ieee_1164_To_UX01_Bit_Log = 215
1296    Ieee_1164_Vector_Is_X = 216
1297    Ieee_1164_Scalar_Is_X = 217
1298    Ieee_1164_Rising_Edge = 218
1299    Ieee_1164_Falling_Edge = 219
1300    Ieee_1164_And_Suv_Log = 220
1301    Ieee_1164_And_Log_Suv = 221
1302    Ieee_1164_Nand_Suv_Log = 222
1303    Ieee_1164_Nand_Log_Suv = 223
1304    Ieee_1164_Or_Suv_Log = 224
1305    Ieee_1164_Or_Log_Suv = 225
1306    Ieee_1164_Nor_Suv_Log = 226
1307    Ieee_1164_Nor_Log_Suv = 227
1308    Ieee_1164_Xor_Suv_Log = 228
1309    Ieee_1164_Xor_Log_Suv = 229
1310    Ieee_1164_Xnor_Suv_Log = 230
1311    Ieee_1164_Xnor_Log_Suv = 231
1312    Ieee_1164_And_Suv = 232
1313    Ieee_1164_Nand_Suv = 233
1314    Ieee_1164_Or_Suv = 234
1315    Ieee_1164_Nor_Suv = 235
1316    Ieee_1164_Xor_Suv = 236
1317    Ieee_1164_Xnor_Suv = 237
1318    Ieee_1164_Vector_Sll = 238
1319    Ieee_1164_Vector_Srl = 239
1320    Ieee_1164_Vector_Rol = 240
1321    Ieee_1164_Vector_Ror = 241
1322    Ieee_1164_Condition_Operator = 242
1323    Ieee_Numeric_Std_Toint_Uns_Nat = 243
1324    Ieee_Numeric_Std_Toint_Sgn_Int = 244
1325    Ieee_Numeric_Std_Touns_Nat_Nat_Uns = 245
1326    Ieee_Numeric_Std_Touns_Nat_Uns_Uns = 246
1327    Ieee_Numeric_Std_Tosgn_Int_Nat_Sgn = 247
1328    Ieee_Numeric_Std_Tosgn_Int_Sgn_Sgn = 248
1329    Ieee_Numeric_Std_Resize_Uns_Nat = 249
1330    Ieee_Numeric_Std_Resize_Sgn_Nat = 250
1331    Ieee_Numeric_Std_Resize_Uns_Uns = 251
1332    Ieee_Numeric_Std_Resize_Sgn_Sgn = 252
1333    Ieee_Numeric_Std_Add_Uns_Uns = 253
1334    Ieee_Numeric_Std_Add_Uns_Nat = 254
1335    Ieee_Numeric_Std_Add_Nat_Uns = 255
1336    Ieee_Numeric_Std_Add_Uns_Log = 256
1337    Ieee_Numeric_Std_Add_Log_Uns = 257
1338    Ieee_Numeric_Std_Add_Sgn_Sgn = 258
1339    Ieee_Numeric_Std_Add_Sgn_Int = 259
1340    Ieee_Numeric_Std_Add_Int_Sgn = 260
1341    Ieee_Numeric_Std_Add_Sgn_Log = 261
1342    Ieee_Numeric_Std_Add_Log_Sgn = 262
1343    Ieee_Numeric_Std_Sub_Uns_Uns = 263
1344    Ieee_Numeric_Std_Sub_Uns_Nat = 264
1345    Ieee_Numeric_Std_Sub_Nat_Uns = 265
1346    Ieee_Numeric_Std_Sub_Uns_Log = 266
1347    Ieee_Numeric_Std_Sub_Log_Uns = 267
1348    Ieee_Numeric_Std_Sub_Sgn_Sgn = 268
1349    Ieee_Numeric_Std_Sub_Sgn_Int = 269
1350    Ieee_Numeric_Std_Sub_Int_Sgn = 270
1351    Ieee_Numeric_Std_Sub_Sgn_Log = 271
1352    Ieee_Numeric_Std_Sub_Log_Sgn = 272
1353    Ieee_Numeric_Std_Mul_Uns_Uns = 273
1354    Ieee_Numeric_Std_Mul_Uns_Nat = 274
1355    Ieee_Numeric_Std_Mul_Nat_Uns = 275
1356    Ieee_Numeric_Std_Mul_Sgn_Sgn = 276
1357    Ieee_Numeric_Std_Mul_Sgn_Int = 277
1358    Ieee_Numeric_Std_Mul_Int_Sgn = 278
1359    Ieee_Numeric_Std_Div_Uns_Uns = 279
1360    Ieee_Numeric_Std_Div_Uns_Nat = 280
1361    Ieee_Numeric_Std_Div_Nat_Uns = 281
1362    Ieee_Numeric_Std_Div_Sgn_Sgn = 282
1363    Ieee_Numeric_Std_Div_Sgn_Int = 283
1364    Ieee_Numeric_Std_Div_Int_Sgn = 284
1365    Ieee_Numeric_Std_Rem_Uns_Uns = 285
1366    Ieee_Numeric_Std_Rem_Uns_Nat = 286
1367    Ieee_Numeric_Std_Rem_Nat_Uns = 287
1368    Ieee_Numeric_Std_Rem_Sgn_Sgn = 288
1369    Ieee_Numeric_Std_Rem_Sgn_Int = 289
1370    Ieee_Numeric_Std_Rem_Int_Sgn = 290
1371    Ieee_Numeric_Std_Mod_Uns_Uns = 291
1372    Ieee_Numeric_Std_Mod_Uns_Nat = 292
1373    Ieee_Numeric_Std_Mod_Nat_Uns = 293
1374    Ieee_Numeric_Std_Mod_Sgn_Sgn = 294
1375    Ieee_Numeric_Std_Mod_Sgn_Int = 295
1376    Ieee_Numeric_Std_Mod_Int_Sgn = 296
1377    Ieee_Numeric_Std_Gt_Uns_Uns = 297
1378    Ieee_Numeric_Std_Gt_Uns_Nat = 298
1379    Ieee_Numeric_Std_Gt_Nat_Uns = 299
1380    Ieee_Numeric_Std_Gt_Sgn_Sgn = 300
1381    Ieee_Numeric_Std_Gt_Sgn_Int = 301
1382    Ieee_Numeric_Std_Gt_Int_Sgn = 302
1383    Ieee_Numeric_Std_Lt_Uns_Uns = 303
1384    Ieee_Numeric_Std_Lt_Uns_Nat = 304
1385    Ieee_Numeric_Std_Lt_Nat_Uns = 305
1386    Ieee_Numeric_Std_Lt_Sgn_Sgn = 306
1387    Ieee_Numeric_Std_Lt_Sgn_Int = 307
1388    Ieee_Numeric_Std_Lt_Int_Sgn = 308
1389    Ieee_Numeric_Std_Le_Uns_Uns = 309
1390    Ieee_Numeric_Std_Le_Uns_Nat = 310
1391    Ieee_Numeric_Std_Le_Nat_Uns = 311
1392    Ieee_Numeric_Std_Le_Sgn_Sgn = 312
1393    Ieee_Numeric_Std_Le_Sgn_Int = 313
1394    Ieee_Numeric_Std_Le_Int_Sgn = 314
1395    Ieee_Numeric_Std_Ge_Uns_Uns = 315
1396    Ieee_Numeric_Std_Ge_Uns_Nat = 316
1397    Ieee_Numeric_Std_Ge_Nat_Uns = 317
1398    Ieee_Numeric_Std_Ge_Sgn_Sgn = 318
1399    Ieee_Numeric_Std_Ge_Sgn_Int = 319
1400    Ieee_Numeric_Std_Ge_Int_Sgn = 320
1401    Ieee_Numeric_Std_Eq_Uns_Uns = 321
1402    Ieee_Numeric_Std_Eq_Uns_Nat = 322
1403    Ieee_Numeric_Std_Eq_Nat_Uns = 323
1404    Ieee_Numeric_Std_Eq_Sgn_Sgn = 324
1405    Ieee_Numeric_Std_Eq_Sgn_Int = 325
1406    Ieee_Numeric_Std_Eq_Int_Sgn = 326
1407    Ieee_Numeric_Std_Ne_Uns_Uns = 327
1408    Ieee_Numeric_Std_Ne_Uns_Nat = 328
1409    Ieee_Numeric_Std_Ne_Nat_Uns = 329
1410    Ieee_Numeric_Std_Ne_Sgn_Sgn = 330
1411    Ieee_Numeric_Std_Ne_Sgn_Int = 331
1412    Ieee_Numeric_Std_Ne_Int_Sgn = 332
1413    Ieee_Numeric_Std_Match_Gt_Uns_Uns = 333
1414    Ieee_Numeric_Std_Match_Gt_Uns_Nat = 334
1415    Ieee_Numeric_Std_Match_Gt_Nat_Uns = 335
1416    Ieee_Numeric_Std_Match_Gt_Sgn_Sgn = 336
1417    Ieee_Numeric_Std_Match_Gt_Sgn_Int = 337
1418    Ieee_Numeric_Std_Match_Gt_Int_Sgn = 338
1419    Ieee_Numeric_Std_Match_Lt_Uns_Uns = 339
1420    Ieee_Numeric_Std_Match_Lt_Uns_Nat = 340
1421    Ieee_Numeric_Std_Match_Lt_Nat_Uns = 341
1422    Ieee_Numeric_Std_Match_Lt_Sgn_Sgn = 342
1423    Ieee_Numeric_Std_Match_Lt_Sgn_Int = 343
1424    Ieee_Numeric_Std_Match_Lt_Int_Sgn = 344
1425    Ieee_Numeric_Std_Match_Le_Uns_Uns = 345
1426    Ieee_Numeric_Std_Match_Le_Uns_Nat = 346
1427    Ieee_Numeric_Std_Match_Le_Nat_Uns = 347
1428    Ieee_Numeric_Std_Match_Le_Sgn_Sgn = 348
1429    Ieee_Numeric_Std_Match_Le_Sgn_Int = 349
1430    Ieee_Numeric_Std_Match_Le_Int_Sgn = 350
1431    Ieee_Numeric_Std_Match_Ge_Uns_Uns = 351
1432    Ieee_Numeric_Std_Match_Ge_Uns_Nat = 352
1433    Ieee_Numeric_Std_Match_Ge_Nat_Uns = 353
1434    Ieee_Numeric_Std_Match_Ge_Sgn_Sgn = 354
1435    Ieee_Numeric_Std_Match_Ge_Sgn_Int = 355
1436    Ieee_Numeric_Std_Match_Ge_Int_Sgn = 356
1437    Ieee_Numeric_Std_Match_Eq_Uns_Uns = 357
1438    Ieee_Numeric_Std_Match_Eq_Uns_Nat = 358
1439    Ieee_Numeric_Std_Match_Eq_Nat_Uns = 359
1440    Ieee_Numeric_Std_Match_Eq_Sgn_Sgn = 360
1441    Ieee_Numeric_Std_Match_Eq_Sgn_Int = 361
1442    Ieee_Numeric_Std_Match_Eq_Int_Sgn = 362
1443    Ieee_Numeric_Std_Match_Ne_Uns_Uns = 363
1444    Ieee_Numeric_Std_Match_Ne_Uns_Nat = 364
1445    Ieee_Numeric_Std_Match_Ne_Nat_Uns = 365
1446    Ieee_Numeric_Std_Match_Ne_Sgn_Sgn = 366
1447    Ieee_Numeric_Std_Match_Ne_Sgn_Int = 367
1448    Ieee_Numeric_Std_Match_Ne_Int_Sgn = 368
1449    Ieee_Numeric_Std_Sll_Uns_Int = 369
1450    Ieee_Numeric_Std_Sll_Sgn_Int = 370
1451    Ieee_Numeric_Std_Srl_Uns_Int = 371
1452    Ieee_Numeric_Std_Srl_Sgn_Int = 372
1453    Ieee_Numeric_Std_Sla_Uns_Int = 373
1454    Ieee_Numeric_Std_Sla_Sgn_Int = 374
1455    Ieee_Numeric_Std_Sra_Uns_Int = 375
1456    Ieee_Numeric_Std_Sra_Sgn_Int = 376
1457    Ieee_Numeric_Std_And_Uns_Uns = 377
1458    Ieee_Numeric_Std_And_Sgn_Sgn = 378
1459    Ieee_Numeric_Std_Or_Uns_Uns = 379
1460    Ieee_Numeric_Std_Or_Sgn_Sgn = 380
1461    Ieee_Numeric_Std_Nand_Uns_Uns = 381
1462    Ieee_Numeric_Std_Nand_Sgn_Sgn = 382
1463    Ieee_Numeric_Std_Nor_Uns_Uns = 383
1464    Ieee_Numeric_Std_Nor_Sgn_Sgn = 384
1465    Ieee_Numeric_Std_Xor_Uns_Uns = 385
1466    Ieee_Numeric_Std_Xor_Sgn_Sgn = 386
1467    Ieee_Numeric_Std_Xnor_Uns_Uns = 387
1468    Ieee_Numeric_Std_Xnor_Sgn_Sgn = 388
1469    Ieee_Numeric_Std_Not_Uns = 389
1470    Ieee_Numeric_Std_Not_Sgn = 390
1471    Ieee_Numeric_Std_Abs_Sgn = 391
1472    Ieee_Numeric_Std_Neg_Uns = 392
1473    Ieee_Numeric_Std_Neg_Sgn = 393
1474    Ieee_Numeric_Std_Min_Uns_Uns = 394
1475    Ieee_Numeric_Std_Min_Uns_Nat = 395
1476    Ieee_Numeric_Std_Min_Nat_Uns = 396
1477    Ieee_Numeric_Std_Min_Sgn_Sgn = 397
1478    Ieee_Numeric_Std_Min_Sgn_Int = 398
1479    Ieee_Numeric_Std_Min_Int_Sgn = 399
1480    Ieee_Numeric_Std_Max_Uns_Uns = 400
1481    Ieee_Numeric_Std_Max_Uns_Nat = 401
1482    Ieee_Numeric_Std_Max_Nat_Uns = 402
1483    Ieee_Numeric_Std_Max_Sgn_Sgn = 403
1484    Ieee_Numeric_Std_Max_Sgn_Int = 404
1485    Ieee_Numeric_Std_Max_Int_Sgn = 405
1486    Ieee_Numeric_Std_Shf_Left_Uns_Nat = 406
1487    Ieee_Numeric_Std_Shf_Right_Uns_Nat = 407
1488    Ieee_Numeric_Std_Shf_Left_Sgn_Nat = 408
1489    Ieee_Numeric_Std_Shf_Right_Sgn_Nat = 409
1490    Ieee_Numeric_Std_Rot_Left_Uns_Nat = 410
1491    Ieee_Numeric_Std_Rot_Right_Uns_Nat = 411
1492    Ieee_Numeric_Std_Rot_Left_Sgn_Nat = 412
1493    Ieee_Numeric_Std_Rot_Right_Sgn_Nat = 413
1494    Ieee_Numeric_Std_And_Sgn = 414
1495    Ieee_Numeric_Std_Nand_Sgn = 415
1496    Ieee_Numeric_Std_Or_Sgn = 416
1497    Ieee_Numeric_Std_Nor_Sgn = 417
1498    Ieee_Numeric_Std_Xor_Sgn = 418
1499    Ieee_Numeric_Std_Xnor_Sgn = 419
1500    Ieee_Numeric_Std_And_Uns = 420
1501    Ieee_Numeric_Std_Nand_Uns = 421
1502    Ieee_Numeric_Std_Or_Uns = 422
1503    Ieee_Numeric_Std_Nor_Uns = 423
1504    Ieee_Numeric_Std_Xor_Uns = 424
1505    Ieee_Numeric_Std_Xnor_Uns = 425
1506    Ieee_Numeric_Std_Find_Leftmost_Uns = 426
1507    Ieee_Numeric_Std_Find_Rightmost_Uns = 427
1508    Ieee_Numeric_Std_Find_Leftmost_Sgn = 428
1509    Ieee_Numeric_Std_Find_Rightmost_Sgn = 429
1510    Ieee_Numeric_Std_Match_Log = 430
1511    Ieee_Numeric_Std_Match_Uns = 431
1512    Ieee_Numeric_Std_Match_Sgn = 432
1513    Ieee_Numeric_Std_Match_Slv = 433
1514    Ieee_Numeric_Std_Match_Suv = 434
1515    Ieee_Numeric_Std_To_01_Uns = 435
1516    Ieee_Numeric_Std_To_01_Sgn = 436
1517    Ieee_Numeric_Std_Unsigned_To_Integer_Slv_Nat = 437
1518    Ieee_Math_Real_Ceil = 438
1519    Ieee_Math_Real_Floor = 439
1520    Ieee_Math_Real_Round = 440
1521    Ieee_Math_Real_Log2 = 441
1522    Ieee_Math_Real_Sin = 442
1523    Ieee_Math_Real_Cos = 443
1524    Ieee_Std_Logic_Unsigned_Add_Slv_Slv = 444
1525    Ieee_Std_Logic_Unsigned_Add_Slv_Int = 445
1526    Ieee_Std_Logic_Unsigned_Add_Int_Slv = 446
1527    Ieee_Std_Logic_Unsigned_Add_Slv_Log = 447
1528    Ieee_Std_Logic_Unsigned_Add_Log_Slv = 448
1529    Ieee_Std_Logic_Unsigned_Sub_Slv_Slv = 449
1530    Ieee_Std_Logic_Unsigned_Sub_Slv_Int = 450
1531    Ieee_Std_Logic_Unsigned_Sub_Int_Slv = 451
1532    Ieee_Std_Logic_Unsigned_Sub_Slv_Log = 452
1533    Ieee_Std_Logic_Unsigned_Sub_Log_Slv = 453
1534    Ieee_Std_Logic_Unsigned_Id_Slv = 454
1535    Ieee_Std_Logic_Unsigned_Mul_Slv_Slv = 455
1536    Ieee_Std_Logic_Unsigned_Lt_Slv_Slv = 456
1537    Ieee_Std_Logic_Unsigned_Lt_Slv_Int = 457
1538    Ieee_Std_Logic_Unsigned_Lt_Int_Slv = 458
1539    Ieee_Std_Logic_Unsigned_Le_Slv_Slv = 459
1540    Ieee_Std_Logic_Unsigned_Le_Slv_Int = 460
1541    Ieee_Std_Logic_Unsigned_Le_Int_Slv = 461
1542    Ieee_Std_Logic_Unsigned_Gt_Slv_Slv = 462
1543    Ieee_Std_Logic_Unsigned_Gt_Slv_Int = 463
1544    Ieee_Std_Logic_Unsigned_Gt_Int_Slv = 464
1545    Ieee_Std_Logic_Unsigned_Ge_Slv_Slv = 465
1546    Ieee_Std_Logic_Unsigned_Ge_Slv_Int = 466
1547    Ieee_Std_Logic_Unsigned_Ge_Int_Slv = 467
1548    Ieee_Std_Logic_Unsigned_Eq_Slv_Slv = 468
1549    Ieee_Std_Logic_Unsigned_Eq_Slv_Int = 469
1550    Ieee_Std_Logic_Unsigned_Eq_Int_Slv = 470
1551    Ieee_Std_Logic_Unsigned_Ne_Slv_Slv = 471
1552    Ieee_Std_Logic_Unsigned_Ne_Slv_Int = 472
1553    Ieee_Std_Logic_Unsigned_Ne_Int_Slv = 473
1554    Ieee_Std_Logic_Unsigned_Conv_Integer = 474
1555    Ieee_Std_Logic_Unsigned_Shl = 475
1556    Ieee_Std_Logic_Unsigned_Shr = 476
1557    Ieee_Std_Logic_Signed_Add_Slv_Slv = 477
1558    Ieee_Std_Logic_Signed_Add_Slv_Int = 478
1559    Ieee_Std_Logic_Signed_Add_Int_Slv = 479
1560    Ieee_Std_Logic_Signed_Add_Slv_Log = 480
1561    Ieee_Std_Logic_Signed_Add_Log_Slv = 481
1562    Ieee_Std_Logic_Signed_Sub_Slv_Slv = 482
1563    Ieee_Std_Logic_Signed_Sub_Slv_Int = 483
1564    Ieee_Std_Logic_Signed_Sub_Int_Slv = 484
1565    Ieee_Std_Logic_Signed_Sub_Slv_Log = 485
1566    Ieee_Std_Logic_Signed_Sub_Log_Slv = 486
1567    Ieee_Std_Logic_Signed_Id_Slv = 487
1568    Ieee_Std_Logic_Signed_Neg_Slv = 488
1569    Ieee_Std_Logic_Signed_Abs_Slv = 489
1570    Ieee_Std_Logic_Signed_Mul_Slv_Slv = 490
1571    Ieee_Std_Logic_Signed_Lt_Slv_Slv = 491
1572    Ieee_Std_Logic_Signed_Lt_Slv_Int = 492
1573    Ieee_Std_Logic_Signed_Lt_Int_Slv = 493
1574    Ieee_Std_Logic_Signed_Le_Slv_Slv = 494
1575    Ieee_Std_Logic_Signed_Le_Slv_Int = 495
1576    Ieee_Std_Logic_Signed_Le_Int_Slv = 496
1577    Ieee_Std_Logic_Signed_Gt_Slv_Slv = 497
1578    Ieee_Std_Logic_Signed_Gt_Slv_Int = 498
1579    Ieee_Std_Logic_Signed_Gt_Int_Slv = 499
1580    Ieee_Std_Logic_Signed_Ge_Slv_Slv = 500
1581    Ieee_Std_Logic_Signed_Ge_Slv_Int = 501
1582    Ieee_Std_Logic_Signed_Ge_Int_Slv = 502
1583    Ieee_Std_Logic_Signed_Eq_Slv_Slv = 503
1584    Ieee_Std_Logic_Signed_Eq_Slv_Int = 504
1585    Ieee_Std_Logic_Signed_Eq_Int_Slv = 505
1586    Ieee_Std_Logic_Signed_Ne_Slv_Slv = 506
1587    Ieee_Std_Logic_Signed_Ne_Slv_Int = 507
1588    Ieee_Std_Logic_Signed_Ne_Int_Slv = 508
1589    Ieee_Std_Logic_Signed_Conv_Integer = 509
1590    Ieee_Std_Logic_Signed_Shl = 510
1591    Ieee_Std_Logic_Signed_Shr = 511
1592    Ieee_Std_Logic_Arith_Conv_Unsigned_Int = 512
1593    Ieee_Std_Logic_Arith_Conv_Unsigned_Uns = 513
1594    Ieee_Std_Logic_Arith_Conv_Unsigned_Sgn = 514
1595    Ieee_Std_Logic_Arith_Conv_Unsigned_Log = 515
1596    Ieee_Std_Logic_Arith_Conv_Integer_Int = 516
1597    Ieee_Std_Logic_Arith_Conv_Integer_Uns = 517
1598    Ieee_Std_Logic_Arith_Conv_Integer_Sgn = 518
1599    Ieee_Std_Logic_Arith_Conv_Integer_Log = 519
1600    Ieee_Std_Logic_Arith_Conv_Vector_Int = 520
1601    Ieee_Std_Logic_Arith_Conv_Vector_Uns = 521
1602    Ieee_Std_Logic_Arith_Conv_Vector_Sgn = 522
1603    Ieee_Std_Logic_Arith_Conv_Vector_Log = 523
1604    Ieee_Std_Logic_Arith_Ext = 524
1605    Ieee_Std_Logic_Arith_Sxt = 525
1606    Ieee_Std_Logic_Arith_Id_Uns_Uns = 526
1607    Ieee_Std_Logic_Arith_Id_Sgn_Sgn = 527
1608    Ieee_Std_Logic_Arith_Neg_Sgn_Sgn = 528
1609    Ieee_Std_Logic_Arith_Abs_Sgn_Sgn = 529
1610    Ieee_Std_Logic_Arith_Shl_Uns = 530
1611    Ieee_Std_Logic_Arith_Shl_Sgn = 531
1612    Ieee_Std_Logic_Arith_Shr_Uns = 532
1613    Ieee_Std_Logic_Arith_Shr_Sgn = 533
1614    Ieee_Std_Logic_Arith_Id_Uns_Slv = 534
1615    Ieee_Std_Logic_Arith_Id_Sgn_Slv = 535
1616    Ieee_Std_Logic_Arith_Neg_Sgn_Slv = 536
1617    Ieee_Std_Logic_Arith_Abs_Sgn_Slv = 537
1618    Ieee_Std_Logic_Arith_Mul_Uns_Uns_Uns = 538
1619    Ieee_Std_Logic_Arith_Mul_Sgn_Sgn_Sgn = 539
1620    Ieee_Std_Logic_Arith_Mul_Sgn_Uns_Sgn = 540
1621    Ieee_Std_Logic_Arith_Mul_Uns_Sgn_Sgn = 541
1622    Ieee_Std_Logic_Arith_Mul_Uns_Uns_Slv = 542
1623    Ieee_Std_Logic_Arith_Mul_Sgn_Sgn_Slv = 543
1624    Ieee_Std_Logic_Arith_Mul_Sgn_Uns_Slv = 544
1625    Ieee_Std_Logic_Arith_Mul_Uns_Sgn_Slv = 545
1626    Ieee_Std_Logic_Arith_Add_Uns_Uns_Uns = 546
1627    Ieee_Std_Logic_Arith_Add_Sgn_Sgn_Sgn = 547
1628    Ieee_Std_Logic_Arith_Add_Uns_Sgn_Sgn = 548
1629    Ieee_Std_Logic_Arith_Add_Sgn_Uns_Sgn = 549
1630    Ieee_Std_Logic_Arith_Add_Uns_Int_Uns = 550
1631    Ieee_Std_Logic_Arith_Add_Int_Uns_Uns = 551
1632    Ieee_Std_Logic_Arith_Add_Sgn_Int_Sgn = 552
1633    Ieee_Std_Logic_Arith_Add_Int_Sgn_Sgn = 553
1634    Ieee_Std_Logic_Arith_Add_Uns_Log_Uns = 554
1635    Ieee_Std_Logic_Arith_Add_Log_Uns_Uns = 555
1636    Ieee_Std_Logic_Arith_Add_Sgn_Log_Sgn = 556
1637    Ieee_Std_Logic_Arith_Add_Log_Sgn_Sgn = 557
1638    Ieee_Std_Logic_Arith_Add_Uns_Uns_Slv = 558
1639    Ieee_Std_Logic_Arith_Add_Sgn_Sgn_Slv = 559
1640    Ieee_Std_Logic_Arith_Add_Uns_Sgn_Slv = 560
1641    Ieee_Std_Logic_Arith_Add_Sgn_Uns_Slv = 561
1642    Ieee_Std_Logic_Arith_Add_Uns_Int_Slv = 562
1643    Ieee_Std_Logic_Arith_Add_Int_Uns_Slv = 563
1644    Ieee_Std_Logic_Arith_Add_Sgn_Int_Slv = 564
1645    Ieee_Std_Logic_Arith_Add_Int_Sgn_Slv = 565
1646    Ieee_Std_Logic_Arith_Add_Uns_Log_Slv = 566
1647    Ieee_Std_Logic_Arith_Add_Log_Uns_Slv = 567
1648    Ieee_Std_Logic_Arith_Add_Sgn_Log_Slv = 568
1649    Ieee_Std_Logic_Arith_Add_Log_Sgn_Slv = 569
1650    Ieee_Std_Logic_Arith_Sub_Uns_Uns_Uns = 570
1651    Ieee_Std_Logic_Arith_Sub_Sgn_Sgn_Sgn = 571
1652    Ieee_Std_Logic_Arith_Sub_Uns_Sgn_Sgn = 572
1653    Ieee_Std_Logic_Arith_Sub_Sgn_Uns_Sgn = 573
1654    Ieee_Std_Logic_Arith_Sub_Uns_Int_Uns = 574
1655    Ieee_Std_Logic_Arith_Sub_Int_Uns_Uns = 575
1656    Ieee_Std_Logic_Arith_Sub_Sgn_Int_Sgn = 576
1657    Ieee_Std_Logic_Arith_Sub_Int_Sgn_Sgn = 577
1658    Ieee_Std_Logic_Arith_Sub_Uns_Log_Uns = 578
1659    Ieee_Std_Logic_Arith_Sub_Log_Uns_Uns = 579
1660    Ieee_Std_Logic_Arith_Sub_Sgn_Log_Sgn = 580
1661    Ieee_Std_Logic_Arith_Sub_Log_Sgn_Sgn = 581
1662    Ieee_Std_Logic_Arith_Sub_Uns_Uns_Slv = 582
1663    Ieee_Std_Logic_Arith_Sub_Sgn_Sgn_Slv = 583
1664    Ieee_Std_Logic_Arith_Sub_Uns_Sgn_Slv = 584
1665    Ieee_Std_Logic_Arith_Sub_Sgn_Uns_Slv = 585
1666    Ieee_Std_Logic_Arith_Sub_Uns_Int_Slv = 586
1667    Ieee_Std_Logic_Arith_Sub_Int_Uns_Slv = 587
1668    Ieee_Std_Logic_Arith_Sub_Sgn_Int_Slv = 588
1669    Ieee_Std_Logic_Arith_Sub_Int_Sgn_Slv = 589
1670    Ieee_Std_Logic_Arith_Sub_Uns_Log_Slv = 590
1671    Ieee_Std_Logic_Arith_Sub_Log_Uns_Slv = 591
1672    Ieee_Std_Logic_Arith_Sub_Sgn_Log_Slv = 592
1673    Ieee_Std_Logic_Arith_Sub_Log_Sgn_Slv = 593
1674    Ieee_Std_Logic_Arith_Lt_Uns_Uns = 594
1675    Ieee_Std_Logic_Arith_Lt_Sgn_Sgn = 595
1676    Ieee_Std_Logic_Arith_Lt_Uns_Sgn = 596
1677    Ieee_Std_Logic_Arith_Lt_Sgn_Uns = 597
1678    Ieee_Std_Logic_Arith_Lt_Uns_Int = 598
1679    Ieee_Std_Logic_Arith_Lt_Int_Uns = 599
1680    Ieee_Std_Logic_Arith_Lt_Sgn_Int = 600
1681    Ieee_Std_Logic_Arith_Lt_Int_Sgn = 601
1682    Ieee_Std_Logic_Arith_Le_Uns_Uns = 602
1683    Ieee_Std_Logic_Arith_Le_Sgn_Sgn = 603
1684    Ieee_Std_Logic_Arith_Le_Uns_Sgn = 604
1685    Ieee_Std_Logic_Arith_Le_Sgn_Uns = 605
1686    Ieee_Std_Logic_Arith_Le_Uns_Int = 606
1687    Ieee_Std_Logic_Arith_Le_Int_Uns = 607
1688    Ieee_Std_Logic_Arith_Le_Sgn_Int = 608
1689    Ieee_Std_Logic_Arith_Le_Int_Sgn = 609
1690    Ieee_Std_Logic_Arith_Gt_Uns_Uns = 610
1691    Ieee_Std_Logic_Arith_Gt_Sgn_Sgn = 611
1692    Ieee_Std_Logic_Arith_Gt_Uns_Sgn = 612
1693    Ieee_Std_Logic_Arith_Gt_Sgn_Uns = 613
1694    Ieee_Std_Logic_Arith_Gt_Uns_Int = 614
1695    Ieee_Std_Logic_Arith_Gt_Int_Uns = 615
1696    Ieee_Std_Logic_Arith_Gt_Sgn_Int = 616
1697    Ieee_Std_Logic_Arith_Gt_Int_Sgn = 617
1698    Ieee_Std_Logic_Arith_Ge_Uns_Uns = 618
1699    Ieee_Std_Logic_Arith_Ge_Sgn_Sgn = 619
1700    Ieee_Std_Logic_Arith_Ge_Uns_Sgn = 620
1701    Ieee_Std_Logic_Arith_Ge_Sgn_Uns = 621
1702    Ieee_Std_Logic_Arith_Ge_Uns_Int = 622
1703    Ieee_Std_Logic_Arith_Ge_Int_Uns = 623
1704    Ieee_Std_Logic_Arith_Ge_Sgn_Int = 624
1705    Ieee_Std_Logic_Arith_Ge_Int_Sgn = 625
1706    Ieee_Std_Logic_Arith_Eq_Uns_Uns = 626
1707    Ieee_Std_Logic_Arith_Eq_Sgn_Sgn = 627
1708    Ieee_Std_Logic_Arith_Eq_Uns_Sgn = 628
1709    Ieee_Std_Logic_Arith_Eq_Sgn_Uns = 629
1710    Ieee_Std_Logic_Arith_Eq_Uns_Int = 630
1711    Ieee_Std_Logic_Arith_Eq_Int_Uns = 631
1712    Ieee_Std_Logic_Arith_Eq_Sgn_Int = 632
1713    Ieee_Std_Logic_Arith_Eq_Int_Sgn = 633
1714    Ieee_Std_Logic_Arith_Ne_Uns_Uns = 634
1715    Ieee_Std_Logic_Arith_Ne_Sgn_Sgn = 635
1716    Ieee_Std_Logic_Arith_Ne_Uns_Sgn = 636
1717    Ieee_Std_Logic_Arith_Ne_Sgn_Uns = 637
1718    Ieee_Std_Logic_Arith_Ne_Uns_Int = 638
1719    Ieee_Std_Logic_Arith_Ne_Int_Uns = 639
1720    Ieee_Std_Logic_Arith_Ne_Sgn_Int = 640
1721    Ieee_Std_Logic_Arith_Ne_Int_Sgn = 641
1722    Ieee_Std_Logic_Misc_And_Reduce_Slv = 642
1723    Ieee_Std_Logic_Misc_And_Reduce_Suv = 643
1724    Ieee_Std_Logic_Misc_Nand_Reduce_Slv = 644
1725    Ieee_Std_Logic_Misc_Nand_Reduce_Suv = 645
1726    Ieee_Std_Logic_Misc_Or_Reduce_Slv = 646
1727    Ieee_Std_Logic_Misc_Or_Reduce_Suv = 647
1728    Ieee_Std_Logic_Misc_Nor_Reduce_Slv = 648
1729    Ieee_Std_Logic_Misc_Nor_Reduce_Suv = 649
1730    Ieee_Std_Logic_Misc_Xor_Reduce_Slv = 650
1731    Ieee_Std_Logic_Misc_Xor_Reduce_Suv = 651
1732    Ieee_Std_Logic_Misc_Xnor_Reduce_Slv = 652
1733    Ieee_Std_Logic_Misc_Xnor_Reduce_Suv = 653
1734
1735Get_Kind = libghdl.vhdl__nodes__get_kind
1736Get_Location = libghdl.vhdl__nodes__get_location
1737
1738Get_First_Design_Unit = libghdl.vhdl__nodes__get_first_design_unit
1739Set_First_Design_Unit = libghdl.vhdl__nodes__set_first_design_unit
1740
1741Get_Last_Design_Unit = libghdl.vhdl__nodes__get_last_design_unit
1742Set_Last_Design_Unit = libghdl.vhdl__nodes__set_last_design_unit
1743
1744Get_Library_Declaration = libghdl.vhdl__nodes__get_library_declaration
1745Set_Library_Declaration = libghdl.vhdl__nodes__set_library_declaration
1746
1747Get_File_Checksum = libghdl.vhdl__nodes__get_file_checksum
1748Set_File_Checksum = libghdl.vhdl__nodes__set_file_checksum
1749
1750Get_Analysis_Time_Stamp = libghdl.vhdl__nodes__get_analysis_time_stamp
1751Set_Analysis_Time_Stamp = libghdl.vhdl__nodes__set_analysis_time_stamp
1752
1753Get_Design_File_Source = libghdl.vhdl__nodes__get_design_file_source
1754Set_Design_File_Source = libghdl.vhdl__nodes__set_design_file_source
1755
1756Get_Library = libghdl.vhdl__nodes__get_library
1757Set_Library = libghdl.vhdl__nodes__set_library
1758
1759Get_File_Dependence_List = libghdl.vhdl__nodes__get_file_dependence_list
1760Set_File_Dependence_List = libghdl.vhdl__nodes__set_file_dependence_list
1761
1762Get_Design_File_Filename = libghdl.vhdl__nodes__get_design_file_filename
1763Set_Design_File_Filename = libghdl.vhdl__nodes__set_design_file_filename
1764
1765Get_Design_File_Directory = libghdl.vhdl__nodes__get_design_file_directory
1766Set_Design_File_Directory = libghdl.vhdl__nodes__set_design_file_directory
1767
1768Get_Design_File = libghdl.vhdl__nodes__get_design_file
1769Set_Design_File = libghdl.vhdl__nodes__set_design_file
1770
1771Get_Design_File_Chain = libghdl.vhdl__nodes__get_design_file_chain
1772Set_Design_File_Chain = libghdl.vhdl__nodes__set_design_file_chain
1773
1774Get_Library_Directory = libghdl.vhdl__nodes__get_library_directory
1775Set_Library_Directory = libghdl.vhdl__nodes__set_library_directory
1776
1777Get_Date = libghdl.vhdl__nodes__get_date
1778Set_Date = libghdl.vhdl__nodes__set_date
1779
1780Get_Context_Items = libghdl.vhdl__nodes__get_context_items
1781Set_Context_Items = libghdl.vhdl__nodes__set_context_items
1782
1783Get_Dependence_List = libghdl.vhdl__nodes__get_dependence_list
1784Set_Dependence_List = libghdl.vhdl__nodes__set_dependence_list
1785
1786Get_Analysis_Checks_List = libghdl.vhdl__nodes__get_analysis_checks_list
1787Set_Analysis_Checks_List = libghdl.vhdl__nodes__set_analysis_checks_list
1788
1789Get_Date_State = libghdl.vhdl__nodes__get_date_state
1790Set_Date_State = libghdl.vhdl__nodes__set_date_state
1791
1792Get_Guarded_Target_State = libghdl.vhdl__nodes__get_guarded_target_state
1793Set_Guarded_Target_State = libghdl.vhdl__nodes__set_guarded_target_state
1794
1795Get_Library_Unit = libghdl.vhdl__nodes__get_library_unit
1796Set_Library_Unit = libghdl.vhdl__nodes__set_library_unit
1797
1798Get_Hash_Chain = libghdl.vhdl__nodes__get_hash_chain
1799Set_Hash_Chain = libghdl.vhdl__nodes__set_hash_chain
1800
1801Get_Design_Unit_Source_Pos = libghdl.vhdl__nodes__get_design_unit_source_pos
1802Set_Design_Unit_Source_Pos = libghdl.vhdl__nodes__set_design_unit_source_pos
1803
1804Get_Design_Unit_Source_Line = libghdl.vhdl__nodes__get_design_unit_source_line
1805Set_Design_Unit_Source_Line = libghdl.vhdl__nodes__set_design_unit_source_line
1806
1807Get_Design_Unit_Source_Col = libghdl.vhdl__nodes__get_design_unit_source_col
1808Set_Design_Unit_Source_Col = libghdl.vhdl__nodes__set_design_unit_source_col
1809
1810Get_Value = libghdl.vhdl__nodes__get_value
1811Set_Value = libghdl.vhdl__nodes__set_value
1812
1813Get_Enum_Pos = libghdl.vhdl__nodes__get_enum_pos
1814Set_Enum_Pos = libghdl.vhdl__nodes__set_enum_pos
1815
1816Get_Physical_Literal = libghdl.vhdl__nodes__get_physical_literal
1817Set_Physical_Literal = libghdl.vhdl__nodes__set_physical_literal
1818
1819Get_Fp_Value = libghdl.vhdl__nodes__get_fp_value
1820Set_Fp_Value = libghdl.vhdl__nodes__set_fp_value
1821
1822Get_Simple_Aggregate_List = libghdl.vhdl__nodes__get_simple_aggregate_list
1823Set_Simple_Aggregate_List = libghdl.vhdl__nodes__set_simple_aggregate_list
1824
1825Get_String8_Id = libghdl.vhdl__nodes__get_string8_id
1826Set_String8_Id = libghdl.vhdl__nodes__set_string8_id
1827
1828Get_String_Length = libghdl.vhdl__nodes__get_string_length
1829Set_String_Length = libghdl.vhdl__nodes__set_string_length
1830
1831Get_Bit_String_Base = libghdl.vhdl__nodes__get_bit_string_base
1832Set_Bit_String_Base = libghdl.vhdl__nodes__set_bit_string_base
1833
1834Get_Has_Signed = libghdl.vhdl__nodes__get_has_signed
1835Set_Has_Signed = libghdl.vhdl__nodes__set_has_signed
1836
1837Get_Has_Sign = libghdl.vhdl__nodes__get_has_sign
1838Set_Has_Sign = libghdl.vhdl__nodes__set_has_sign
1839
1840Get_Has_Length = libghdl.vhdl__nodes__get_has_length
1841Set_Has_Length = libghdl.vhdl__nodes__set_has_length
1842
1843Get_Literal_Length = libghdl.vhdl__nodes__get_literal_length
1844Set_Literal_Length = libghdl.vhdl__nodes__set_literal_length
1845
1846Get_Literal_Origin = libghdl.vhdl__nodes__get_literal_origin
1847Set_Literal_Origin = libghdl.vhdl__nodes__set_literal_origin
1848
1849Get_Range_Origin = libghdl.vhdl__nodes__get_range_origin
1850Set_Range_Origin = libghdl.vhdl__nodes__set_range_origin
1851
1852Get_Literal_Subtype = libghdl.vhdl__nodes__get_literal_subtype
1853Set_Literal_Subtype = libghdl.vhdl__nodes__set_literal_subtype
1854
1855Get_Allocator_Subtype = libghdl.vhdl__nodes__get_allocator_subtype
1856Set_Allocator_Subtype = libghdl.vhdl__nodes__set_allocator_subtype
1857
1858Get_Entity_Class = libghdl.vhdl__nodes__get_entity_class
1859Set_Entity_Class = libghdl.vhdl__nodes__set_entity_class
1860
1861Get_Entity_Name_List = libghdl.vhdl__nodes__get_entity_name_list
1862Set_Entity_Name_List = libghdl.vhdl__nodes__set_entity_name_list
1863
1864Get_Attribute_Designator = libghdl.vhdl__nodes__get_attribute_designator
1865Set_Attribute_Designator = libghdl.vhdl__nodes__set_attribute_designator
1866
1867Get_Attribute_Specification_Chain = libghdl.vhdl__nodes__get_attribute_specification_chain
1868Set_Attribute_Specification_Chain = libghdl.vhdl__nodes__set_attribute_specification_chain
1869
1870Get_Attribute_Specification = libghdl.vhdl__nodes__get_attribute_specification
1871Set_Attribute_Specification = libghdl.vhdl__nodes__set_attribute_specification
1872
1873Get_Static_Attribute_Flag = libghdl.vhdl__nodes__get_static_attribute_flag
1874Set_Static_Attribute_Flag = libghdl.vhdl__nodes__set_static_attribute_flag
1875
1876Get_Signal_List = libghdl.vhdl__nodes__get_signal_list
1877Set_Signal_List = libghdl.vhdl__nodes__set_signal_list
1878
1879Get_Quantity_List = libghdl.vhdl__nodes__get_quantity_list
1880Set_Quantity_List = libghdl.vhdl__nodes__set_quantity_list
1881
1882Get_Designated_Entity = libghdl.vhdl__nodes__get_designated_entity
1883Set_Designated_Entity = libghdl.vhdl__nodes__set_designated_entity
1884
1885Get_Formal = libghdl.vhdl__nodes__get_formal
1886Set_Formal = libghdl.vhdl__nodes__set_formal
1887
1888Get_Actual = libghdl.vhdl__nodes__get_actual
1889Set_Actual = libghdl.vhdl__nodes__set_actual
1890
1891Get_Actual_Conversion = libghdl.vhdl__nodes__get_actual_conversion
1892Set_Actual_Conversion = libghdl.vhdl__nodes__set_actual_conversion
1893
1894Get_Formal_Conversion = libghdl.vhdl__nodes__get_formal_conversion
1895Set_Formal_Conversion = libghdl.vhdl__nodes__set_formal_conversion
1896
1897Get_Whole_Association_Flag = libghdl.vhdl__nodes__get_whole_association_flag
1898Set_Whole_Association_Flag = libghdl.vhdl__nodes__set_whole_association_flag
1899
1900Get_Collapse_Signal_Flag = libghdl.vhdl__nodes__get_collapse_signal_flag
1901Set_Collapse_Signal_Flag = libghdl.vhdl__nodes__set_collapse_signal_flag
1902
1903Get_Artificial_Flag = libghdl.vhdl__nodes__get_artificial_flag
1904Set_Artificial_Flag = libghdl.vhdl__nodes__set_artificial_flag
1905
1906Get_Open_Flag = libghdl.vhdl__nodes__get_open_flag
1907Set_Open_Flag = libghdl.vhdl__nodes__set_open_flag
1908
1909Get_After_Drivers_Flag = libghdl.vhdl__nodes__get_after_drivers_flag
1910Set_After_Drivers_Flag = libghdl.vhdl__nodes__set_after_drivers_flag
1911
1912Get_We_Value = libghdl.vhdl__nodes__get_we_value
1913Set_We_Value = libghdl.vhdl__nodes__set_we_value
1914
1915Get_Time = libghdl.vhdl__nodes__get_time
1916Set_Time = libghdl.vhdl__nodes__set_time
1917
1918Get_Associated_Expr = libghdl.vhdl__nodes__get_associated_expr
1919Set_Associated_Expr = libghdl.vhdl__nodes__set_associated_expr
1920
1921Get_Associated_Block = libghdl.vhdl__nodes__get_associated_block
1922Set_Associated_Block = libghdl.vhdl__nodes__set_associated_block
1923
1924Get_Associated_Chain = libghdl.vhdl__nodes__get_associated_chain
1925Set_Associated_Chain = libghdl.vhdl__nodes__set_associated_chain
1926
1927Get_Choice_Name = libghdl.vhdl__nodes__get_choice_name
1928Set_Choice_Name = libghdl.vhdl__nodes__set_choice_name
1929
1930Get_Choice_Expression = libghdl.vhdl__nodes__get_choice_expression
1931Set_Choice_Expression = libghdl.vhdl__nodes__set_choice_expression
1932
1933Get_Choice_Range = libghdl.vhdl__nodes__get_choice_range
1934Set_Choice_Range = libghdl.vhdl__nodes__set_choice_range
1935
1936Get_Same_Alternative_Flag = libghdl.vhdl__nodes__get_same_alternative_flag
1937Set_Same_Alternative_Flag = libghdl.vhdl__nodes__set_same_alternative_flag
1938
1939Get_Element_Type_Flag = libghdl.vhdl__nodes__get_element_type_flag
1940Set_Element_Type_Flag = libghdl.vhdl__nodes__set_element_type_flag
1941
1942Get_Architecture = libghdl.vhdl__nodes__get_architecture
1943Set_Architecture = libghdl.vhdl__nodes__set_architecture
1944
1945Get_Block_Specification = libghdl.vhdl__nodes__get_block_specification
1946Set_Block_Specification = libghdl.vhdl__nodes__set_block_specification
1947
1948Get_Prev_Block_Configuration = libghdl.vhdl__nodes__get_prev_block_configuration
1949Set_Prev_Block_Configuration = libghdl.vhdl__nodes__set_prev_block_configuration
1950
1951Get_Configuration_Item_Chain = libghdl.vhdl__nodes__get_configuration_item_chain
1952Set_Configuration_Item_Chain = libghdl.vhdl__nodes__set_configuration_item_chain
1953
1954Get_Attribute_Value_Chain = libghdl.vhdl__nodes__get_attribute_value_chain
1955Set_Attribute_Value_Chain = libghdl.vhdl__nodes__set_attribute_value_chain
1956
1957Get_Spec_Chain = libghdl.vhdl__nodes__get_spec_chain
1958Set_Spec_Chain = libghdl.vhdl__nodes__set_spec_chain
1959
1960Get_Value_Chain = libghdl.vhdl__nodes__get_value_chain
1961Set_Value_Chain = libghdl.vhdl__nodes__set_value_chain
1962
1963Get_Attribute_Value_Spec_Chain = libghdl.vhdl__nodes__get_attribute_value_spec_chain
1964Set_Attribute_Value_Spec_Chain = libghdl.vhdl__nodes__set_attribute_value_spec_chain
1965
1966Get_Entity_Name = libghdl.vhdl__nodes__get_entity_name
1967Set_Entity_Name = libghdl.vhdl__nodes__set_entity_name
1968
1969Get_Package = libghdl.vhdl__nodes__get_package
1970Set_Package = libghdl.vhdl__nodes__set_package
1971
1972Get_Package_Body = libghdl.vhdl__nodes__get_package_body
1973Set_Package_Body = libghdl.vhdl__nodes__set_package_body
1974
1975Get_Instance_Package_Body = libghdl.vhdl__nodes__get_instance_package_body
1976Set_Instance_Package_Body = libghdl.vhdl__nodes__set_instance_package_body
1977
1978Get_Need_Body = libghdl.vhdl__nodes__get_need_body
1979Set_Need_Body = libghdl.vhdl__nodes__set_need_body
1980
1981Get_Macro_Expanded_Flag = libghdl.vhdl__nodes__get_macro_expanded_flag
1982Set_Macro_Expanded_Flag = libghdl.vhdl__nodes__set_macro_expanded_flag
1983
1984Get_Need_Instance_Bodies = libghdl.vhdl__nodes__get_need_instance_bodies
1985Set_Need_Instance_Bodies = libghdl.vhdl__nodes__set_need_instance_bodies
1986
1987Get_Hierarchical_Name = libghdl.vhdl__nodes__get_hierarchical_name
1988Set_Hierarchical_Name = libghdl.vhdl__nodes__set_hierarchical_name
1989
1990Get_Inherit_Spec_Chain = libghdl.vhdl__nodes__get_inherit_spec_chain
1991Set_Inherit_Spec_Chain = libghdl.vhdl__nodes__set_inherit_spec_chain
1992
1993Get_Vunit_Item_Chain = libghdl.vhdl__nodes__get_vunit_item_chain
1994Set_Vunit_Item_Chain = libghdl.vhdl__nodes__set_vunit_item_chain
1995
1996Get_Bound_Vunit_Chain = libghdl.vhdl__nodes__get_bound_vunit_chain
1997Set_Bound_Vunit_Chain = libghdl.vhdl__nodes__set_bound_vunit_chain
1998
1999Get_Verification_Block_Configuration = libghdl.vhdl__nodes__get_verification_block_configuration
2000Set_Verification_Block_Configuration = libghdl.vhdl__nodes__set_verification_block_configuration
2001
2002Get_Block_Configuration = libghdl.vhdl__nodes__get_block_configuration
2003Set_Block_Configuration = libghdl.vhdl__nodes__set_block_configuration
2004
2005Get_Concurrent_Statement_Chain = libghdl.vhdl__nodes__get_concurrent_statement_chain
2006Set_Concurrent_Statement_Chain = libghdl.vhdl__nodes__set_concurrent_statement_chain
2007
2008Get_Chain = libghdl.vhdl__nodes__get_chain
2009Set_Chain = libghdl.vhdl__nodes__set_chain
2010
2011Get_Port_Chain = libghdl.vhdl__nodes__get_port_chain
2012Set_Port_Chain = libghdl.vhdl__nodes__set_port_chain
2013
2014Get_Generic_Chain = libghdl.vhdl__nodes__get_generic_chain
2015Set_Generic_Chain = libghdl.vhdl__nodes__set_generic_chain
2016
2017Get_Type = libghdl.vhdl__nodes__get_type
2018Set_Type = libghdl.vhdl__nodes__set_type
2019
2020Get_Subtype_Indication = libghdl.vhdl__nodes__get_subtype_indication
2021Set_Subtype_Indication = libghdl.vhdl__nodes__set_subtype_indication
2022
2023Get_Discrete_Range = libghdl.vhdl__nodes__get_discrete_range
2024Set_Discrete_Range = libghdl.vhdl__nodes__set_discrete_range
2025
2026Get_Type_Definition = libghdl.vhdl__nodes__get_type_definition
2027Set_Type_Definition = libghdl.vhdl__nodes__set_type_definition
2028
2029Get_Subtype_Definition = libghdl.vhdl__nodes__get_subtype_definition
2030Set_Subtype_Definition = libghdl.vhdl__nodes__set_subtype_definition
2031
2032Get_Incomplete_Type_Declaration = libghdl.vhdl__nodes__get_incomplete_type_declaration
2033Set_Incomplete_Type_Declaration = libghdl.vhdl__nodes__set_incomplete_type_declaration
2034
2035Get_Interface_Type_Subprograms = libghdl.vhdl__nodes__get_interface_type_subprograms
2036Set_Interface_Type_Subprograms = libghdl.vhdl__nodes__set_interface_type_subprograms
2037
2038Get_Nature_Definition = libghdl.vhdl__nodes__get_nature_definition
2039Set_Nature_Definition = libghdl.vhdl__nodes__set_nature_definition
2040
2041Get_Nature = libghdl.vhdl__nodes__get_nature
2042Set_Nature = libghdl.vhdl__nodes__set_nature
2043
2044Get_Subnature_Indication = libghdl.vhdl__nodes__get_subnature_indication
2045Set_Subnature_Indication = libghdl.vhdl__nodes__set_subnature_indication
2046
2047Get_Mode = libghdl.vhdl__nodes__get_mode
2048Set_Mode = libghdl.vhdl__nodes__set_mode
2049
2050Get_Guarded_Signal_Flag = libghdl.vhdl__nodes__get_guarded_signal_flag
2051Set_Guarded_Signal_Flag = libghdl.vhdl__nodes__set_guarded_signal_flag
2052
2053Get_Signal_Kind = libghdl.vhdl__nodes__get_signal_kind
2054Set_Signal_Kind = libghdl.vhdl__nodes__set_signal_kind
2055
2056Get_Base_Name = libghdl.vhdl__nodes__get_base_name
2057Set_Base_Name = libghdl.vhdl__nodes__set_base_name
2058
2059Get_Interface_Declaration_Chain = libghdl.vhdl__nodes__get_interface_declaration_chain
2060Set_Interface_Declaration_Chain = libghdl.vhdl__nodes__set_interface_declaration_chain
2061
2062Get_Subprogram_Specification = libghdl.vhdl__nodes__get_subprogram_specification
2063Set_Subprogram_Specification = libghdl.vhdl__nodes__set_subprogram_specification
2064
2065Get_Sequential_Statement_Chain = libghdl.vhdl__nodes__get_sequential_statement_chain
2066Set_Sequential_Statement_Chain = libghdl.vhdl__nodes__set_sequential_statement_chain
2067
2068Get_Simultaneous_Statement_Chain = libghdl.vhdl__nodes__get_simultaneous_statement_chain
2069Set_Simultaneous_Statement_Chain = libghdl.vhdl__nodes__set_simultaneous_statement_chain
2070
2071Get_Subprogram_Body = libghdl.vhdl__nodes__get_subprogram_body
2072Set_Subprogram_Body = libghdl.vhdl__nodes__set_subprogram_body
2073
2074Get_Overload_Number = libghdl.vhdl__nodes__get_overload_number
2075Set_Overload_Number = libghdl.vhdl__nodes__set_overload_number
2076
2077Get_Subprogram_Depth = libghdl.vhdl__nodes__get_subprogram_depth
2078Set_Subprogram_Depth = libghdl.vhdl__nodes__set_subprogram_depth
2079
2080Get_Subprogram_Hash = libghdl.vhdl__nodes__get_subprogram_hash
2081Set_Subprogram_Hash = libghdl.vhdl__nodes__set_subprogram_hash
2082
2083Get_Impure_Depth = libghdl.vhdl__nodes__get_impure_depth
2084Set_Impure_Depth = libghdl.vhdl__nodes__set_impure_depth
2085
2086Get_Return_Type = libghdl.vhdl__nodes__get_return_type
2087Set_Return_Type = libghdl.vhdl__nodes__set_return_type
2088
2089Get_Implicit_Definition = libghdl.vhdl__nodes__get_implicit_definition
2090Set_Implicit_Definition = libghdl.vhdl__nodes__set_implicit_definition
2091
2092Get_Uninstantiated_Subprogram_Name = libghdl.vhdl__nodes__get_uninstantiated_subprogram_name
2093Set_Uninstantiated_Subprogram_Name = libghdl.vhdl__nodes__set_uninstantiated_subprogram_name
2094
2095Get_Default_Value = libghdl.vhdl__nodes__get_default_value
2096Set_Default_Value = libghdl.vhdl__nodes__set_default_value
2097
2098Get_Deferred_Declaration = libghdl.vhdl__nodes__get_deferred_declaration
2099Set_Deferred_Declaration = libghdl.vhdl__nodes__set_deferred_declaration
2100
2101Get_Deferred_Declaration_Flag = libghdl.vhdl__nodes__get_deferred_declaration_flag
2102Set_Deferred_Declaration_Flag = libghdl.vhdl__nodes__set_deferred_declaration_flag
2103
2104Get_Shared_Flag = libghdl.vhdl__nodes__get_shared_flag
2105Set_Shared_Flag = libghdl.vhdl__nodes__set_shared_flag
2106
2107Get_Design_Unit = libghdl.vhdl__nodes__get_design_unit
2108Set_Design_Unit = libghdl.vhdl__nodes__set_design_unit
2109
2110Get_Block_Statement = libghdl.vhdl__nodes__get_block_statement
2111Set_Block_Statement = libghdl.vhdl__nodes__set_block_statement
2112
2113Get_Signal_Driver = libghdl.vhdl__nodes__get_signal_driver
2114Set_Signal_Driver = libghdl.vhdl__nodes__set_signal_driver
2115
2116Get_Declaration_Chain = libghdl.vhdl__nodes__get_declaration_chain
2117Set_Declaration_Chain = libghdl.vhdl__nodes__set_declaration_chain
2118
2119Get_File_Logical_Name = libghdl.vhdl__nodes__get_file_logical_name
2120Set_File_Logical_Name = libghdl.vhdl__nodes__set_file_logical_name
2121
2122Get_File_Open_Kind = libghdl.vhdl__nodes__get_file_open_kind
2123Set_File_Open_Kind = libghdl.vhdl__nodes__set_file_open_kind
2124
2125Get_Element_Position = libghdl.vhdl__nodes__get_element_position
2126Set_Element_Position = libghdl.vhdl__nodes__set_element_position
2127
2128Get_Use_Clause_Chain = libghdl.vhdl__nodes__get_use_clause_chain
2129Set_Use_Clause_Chain = libghdl.vhdl__nodes__set_use_clause_chain
2130
2131Get_Context_Reference_Chain = libghdl.vhdl__nodes__get_context_reference_chain
2132Set_Context_Reference_Chain = libghdl.vhdl__nodes__set_context_reference_chain
2133
2134Get_Selected_Name = libghdl.vhdl__nodes__get_selected_name
2135Set_Selected_Name = libghdl.vhdl__nodes__set_selected_name
2136
2137Get_Type_Declarator = libghdl.vhdl__nodes__get_type_declarator
2138Set_Type_Declarator = libghdl.vhdl__nodes__set_type_declarator
2139
2140Get_Complete_Type_Definition = libghdl.vhdl__nodes__get_complete_type_definition
2141Set_Complete_Type_Definition = libghdl.vhdl__nodes__set_complete_type_definition
2142
2143Get_Incomplete_Type_Ref_Chain = libghdl.vhdl__nodes__get_incomplete_type_ref_chain
2144Set_Incomplete_Type_Ref_Chain = libghdl.vhdl__nodes__set_incomplete_type_ref_chain
2145
2146Get_Associated_Type = libghdl.vhdl__nodes__get_associated_type
2147Set_Associated_Type = libghdl.vhdl__nodes__set_associated_type
2148
2149Get_Enumeration_Literal_List = libghdl.vhdl__nodes__get_enumeration_literal_list
2150Set_Enumeration_Literal_List = libghdl.vhdl__nodes__set_enumeration_literal_list
2151
2152Get_Entity_Class_Entry_Chain = libghdl.vhdl__nodes__get_entity_class_entry_chain
2153Set_Entity_Class_Entry_Chain = libghdl.vhdl__nodes__set_entity_class_entry_chain
2154
2155Get_Group_Constituent_List = libghdl.vhdl__nodes__get_group_constituent_list
2156Set_Group_Constituent_List = libghdl.vhdl__nodes__set_group_constituent_list
2157
2158Get_Unit_Chain = libghdl.vhdl__nodes__get_unit_chain
2159Set_Unit_Chain = libghdl.vhdl__nodes__set_unit_chain
2160
2161Get_Primary_Unit = libghdl.vhdl__nodes__get_primary_unit
2162Set_Primary_Unit = libghdl.vhdl__nodes__set_primary_unit
2163
2164Get_Identifier = libghdl.vhdl__nodes__get_identifier
2165Set_Identifier = libghdl.vhdl__nodes__set_identifier
2166
2167Get_Label = libghdl.vhdl__nodes__get_label
2168Set_Label = libghdl.vhdl__nodes__set_label
2169
2170Get_Visible_Flag = libghdl.vhdl__nodes__get_visible_flag
2171Set_Visible_Flag = libghdl.vhdl__nodes__set_visible_flag
2172
2173Get_Range_Constraint = libghdl.vhdl__nodes__get_range_constraint
2174Set_Range_Constraint = libghdl.vhdl__nodes__set_range_constraint
2175
2176Get_Direction = libghdl.vhdl__nodes__get_direction
2177Set_Direction = libghdl.vhdl__nodes__set_direction
2178
2179Get_Left_Limit = libghdl.vhdl__nodes__get_left_limit
2180Set_Left_Limit = libghdl.vhdl__nodes__set_left_limit
2181
2182Get_Right_Limit = libghdl.vhdl__nodes__get_right_limit
2183Set_Right_Limit = libghdl.vhdl__nodes__set_right_limit
2184
2185Get_Left_Limit_Expr = libghdl.vhdl__nodes__get_left_limit_expr
2186Set_Left_Limit_Expr = libghdl.vhdl__nodes__set_left_limit_expr
2187
2188Get_Right_Limit_Expr = libghdl.vhdl__nodes__get_right_limit_expr
2189Set_Right_Limit_Expr = libghdl.vhdl__nodes__set_right_limit_expr
2190
2191Get_Parent_Type = libghdl.vhdl__nodes__get_parent_type
2192Set_Parent_Type = libghdl.vhdl__nodes__set_parent_type
2193
2194Get_Simple_Nature = libghdl.vhdl__nodes__get_simple_nature
2195Set_Simple_Nature = libghdl.vhdl__nodes__set_simple_nature
2196
2197Get_Base_Nature = libghdl.vhdl__nodes__get_base_nature
2198Set_Base_Nature = libghdl.vhdl__nodes__set_base_nature
2199
2200Get_Resolution_Indication = libghdl.vhdl__nodes__get_resolution_indication
2201Set_Resolution_Indication = libghdl.vhdl__nodes__set_resolution_indication
2202
2203Get_Record_Element_Resolution_Chain = libghdl.vhdl__nodes__get_record_element_resolution_chain
2204Set_Record_Element_Resolution_Chain = libghdl.vhdl__nodes__set_record_element_resolution_chain
2205
2206Get_Tolerance = libghdl.vhdl__nodes__get_tolerance
2207Set_Tolerance = libghdl.vhdl__nodes__set_tolerance
2208
2209Get_Plus_Terminal_Name = libghdl.vhdl__nodes__get_plus_terminal_name
2210Set_Plus_Terminal_Name = libghdl.vhdl__nodes__set_plus_terminal_name
2211
2212Get_Minus_Terminal_Name = libghdl.vhdl__nodes__get_minus_terminal_name
2213Set_Minus_Terminal_Name = libghdl.vhdl__nodes__set_minus_terminal_name
2214
2215Get_Plus_Terminal = libghdl.vhdl__nodes__get_plus_terminal
2216Set_Plus_Terminal = libghdl.vhdl__nodes__set_plus_terminal
2217
2218Get_Minus_Terminal = libghdl.vhdl__nodes__get_minus_terminal
2219Set_Minus_Terminal = libghdl.vhdl__nodes__set_minus_terminal
2220
2221Get_Magnitude_Expression = libghdl.vhdl__nodes__get_magnitude_expression
2222Set_Magnitude_Expression = libghdl.vhdl__nodes__set_magnitude_expression
2223
2224Get_Phase_Expression = libghdl.vhdl__nodes__get_phase_expression
2225Set_Phase_Expression = libghdl.vhdl__nodes__set_phase_expression
2226
2227Get_Power_Expression = libghdl.vhdl__nodes__get_power_expression
2228Set_Power_Expression = libghdl.vhdl__nodes__set_power_expression
2229
2230Get_Simultaneous_Left = libghdl.vhdl__nodes__get_simultaneous_left
2231Set_Simultaneous_Left = libghdl.vhdl__nodes__set_simultaneous_left
2232
2233Get_Simultaneous_Right = libghdl.vhdl__nodes__get_simultaneous_right
2234Set_Simultaneous_Right = libghdl.vhdl__nodes__set_simultaneous_right
2235
2236Get_Text_File_Flag = libghdl.vhdl__nodes__get_text_file_flag
2237Set_Text_File_Flag = libghdl.vhdl__nodes__set_text_file_flag
2238
2239Get_Only_Characters_Flag = libghdl.vhdl__nodes__get_only_characters_flag
2240Set_Only_Characters_Flag = libghdl.vhdl__nodes__set_only_characters_flag
2241
2242Get_Is_Character_Type = libghdl.vhdl__nodes__get_is_character_type
2243Set_Is_Character_Type = libghdl.vhdl__nodes__set_is_character_type
2244
2245Get_Nature_Staticness = libghdl.vhdl__nodes__get_nature_staticness
2246Set_Nature_Staticness = libghdl.vhdl__nodes__set_nature_staticness
2247
2248Get_Type_Staticness = libghdl.vhdl__nodes__get_type_staticness
2249Set_Type_Staticness = libghdl.vhdl__nodes__set_type_staticness
2250
2251Get_Constraint_State = libghdl.vhdl__nodes__get_constraint_state
2252Set_Constraint_State = libghdl.vhdl__nodes__set_constraint_state
2253
2254Get_Index_Subtype_List = libghdl.vhdl__nodes__get_index_subtype_list
2255Set_Index_Subtype_List = libghdl.vhdl__nodes__set_index_subtype_list
2256
2257Get_Index_Subtype_Definition_List = libghdl.vhdl__nodes__get_index_subtype_definition_list
2258Set_Index_Subtype_Definition_List = libghdl.vhdl__nodes__set_index_subtype_definition_list
2259
2260Get_Element_Subtype_Indication = libghdl.vhdl__nodes__get_element_subtype_indication
2261Set_Element_Subtype_Indication = libghdl.vhdl__nodes__set_element_subtype_indication
2262
2263Get_Element_Subtype = libghdl.vhdl__nodes__get_element_subtype
2264Set_Element_Subtype = libghdl.vhdl__nodes__set_element_subtype
2265
2266Get_Element_Subnature_Indication = libghdl.vhdl__nodes__get_element_subnature_indication
2267Set_Element_Subnature_Indication = libghdl.vhdl__nodes__set_element_subnature_indication
2268
2269Get_Element_Subnature = libghdl.vhdl__nodes__get_element_subnature
2270Set_Element_Subnature = libghdl.vhdl__nodes__set_element_subnature
2271
2272Get_Index_Constraint_List = libghdl.vhdl__nodes__get_index_constraint_list
2273Set_Index_Constraint_List = libghdl.vhdl__nodes__set_index_constraint_list
2274
2275Get_Array_Element_Constraint = libghdl.vhdl__nodes__get_array_element_constraint
2276Set_Array_Element_Constraint = libghdl.vhdl__nodes__set_array_element_constraint
2277
2278Get_Has_Array_Constraint_Flag = libghdl.vhdl__nodes__get_has_array_constraint_flag
2279Set_Has_Array_Constraint_Flag = libghdl.vhdl__nodes__set_has_array_constraint_flag
2280
2281Get_Has_Element_Constraint_Flag = libghdl.vhdl__nodes__get_has_element_constraint_flag
2282Set_Has_Element_Constraint_Flag = libghdl.vhdl__nodes__set_has_element_constraint_flag
2283
2284Get_Elements_Declaration_List = libghdl.vhdl__nodes__get_elements_declaration_list
2285Set_Elements_Declaration_List = libghdl.vhdl__nodes__set_elements_declaration_list
2286
2287Get_Owned_Elements_Chain = libghdl.vhdl__nodes__get_owned_elements_chain
2288Set_Owned_Elements_Chain = libghdl.vhdl__nodes__set_owned_elements_chain
2289
2290Get_Designated_Type = libghdl.vhdl__nodes__get_designated_type
2291Set_Designated_Type = libghdl.vhdl__nodes__set_designated_type
2292
2293Get_Designated_Subtype_Indication = libghdl.vhdl__nodes__get_designated_subtype_indication
2294Set_Designated_Subtype_Indication = libghdl.vhdl__nodes__set_designated_subtype_indication
2295
2296Get_Index_List = libghdl.vhdl__nodes__get_index_list
2297Set_Index_List = libghdl.vhdl__nodes__set_index_list
2298
2299Get_Reference = libghdl.vhdl__nodes__get_reference
2300Set_Reference = libghdl.vhdl__nodes__set_reference
2301
2302Get_Nature_Declarator = libghdl.vhdl__nodes__get_nature_declarator
2303Set_Nature_Declarator = libghdl.vhdl__nodes__set_nature_declarator
2304
2305Get_Across_Type_Mark = libghdl.vhdl__nodes__get_across_type_mark
2306Set_Across_Type_Mark = libghdl.vhdl__nodes__set_across_type_mark
2307
2308Get_Through_Type_Mark = libghdl.vhdl__nodes__get_through_type_mark
2309Set_Through_Type_Mark = libghdl.vhdl__nodes__set_through_type_mark
2310
2311Get_Across_Type_Definition = libghdl.vhdl__nodes__get_across_type_definition
2312Set_Across_Type_Definition = libghdl.vhdl__nodes__set_across_type_definition
2313
2314Get_Through_Type_Definition = libghdl.vhdl__nodes__get_through_type_definition
2315Set_Through_Type_Definition = libghdl.vhdl__nodes__set_through_type_definition
2316
2317Get_Across_Type = libghdl.vhdl__nodes__get_across_type
2318Set_Across_Type = libghdl.vhdl__nodes__set_across_type
2319
2320Get_Through_Type = libghdl.vhdl__nodes__get_through_type
2321Set_Through_Type = libghdl.vhdl__nodes__set_through_type
2322
2323Get_Target = libghdl.vhdl__nodes__get_target
2324Set_Target = libghdl.vhdl__nodes__set_target
2325
2326Get_Waveform_Chain = libghdl.vhdl__nodes__get_waveform_chain
2327Set_Waveform_Chain = libghdl.vhdl__nodes__set_waveform_chain
2328
2329Get_Guard = libghdl.vhdl__nodes__get_guard
2330Set_Guard = libghdl.vhdl__nodes__set_guard
2331
2332Get_Delay_Mechanism = libghdl.vhdl__nodes__get_delay_mechanism
2333Set_Delay_Mechanism = libghdl.vhdl__nodes__set_delay_mechanism
2334
2335Get_Reject_Time_Expression = libghdl.vhdl__nodes__get_reject_time_expression
2336Set_Reject_Time_Expression = libghdl.vhdl__nodes__set_reject_time_expression
2337
2338Get_Force_Mode = libghdl.vhdl__nodes__get_force_mode
2339Set_Force_Mode = libghdl.vhdl__nodes__set_force_mode
2340
2341Get_Has_Force_Mode = libghdl.vhdl__nodes__get_has_force_mode
2342Set_Has_Force_Mode = libghdl.vhdl__nodes__set_has_force_mode
2343
2344Get_Sensitivity_List = libghdl.vhdl__nodes__get_sensitivity_list
2345Set_Sensitivity_List = libghdl.vhdl__nodes__set_sensitivity_list
2346
2347Get_Process_Origin = libghdl.vhdl__nodes__get_process_origin
2348Set_Process_Origin = libghdl.vhdl__nodes__set_process_origin
2349
2350Get_Package_Origin = libghdl.vhdl__nodes__get_package_origin
2351Set_Package_Origin = libghdl.vhdl__nodes__set_package_origin
2352
2353Get_Condition_Clause = libghdl.vhdl__nodes__get_condition_clause
2354Set_Condition_Clause = libghdl.vhdl__nodes__set_condition_clause
2355
2356Get_Break_Element = libghdl.vhdl__nodes__get_break_element
2357Set_Break_Element = libghdl.vhdl__nodes__set_break_element
2358
2359Get_Selector_Quantity = libghdl.vhdl__nodes__get_selector_quantity
2360Set_Selector_Quantity = libghdl.vhdl__nodes__set_selector_quantity
2361
2362Get_Break_Quantity = libghdl.vhdl__nodes__get_break_quantity
2363Set_Break_Quantity = libghdl.vhdl__nodes__set_break_quantity
2364
2365Get_Timeout_Clause = libghdl.vhdl__nodes__get_timeout_clause
2366Set_Timeout_Clause = libghdl.vhdl__nodes__set_timeout_clause
2367
2368Get_Postponed_Flag = libghdl.vhdl__nodes__get_postponed_flag
2369Set_Postponed_Flag = libghdl.vhdl__nodes__set_postponed_flag
2370
2371Get_Callees_List = libghdl.vhdl__nodes__get_callees_list
2372Set_Callees_List = libghdl.vhdl__nodes__set_callees_list
2373
2374Get_Passive_Flag = libghdl.vhdl__nodes__get_passive_flag
2375Set_Passive_Flag = libghdl.vhdl__nodes__set_passive_flag
2376
2377Get_Resolution_Function_Flag = libghdl.vhdl__nodes__get_resolution_function_flag
2378Set_Resolution_Function_Flag = libghdl.vhdl__nodes__set_resolution_function_flag
2379
2380Get_Wait_State = libghdl.vhdl__nodes__get_wait_state
2381Set_Wait_State = libghdl.vhdl__nodes__set_wait_state
2382
2383Get_All_Sensitized_State = libghdl.vhdl__nodes__get_all_sensitized_state
2384Set_All_Sensitized_State = libghdl.vhdl__nodes__set_all_sensitized_state
2385
2386Get_Seen_Flag = libghdl.vhdl__nodes__get_seen_flag
2387Set_Seen_Flag = libghdl.vhdl__nodes__set_seen_flag
2388
2389Get_Pure_Flag = libghdl.vhdl__nodes__get_pure_flag
2390Set_Pure_Flag = libghdl.vhdl__nodes__set_pure_flag
2391
2392Get_Foreign_Flag = libghdl.vhdl__nodes__get_foreign_flag
2393Set_Foreign_Flag = libghdl.vhdl__nodes__set_foreign_flag
2394
2395Get_Resolved_Flag = libghdl.vhdl__nodes__get_resolved_flag
2396Set_Resolved_Flag = libghdl.vhdl__nodes__set_resolved_flag
2397
2398Get_Signal_Type_Flag = libghdl.vhdl__nodes__get_signal_type_flag
2399Set_Signal_Type_Flag = libghdl.vhdl__nodes__set_signal_type_flag
2400
2401Get_Has_Signal_Flag = libghdl.vhdl__nodes__get_has_signal_flag
2402Set_Has_Signal_Flag = libghdl.vhdl__nodes__set_has_signal_flag
2403
2404Get_Purity_State = libghdl.vhdl__nodes__get_purity_state
2405Set_Purity_State = libghdl.vhdl__nodes__set_purity_state
2406
2407Get_Elab_Flag = libghdl.vhdl__nodes__get_elab_flag
2408Set_Elab_Flag = libghdl.vhdl__nodes__set_elab_flag
2409
2410Get_Vendor_Library_Flag = libghdl.vhdl__nodes__get_vendor_library_flag
2411Set_Vendor_Library_Flag = libghdl.vhdl__nodes__set_vendor_library_flag
2412
2413Get_Configuration_Mark_Flag = libghdl.vhdl__nodes__get_configuration_mark_flag
2414Set_Configuration_Mark_Flag = libghdl.vhdl__nodes__set_configuration_mark_flag
2415
2416Get_Configuration_Done_Flag = libghdl.vhdl__nodes__get_configuration_done_flag
2417Set_Configuration_Done_Flag = libghdl.vhdl__nodes__set_configuration_done_flag
2418
2419Get_Index_Constraint_Flag = libghdl.vhdl__nodes__get_index_constraint_flag
2420Set_Index_Constraint_Flag = libghdl.vhdl__nodes__set_index_constraint_flag
2421
2422Get_Hide_Implicit_Flag = libghdl.vhdl__nodes__get_hide_implicit_flag
2423Set_Hide_Implicit_Flag = libghdl.vhdl__nodes__set_hide_implicit_flag
2424
2425Get_Assertion_Condition = libghdl.vhdl__nodes__get_assertion_condition
2426Set_Assertion_Condition = libghdl.vhdl__nodes__set_assertion_condition
2427
2428Get_Report_Expression = libghdl.vhdl__nodes__get_report_expression
2429Set_Report_Expression = libghdl.vhdl__nodes__set_report_expression
2430
2431Get_Severity_Expression = libghdl.vhdl__nodes__get_severity_expression
2432Set_Severity_Expression = libghdl.vhdl__nodes__set_severity_expression
2433
2434Get_Instantiated_Unit = libghdl.vhdl__nodes__get_instantiated_unit
2435Set_Instantiated_Unit = libghdl.vhdl__nodes__set_instantiated_unit
2436
2437Get_Generic_Map_Aspect_Chain = libghdl.vhdl__nodes__get_generic_map_aspect_chain
2438Set_Generic_Map_Aspect_Chain = libghdl.vhdl__nodes__set_generic_map_aspect_chain
2439
2440Get_Port_Map_Aspect_Chain = libghdl.vhdl__nodes__get_port_map_aspect_chain
2441Set_Port_Map_Aspect_Chain = libghdl.vhdl__nodes__set_port_map_aspect_chain
2442
2443Get_Configuration_Name = libghdl.vhdl__nodes__get_configuration_name
2444Set_Configuration_Name = libghdl.vhdl__nodes__set_configuration_name
2445
2446Get_Component_Configuration = libghdl.vhdl__nodes__get_component_configuration
2447Set_Component_Configuration = libghdl.vhdl__nodes__set_component_configuration
2448
2449Get_Configuration_Specification = libghdl.vhdl__nodes__get_configuration_specification
2450Set_Configuration_Specification = libghdl.vhdl__nodes__set_configuration_specification
2451
2452Get_Default_Binding_Indication = libghdl.vhdl__nodes__get_default_binding_indication
2453Set_Default_Binding_Indication = libghdl.vhdl__nodes__set_default_binding_indication
2454
2455Get_Default_Configuration_Declaration = libghdl.vhdl__nodes__get_default_configuration_declaration
2456Set_Default_Configuration_Declaration = libghdl.vhdl__nodes__set_default_configuration_declaration
2457
2458Get_Expression = libghdl.vhdl__nodes__get_expression
2459Set_Expression = libghdl.vhdl__nodes__set_expression
2460
2461Get_Conditional_Expression_Chain = libghdl.vhdl__nodes__get_conditional_expression_chain
2462Set_Conditional_Expression_Chain = libghdl.vhdl__nodes__set_conditional_expression_chain
2463
2464Get_Allocator_Designated_Type = libghdl.vhdl__nodes__get_allocator_designated_type
2465Set_Allocator_Designated_Type = libghdl.vhdl__nodes__set_allocator_designated_type
2466
2467Get_Selected_Waveform_Chain = libghdl.vhdl__nodes__get_selected_waveform_chain
2468Set_Selected_Waveform_Chain = libghdl.vhdl__nodes__set_selected_waveform_chain
2469
2470Get_Conditional_Waveform_Chain = libghdl.vhdl__nodes__get_conditional_waveform_chain
2471Set_Conditional_Waveform_Chain = libghdl.vhdl__nodes__set_conditional_waveform_chain
2472
2473Get_Guard_Expression = libghdl.vhdl__nodes__get_guard_expression
2474Set_Guard_Expression = libghdl.vhdl__nodes__set_guard_expression
2475
2476Get_Guard_Decl = libghdl.vhdl__nodes__get_guard_decl
2477Set_Guard_Decl = libghdl.vhdl__nodes__set_guard_decl
2478
2479Get_Guard_Sensitivity_List = libghdl.vhdl__nodes__get_guard_sensitivity_list
2480Set_Guard_Sensitivity_List = libghdl.vhdl__nodes__set_guard_sensitivity_list
2481
2482Get_Signal_Attribute_Chain = libghdl.vhdl__nodes__get_signal_attribute_chain
2483Set_Signal_Attribute_Chain = libghdl.vhdl__nodes__set_signal_attribute_chain
2484
2485Get_Block_Block_Configuration = libghdl.vhdl__nodes__get_block_block_configuration
2486Set_Block_Block_Configuration = libghdl.vhdl__nodes__set_block_block_configuration
2487
2488Get_Package_Header = libghdl.vhdl__nodes__get_package_header
2489Set_Package_Header = libghdl.vhdl__nodes__set_package_header
2490
2491Get_Block_Header = libghdl.vhdl__nodes__get_block_header
2492Set_Block_Header = libghdl.vhdl__nodes__set_block_header
2493
2494Get_Uninstantiated_Package_Name = libghdl.vhdl__nodes__get_uninstantiated_package_name
2495Set_Uninstantiated_Package_Name = libghdl.vhdl__nodes__set_uninstantiated_package_name
2496
2497Get_Uninstantiated_Package_Decl = libghdl.vhdl__nodes__get_uninstantiated_package_decl
2498Set_Uninstantiated_Package_Decl = libghdl.vhdl__nodes__set_uninstantiated_package_decl
2499
2500Get_Instance_Source_File = libghdl.vhdl__nodes__get_instance_source_file
2501Set_Instance_Source_File = libghdl.vhdl__nodes__set_instance_source_file
2502
2503Get_Generate_Block_Configuration = libghdl.vhdl__nodes__get_generate_block_configuration
2504Set_Generate_Block_Configuration = libghdl.vhdl__nodes__set_generate_block_configuration
2505
2506Get_Generate_Statement_Body = libghdl.vhdl__nodes__get_generate_statement_body
2507Set_Generate_Statement_Body = libghdl.vhdl__nodes__set_generate_statement_body
2508
2509Get_Alternative_Label = libghdl.vhdl__nodes__get_alternative_label
2510Set_Alternative_Label = libghdl.vhdl__nodes__set_alternative_label
2511
2512Get_Generate_Else_Clause = libghdl.vhdl__nodes__get_generate_else_clause
2513Set_Generate_Else_Clause = libghdl.vhdl__nodes__set_generate_else_clause
2514
2515Get_Condition = libghdl.vhdl__nodes__get_condition
2516Set_Condition = libghdl.vhdl__nodes__set_condition
2517
2518Get_Else_Clause = libghdl.vhdl__nodes__get_else_clause
2519Set_Else_Clause = libghdl.vhdl__nodes__set_else_clause
2520
2521Get_Parameter_Specification = libghdl.vhdl__nodes__get_parameter_specification
2522Set_Parameter_Specification = libghdl.vhdl__nodes__set_parameter_specification
2523
2524Get_Parent = libghdl.vhdl__nodes__get_parent
2525Set_Parent = libghdl.vhdl__nodes__set_parent
2526
2527Get_Loop_Label = libghdl.vhdl__nodes__get_loop_label
2528Set_Loop_Label = libghdl.vhdl__nodes__set_loop_label
2529
2530Get_Exit_Flag = libghdl.vhdl__nodes__get_exit_flag
2531Set_Exit_Flag = libghdl.vhdl__nodes__set_exit_flag
2532
2533Get_Next_Flag = libghdl.vhdl__nodes__get_next_flag
2534Set_Next_Flag = libghdl.vhdl__nodes__set_next_flag
2535
2536Get_Component_Name = libghdl.vhdl__nodes__get_component_name
2537Set_Component_Name = libghdl.vhdl__nodes__set_component_name
2538
2539Get_Instantiation_List = libghdl.vhdl__nodes__get_instantiation_list
2540Set_Instantiation_List = libghdl.vhdl__nodes__set_instantiation_list
2541
2542Get_Entity_Aspect = libghdl.vhdl__nodes__get_entity_aspect
2543Set_Entity_Aspect = libghdl.vhdl__nodes__set_entity_aspect
2544
2545Get_Default_Entity_Aspect = libghdl.vhdl__nodes__get_default_entity_aspect
2546Set_Default_Entity_Aspect = libghdl.vhdl__nodes__set_default_entity_aspect
2547
2548Get_Binding_Indication = libghdl.vhdl__nodes__get_binding_indication
2549Set_Binding_Indication = libghdl.vhdl__nodes__set_binding_indication
2550
2551Get_Named_Entity = libghdl.vhdl__nodes__get_named_entity
2552Set_Named_Entity = libghdl.vhdl__nodes__set_named_entity
2553
2554Get_Alias_Declaration = libghdl.vhdl__nodes__get_alias_declaration
2555Set_Alias_Declaration = libghdl.vhdl__nodes__set_alias_declaration
2556
2557Get_Referenced_Name = libghdl.vhdl__nodes__get_referenced_name
2558Set_Referenced_Name = libghdl.vhdl__nodes__set_referenced_name
2559
2560Get_Expr_Staticness = libghdl.vhdl__nodes__get_expr_staticness
2561Set_Expr_Staticness = libghdl.vhdl__nodes__set_expr_staticness
2562
2563Get_Scalar_Size = libghdl.vhdl__nodes__get_scalar_size
2564Set_Scalar_Size = libghdl.vhdl__nodes__set_scalar_size
2565
2566Get_Error_Origin = libghdl.vhdl__nodes__get_error_origin
2567Set_Error_Origin = libghdl.vhdl__nodes__set_error_origin
2568
2569Get_Operand = libghdl.vhdl__nodes__get_operand
2570Set_Operand = libghdl.vhdl__nodes__set_operand
2571
2572Get_Left = libghdl.vhdl__nodes__get_left
2573Set_Left = libghdl.vhdl__nodes__set_left
2574
2575Get_Right = libghdl.vhdl__nodes__get_right
2576Set_Right = libghdl.vhdl__nodes__set_right
2577
2578Get_Unit_Name = libghdl.vhdl__nodes__get_unit_name
2579Set_Unit_Name = libghdl.vhdl__nodes__set_unit_name
2580
2581Get_Name = libghdl.vhdl__nodes__get_name
2582Set_Name = libghdl.vhdl__nodes__set_name
2583
2584Get_Group_Template_Name = libghdl.vhdl__nodes__get_group_template_name
2585Set_Group_Template_Name = libghdl.vhdl__nodes__set_group_template_name
2586
2587Get_Name_Staticness = libghdl.vhdl__nodes__get_name_staticness
2588Set_Name_Staticness = libghdl.vhdl__nodes__set_name_staticness
2589
2590Get_Prefix = libghdl.vhdl__nodes__get_prefix
2591Set_Prefix = libghdl.vhdl__nodes__set_prefix
2592
2593Get_Signature_Prefix = libghdl.vhdl__nodes__get_signature_prefix
2594Set_Signature_Prefix = libghdl.vhdl__nodes__set_signature_prefix
2595
2596Get_External_Pathname = libghdl.vhdl__nodes__get_external_pathname
2597Set_External_Pathname = libghdl.vhdl__nodes__set_external_pathname
2598
2599Get_Pathname_Suffix = libghdl.vhdl__nodes__get_pathname_suffix
2600Set_Pathname_Suffix = libghdl.vhdl__nodes__set_pathname_suffix
2601
2602Get_Pathname_Expression = libghdl.vhdl__nodes__get_pathname_expression
2603Set_Pathname_Expression = libghdl.vhdl__nodes__set_pathname_expression
2604
2605Get_In_Formal_Flag = libghdl.vhdl__nodes__get_in_formal_flag
2606Set_In_Formal_Flag = libghdl.vhdl__nodes__set_in_formal_flag
2607
2608Get_Slice_Subtype = libghdl.vhdl__nodes__get_slice_subtype
2609Set_Slice_Subtype = libghdl.vhdl__nodes__set_slice_subtype
2610
2611Get_Suffix = libghdl.vhdl__nodes__get_suffix
2612Set_Suffix = libghdl.vhdl__nodes__set_suffix
2613
2614Get_Index_Subtype = libghdl.vhdl__nodes__get_index_subtype
2615Set_Index_Subtype = libghdl.vhdl__nodes__set_index_subtype
2616
2617Get_Parameter = libghdl.vhdl__nodes__get_parameter
2618Set_Parameter = libghdl.vhdl__nodes__set_parameter
2619
2620Get_Parameter_2 = libghdl.vhdl__nodes__get_parameter_2
2621Set_Parameter_2 = libghdl.vhdl__nodes__set_parameter_2
2622
2623Get_Parameter_3 = libghdl.vhdl__nodes__get_parameter_3
2624Set_Parameter_3 = libghdl.vhdl__nodes__set_parameter_3
2625
2626Get_Parameter_4 = libghdl.vhdl__nodes__get_parameter_4
2627Set_Parameter_4 = libghdl.vhdl__nodes__set_parameter_4
2628
2629Get_Attr_Chain = libghdl.vhdl__nodes__get_attr_chain
2630Set_Attr_Chain = libghdl.vhdl__nodes__set_attr_chain
2631
2632Get_Signal_Attribute_Declaration = libghdl.vhdl__nodes__get_signal_attribute_declaration
2633Set_Signal_Attribute_Declaration = libghdl.vhdl__nodes__set_signal_attribute_declaration
2634
2635Get_Actual_Type = libghdl.vhdl__nodes__get_actual_type
2636Set_Actual_Type = libghdl.vhdl__nodes__set_actual_type
2637
2638Get_Actual_Type_Definition = libghdl.vhdl__nodes__get_actual_type_definition
2639Set_Actual_Type_Definition = libghdl.vhdl__nodes__set_actual_type_definition
2640
2641Get_Association_Chain = libghdl.vhdl__nodes__get_association_chain
2642Set_Association_Chain = libghdl.vhdl__nodes__set_association_chain
2643
2644Get_Individual_Association_Chain = libghdl.vhdl__nodes__get_individual_association_chain
2645Set_Individual_Association_Chain = libghdl.vhdl__nodes__set_individual_association_chain
2646
2647Get_Subprogram_Association_Chain = libghdl.vhdl__nodes__get_subprogram_association_chain
2648Set_Subprogram_Association_Chain = libghdl.vhdl__nodes__set_subprogram_association_chain
2649
2650Get_Aggregate_Info = libghdl.vhdl__nodes__get_aggregate_info
2651Set_Aggregate_Info = libghdl.vhdl__nodes__set_aggregate_info
2652
2653Get_Sub_Aggregate_Info = libghdl.vhdl__nodes__get_sub_aggregate_info
2654Set_Sub_Aggregate_Info = libghdl.vhdl__nodes__set_sub_aggregate_info
2655
2656Get_Aggr_Dynamic_Flag = libghdl.vhdl__nodes__get_aggr_dynamic_flag
2657Set_Aggr_Dynamic_Flag = libghdl.vhdl__nodes__set_aggr_dynamic_flag
2658
2659Get_Aggr_Min_Length = libghdl.vhdl__nodes__get_aggr_min_length
2660Set_Aggr_Min_Length = libghdl.vhdl__nodes__set_aggr_min_length
2661
2662Get_Aggr_Low_Limit = libghdl.vhdl__nodes__get_aggr_low_limit
2663Set_Aggr_Low_Limit = libghdl.vhdl__nodes__set_aggr_low_limit
2664
2665Get_Aggr_High_Limit = libghdl.vhdl__nodes__get_aggr_high_limit
2666Set_Aggr_High_Limit = libghdl.vhdl__nodes__set_aggr_high_limit
2667
2668Get_Aggr_Others_Flag = libghdl.vhdl__nodes__get_aggr_others_flag
2669Set_Aggr_Others_Flag = libghdl.vhdl__nodes__set_aggr_others_flag
2670
2671Get_Aggr_Named_Flag = libghdl.vhdl__nodes__get_aggr_named_flag
2672Set_Aggr_Named_Flag = libghdl.vhdl__nodes__set_aggr_named_flag
2673
2674Get_Aggregate_Expand_Flag = libghdl.vhdl__nodes__get_aggregate_expand_flag
2675Set_Aggregate_Expand_Flag = libghdl.vhdl__nodes__set_aggregate_expand_flag
2676
2677Get_Association_Choices_Chain = libghdl.vhdl__nodes__get_association_choices_chain
2678Set_Association_Choices_Chain = libghdl.vhdl__nodes__set_association_choices_chain
2679
2680Get_Case_Statement_Alternative_Chain = libghdl.vhdl__nodes__get_case_statement_alternative_chain
2681Set_Case_Statement_Alternative_Chain = libghdl.vhdl__nodes__set_case_statement_alternative_chain
2682
2683Get_Choice_Staticness = libghdl.vhdl__nodes__get_choice_staticness
2684Set_Choice_Staticness = libghdl.vhdl__nodes__set_choice_staticness
2685
2686Get_Procedure_Call = libghdl.vhdl__nodes__get_procedure_call
2687Set_Procedure_Call = libghdl.vhdl__nodes__set_procedure_call
2688
2689Get_Implementation = libghdl.vhdl__nodes__get_implementation
2690Set_Implementation = libghdl.vhdl__nodes__set_implementation
2691
2692Get_Parameter_Association_Chain = libghdl.vhdl__nodes__get_parameter_association_chain
2693Set_Parameter_Association_Chain = libghdl.vhdl__nodes__set_parameter_association_chain
2694
2695Get_Method_Object = libghdl.vhdl__nodes__get_method_object
2696Set_Method_Object = libghdl.vhdl__nodes__set_method_object
2697
2698Get_Subtype_Type_Mark = libghdl.vhdl__nodes__get_subtype_type_mark
2699Set_Subtype_Type_Mark = libghdl.vhdl__nodes__set_subtype_type_mark
2700
2701Get_Subnature_Nature_Mark = libghdl.vhdl__nodes__get_subnature_nature_mark
2702Set_Subnature_Nature_Mark = libghdl.vhdl__nodes__set_subnature_nature_mark
2703
2704Get_Type_Conversion_Subtype = libghdl.vhdl__nodes__get_type_conversion_subtype
2705Set_Type_Conversion_Subtype = libghdl.vhdl__nodes__set_type_conversion_subtype
2706
2707Get_Type_Mark = libghdl.vhdl__nodes__get_type_mark
2708Set_Type_Mark = libghdl.vhdl__nodes__set_type_mark
2709
2710Get_File_Type_Mark = libghdl.vhdl__nodes__get_file_type_mark
2711Set_File_Type_Mark = libghdl.vhdl__nodes__set_file_type_mark
2712
2713Get_Return_Type_Mark = libghdl.vhdl__nodes__get_return_type_mark
2714Set_Return_Type_Mark = libghdl.vhdl__nodes__set_return_type_mark
2715
2716Get_Has_Disconnect_Flag = libghdl.vhdl__nodes__get_has_disconnect_flag
2717Set_Has_Disconnect_Flag = libghdl.vhdl__nodes__set_has_disconnect_flag
2718
2719Get_Has_Active_Flag = libghdl.vhdl__nodes__get_has_active_flag
2720Set_Has_Active_Flag = libghdl.vhdl__nodes__set_has_active_flag
2721
2722Get_Is_Within_Flag = libghdl.vhdl__nodes__get_is_within_flag
2723Set_Is_Within_Flag = libghdl.vhdl__nodes__set_is_within_flag
2724
2725Get_Type_Marks_List = libghdl.vhdl__nodes__get_type_marks_list
2726Set_Type_Marks_List = libghdl.vhdl__nodes__set_type_marks_list
2727
2728Get_Implicit_Alias_Flag = libghdl.vhdl__nodes__get_implicit_alias_flag
2729Set_Implicit_Alias_Flag = libghdl.vhdl__nodes__set_implicit_alias_flag
2730
2731Get_Alias_Signature = libghdl.vhdl__nodes__get_alias_signature
2732Set_Alias_Signature = libghdl.vhdl__nodes__set_alias_signature
2733
2734Get_Attribute_Signature = libghdl.vhdl__nodes__get_attribute_signature
2735Set_Attribute_Signature = libghdl.vhdl__nodes__set_attribute_signature
2736
2737Get_Overload_List = libghdl.vhdl__nodes__get_overload_list
2738Set_Overload_List = libghdl.vhdl__nodes__set_overload_list
2739
2740Get_Simple_Name_Identifier = libghdl.vhdl__nodes__get_simple_name_identifier
2741Set_Simple_Name_Identifier = libghdl.vhdl__nodes__set_simple_name_identifier
2742
2743Get_Simple_Name_Subtype = libghdl.vhdl__nodes__get_simple_name_subtype
2744Set_Simple_Name_Subtype = libghdl.vhdl__nodes__set_simple_name_subtype
2745
2746Get_Protected_Type_Body = libghdl.vhdl__nodes__get_protected_type_body
2747Set_Protected_Type_Body = libghdl.vhdl__nodes__set_protected_type_body
2748
2749Get_Protected_Type_Declaration = libghdl.vhdl__nodes__get_protected_type_declaration
2750Set_Protected_Type_Declaration = libghdl.vhdl__nodes__set_protected_type_declaration
2751
2752Get_Use_Flag = libghdl.vhdl__nodes__get_use_flag
2753Set_Use_Flag = libghdl.vhdl__nodes__set_use_flag
2754
2755Get_End_Has_Reserved_Id = libghdl.vhdl__nodes__get_end_has_reserved_id
2756Set_End_Has_Reserved_Id = libghdl.vhdl__nodes__set_end_has_reserved_id
2757
2758Get_End_Has_Identifier = libghdl.vhdl__nodes__get_end_has_identifier
2759Set_End_Has_Identifier = libghdl.vhdl__nodes__set_end_has_identifier
2760
2761Get_End_Has_Postponed = libghdl.vhdl__nodes__get_end_has_postponed
2762Set_End_Has_Postponed = libghdl.vhdl__nodes__set_end_has_postponed
2763
2764Get_Has_Label = libghdl.vhdl__nodes__get_has_label
2765Set_Has_Label = libghdl.vhdl__nodes__set_has_label
2766
2767Get_Has_Begin = libghdl.vhdl__nodes__get_has_begin
2768Set_Has_Begin = libghdl.vhdl__nodes__set_has_begin
2769
2770Get_Has_End = libghdl.vhdl__nodes__get_has_end
2771Set_Has_End = libghdl.vhdl__nodes__set_has_end
2772
2773Get_Has_Is = libghdl.vhdl__nodes__get_has_is
2774Set_Has_Is = libghdl.vhdl__nodes__set_has_is
2775
2776Get_Has_Pure = libghdl.vhdl__nodes__get_has_pure
2777Set_Has_Pure = libghdl.vhdl__nodes__set_has_pure
2778
2779Get_Has_Body = libghdl.vhdl__nodes__get_has_body
2780Set_Has_Body = libghdl.vhdl__nodes__set_has_body
2781
2782Get_Has_Parameter = libghdl.vhdl__nodes__get_has_parameter
2783Set_Has_Parameter = libghdl.vhdl__nodes__set_has_parameter
2784
2785Get_Has_Component = libghdl.vhdl__nodes__get_has_component
2786Set_Has_Component = libghdl.vhdl__nodes__set_has_component
2787
2788Get_Has_Identifier_List = libghdl.vhdl__nodes__get_has_identifier_list
2789Set_Has_Identifier_List = libghdl.vhdl__nodes__set_has_identifier_list
2790
2791Get_Has_Mode = libghdl.vhdl__nodes__get_has_mode
2792Set_Has_Mode = libghdl.vhdl__nodes__set_has_mode
2793
2794Get_Has_Class = libghdl.vhdl__nodes__get_has_class
2795Set_Has_Class = libghdl.vhdl__nodes__set_has_class
2796
2797Get_Has_Delay_Mechanism = libghdl.vhdl__nodes__get_has_delay_mechanism
2798Set_Has_Delay_Mechanism = libghdl.vhdl__nodes__set_has_delay_mechanism
2799
2800Get_Suspend_Flag = libghdl.vhdl__nodes__get_suspend_flag
2801Set_Suspend_Flag = libghdl.vhdl__nodes__set_suspend_flag
2802
2803Get_Is_Ref = libghdl.vhdl__nodes__get_is_ref
2804Set_Is_Ref = libghdl.vhdl__nodes__set_is_ref
2805
2806Get_Is_Forward_Ref = libghdl.vhdl__nodes__get_is_forward_ref
2807Set_Is_Forward_Ref = libghdl.vhdl__nodes__set_is_forward_ref
2808
2809Get_Psl_Property = libghdl.vhdl__nodes__get_psl_property
2810Set_Psl_Property = libghdl.vhdl__nodes__set_psl_property
2811
2812Get_Psl_Sequence = libghdl.vhdl__nodes__get_psl_sequence
2813Set_Psl_Sequence = libghdl.vhdl__nodes__set_psl_sequence
2814
2815Get_Psl_Declaration = libghdl.vhdl__nodes__get_psl_declaration
2816Set_Psl_Declaration = libghdl.vhdl__nodes__set_psl_declaration
2817
2818Get_Psl_Expression = libghdl.vhdl__nodes__get_psl_expression
2819Set_Psl_Expression = libghdl.vhdl__nodes__set_psl_expression
2820
2821Get_Psl_Boolean = libghdl.vhdl__nodes__get_psl_boolean
2822Set_Psl_Boolean = libghdl.vhdl__nodes__set_psl_boolean
2823
2824Get_PSL_Clock = libghdl.vhdl__nodes__get_psl_clock
2825Set_PSL_Clock = libghdl.vhdl__nodes__set_psl_clock
2826
2827Get_PSL_NFA = libghdl.vhdl__nodes__get_psl_nfa
2828Set_PSL_NFA = libghdl.vhdl__nodes__set_psl_nfa
2829
2830Get_PSL_Nbr_States = libghdl.vhdl__nodes__get_psl_nbr_states
2831Set_PSL_Nbr_States = libghdl.vhdl__nodes__set_psl_nbr_states
2832
2833Get_PSL_Clock_Sensitivity = libghdl.vhdl__nodes__get_psl_clock_sensitivity
2834Set_PSL_Clock_Sensitivity = libghdl.vhdl__nodes__set_psl_clock_sensitivity
2835
2836Get_PSL_EOS_Flag = libghdl.vhdl__nodes__get_psl_eos_flag
2837Set_PSL_EOS_Flag = libghdl.vhdl__nodes__set_psl_eos_flag
2838
2839Get_Count_Expression = libghdl.vhdl__nodes__get_count_expression
2840Set_Count_Expression = libghdl.vhdl__nodes__set_count_expression
2841
2842Get_Clock_Expression = libghdl.vhdl__nodes__get_clock_expression
2843Set_Clock_Expression = libghdl.vhdl__nodes__set_clock_expression
2844
2845Get_Default_Clock = libghdl.vhdl__nodes__get_default_clock
2846Set_Default_Clock = libghdl.vhdl__nodes__set_default_clock
2847
2848