diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-05-16 10:12:26 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-05-16 10:12:26 +0200 |
commit | 15d517f38815e8c26e2459a8a2f3ffaa45887807 (patch) | |
tree | 0755262ab06f7e134c77b51f2c605bf4e6740fb9 /pyGHDL/libghdl | |
parent | 919645ce03bacb136318ac96ddf920dfc267eeeb (diff) | |
download | ghdl-15d517f38815e8c26e2459a8a2f3ffaa45887807.tar.gz ghdl-15d517f38815e8c26e2459a8a2f3ffaa45887807.tar.bz2 ghdl-15d517f38815e8c26e2459a8a2f3ffaa45887807.zip |
vhdl: remove unused Get/Set_Alias_Declaration
Diffstat (limited to 'pyGHDL/libghdl')
-rw-r--r-- | pyGHDL/libghdl/vhdl/nodes.py | 3 | ||||
-rw-r--r-- | pyGHDL/libghdl/vhdl/nodes_meta.py | 199 |
2 files changed, 98 insertions, 104 deletions
diff --git a/pyGHDL/libghdl/vhdl/nodes.py b/pyGHDL/libghdl/vhdl/nodes.py index 3d0c43f4b..65d82e3b3 100644 --- a/pyGHDL/libghdl/vhdl/nodes.py +++ b/pyGHDL/libghdl/vhdl/nodes.py @@ -2592,9 +2592,6 @@ Set_Binding_Indication = libghdl.vhdl__nodes__set_binding_indication Get_Named_Entity = libghdl.vhdl__nodes__get_named_entity Set_Named_Entity = libghdl.vhdl__nodes__set_named_entity -Get_Alias_Declaration = libghdl.vhdl__nodes__get_alias_declaration -Set_Alias_Declaration = libghdl.vhdl__nodes__set_alias_declaration - Get_Referenced_Name = libghdl.vhdl__nodes__get_referenced_name Set_Referenced_Name = libghdl.vhdl__nodes__set_referenced_name diff --git a/pyGHDL/libghdl/vhdl/nodes_meta.py b/pyGHDL/libghdl/vhdl/nodes_meta.py index 97f2b31d3..3f441388d 100644 --- a/pyGHDL/libghdl/vhdl/nodes_meta.py +++ b/pyGHDL/libghdl/vhdl/nodes_meta.py @@ -342,105 +342,104 @@ class fields: Default_Entity_Aspect = 269 Binding_Indication = 270 Named_Entity = 271 - Alias_Declaration = 272 - Referenced_Name = 273 - Expr_Staticness = 274 - Scalar_Size = 275 - Error_Origin = 276 - Operand = 277 - Left = 278 - Right = 279 - Unit_Name = 280 - Name = 281 - Group_Template_Name = 282 - Name_Staticness = 283 - Prefix = 284 - Signature_Prefix = 285 - External_Pathname = 286 - Pathname_Suffix = 287 - Pathname_Expression = 288 - In_Formal_Flag = 289 - Slice_Subtype = 290 - Suffix = 291 - Index_Subtype = 292 - Parameter = 293 - Parameter_2 = 294 - Parameter_3 = 295 - Parameter_4 = 296 - Attr_Chain = 297 - Signal_Attribute_Declaration = 298 - Actual_Type = 299 - Actual_Type_Definition = 300 - Association_Chain = 301 - Individual_Association_Chain = 302 - Subprogram_Association_Chain = 303 - Aggregate_Info = 304 - Sub_Aggregate_Info = 305 - Aggr_Dynamic_Flag = 306 - Aggr_Min_Length = 307 - Aggr_Low_Limit = 308 - Aggr_High_Limit = 309 - Aggr_Others_Flag = 310 - Aggr_Named_Flag = 311 - Aggregate_Expand_Flag = 312 - Association_Choices_Chain = 313 - Case_Statement_Alternative_Chain = 314 - Choice_Staticness = 315 - Procedure_Call = 316 - Implementation = 317 - Parameter_Association_Chain = 318 - Method_Object = 319 - Subtype_Type_Mark = 320 - Subnature_Nature_Mark = 321 - Type_Conversion_Subtype = 322 - Type_Mark = 323 - File_Type_Mark = 324 - Return_Type_Mark = 325 - Has_Disconnect_Flag = 326 - Has_Active_Flag = 327 - Is_Within_Flag = 328 - Type_Marks_List = 329 - Implicit_Alias_Flag = 330 - Alias_Signature = 331 - Attribute_Signature = 332 - Overload_List = 333 - Simple_Name_Identifier = 334 - Simple_Name_Subtype = 335 - Protected_Type_Body = 336 - Protected_Type_Declaration = 337 - Use_Flag = 338 - End_Has_Reserved_Id = 339 - End_Has_Identifier = 340 - End_Has_Postponed = 341 - Has_Label = 342 - Has_Begin = 343 - Has_End = 344 - Has_Is = 345 - Has_Pure = 346 - Has_Body = 347 - Has_Parameter = 348 - Has_Component = 349 - Has_Identifier_List = 350 - Has_Mode = 351 - Has_Class = 352 - Has_Delay_Mechanism = 353 - Suspend_Flag = 354 - Is_Ref = 355 - Is_Forward_Ref = 356 - Psl_Property = 357 - Psl_Sequence = 358 - Psl_Declaration = 359 - Psl_Expression = 360 - Psl_Boolean = 361 - PSL_Clock = 362 - PSL_NFA = 363 - PSL_Nbr_States = 364 - PSL_Clock_Sensitivity = 365 - PSL_EOS_Flag = 366 - Count_Expression = 367 - Clock_Expression = 368 - Default_Clock = 369 - Foreign_Node = 370 + Referenced_Name = 272 + Expr_Staticness = 273 + Scalar_Size = 274 + Error_Origin = 275 + Operand = 276 + Left = 277 + Right = 278 + Unit_Name = 279 + Name = 280 + Group_Template_Name = 281 + Name_Staticness = 282 + Prefix = 283 + Signature_Prefix = 284 + External_Pathname = 285 + Pathname_Suffix = 286 + Pathname_Expression = 287 + In_Formal_Flag = 288 + Slice_Subtype = 289 + Suffix = 290 + Index_Subtype = 291 + Parameter = 292 + Parameter_2 = 293 + Parameter_3 = 294 + Parameter_4 = 295 + Attr_Chain = 296 + Signal_Attribute_Declaration = 297 + Actual_Type = 298 + Actual_Type_Definition = 299 + Association_Chain = 300 + Individual_Association_Chain = 301 + Subprogram_Association_Chain = 302 + Aggregate_Info = 303 + Sub_Aggregate_Info = 304 + Aggr_Dynamic_Flag = 305 + Aggr_Min_Length = 306 + Aggr_Low_Limit = 307 + Aggr_High_Limit = 308 + Aggr_Others_Flag = 309 + Aggr_Named_Flag = 310 + Aggregate_Expand_Flag = 311 + Association_Choices_Chain = 312 + Case_Statement_Alternative_Chain = 313 + Choice_Staticness = 314 + Procedure_Call = 315 + Implementation = 316 + Parameter_Association_Chain = 317 + Method_Object = 318 + Subtype_Type_Mark = 319 + Subnature_Nature_Mark = 320 + Type_Conversion_Subtype = 321 + Type_Mark = 322 + File_Type_Mark = 323 + Return_Type_Mark = 324 + Has_Disconnect_Flag = 325 + Has_Active_Flag = 326 + Is_Within_Flag = 327 + Type_Marks_List = 328 + Implicit_Alias_Flag = 329 + Alias_Signature = 330 + Attribute_Signature = 331 + Overload_List = 332 + Simple_Name_Identifier = 333 + Simple_Name_Subtype = 334 + Protected_Type_Body = 335 + Protected_Type_Declaration = 336 + Use_Flag = 337 + End_Has_Reserved_Id = 338 + End_Has_Identifier = 339 + End_Has_Postponed = 340 + Has_Label = 341 + Has_Begin = 342 + Has_End = 343 + Has_Is = 344 + Has_Pure = 345 + Has_Body = 346 + Has_Parameter = 347 + Has_Component = 348 + Has_Identifier_List = 349 + Has_Mode = 350 + Has_Class = 351 + Has_Delay_Mechanism = 352 + Suspend_Flag = 353 + Is_Ref = 354 + Is_Forward_Ref = 355 + Psl_Property = 356 + Psl_Sequence = 357 + Psl_Declaration = 358 + Psl_Expression = 359 + Psl_Boolean = 360 + PSL_Clock = 361 + PSL_NFA = 362 + PSL_Nbr_States = 363 + PSL_Clock_Sensitivity = 364 + PSL_EOS_Flag = 365 + Count_Expression = 366 + Clock_Expression = 367 + Default_Clock = 368 + Foreign_Node = 369 Get_Boolean = libghdl.vhdl__nodes_meta__get_boolean @@ -1102,8 +1101,6 @@ Has_Binding_Indication = libghdl.vhdl__nodes_meta__has_binding_indication Has_Named_Entity = libghdl.vhdl__nodes_meta__has_named_entity -Has_Alias_Declaration = libghdl.vhdl__nodes_meta__has_alias_declaration - Has_Referenced_Name = libghdl.vhdl__nodes_meta__has_referenced_name Has_Expr_Staticness = libghdl.vhdl__nodes_meta__has_expr_staticness |