Home
last modified time | relevance | path

Searched refs:Block_Scope (Results 1 – 14 of 14) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap1.adb138 Pop_Instance_Factory (Info.Block_Scope'Access);
210 Set_Scope_Via_Field (Entity_Info.Block_Scope,
222 Clear_Scope (Entity_Info.Block_Scope);
223 Clear_Scope (Arch_Info.Block_Scope);
249 Get_Scope_Type (Entity_Info.Block_Scope));
311 Set_Scope_Via_Field (Entity_Info.Block_Scope,
317 Clear_Scope (Entity_Info.Block_Scope);
482 Clear_Scope (Base_Info.Block_Scope);
525 (Base_Info.Block_Scope,
663 Clear_Scope (Info.Block_Scope);
[all …]
H A Dtrans-chap9.adb130 Clear_Scope (Base.Block_Scope);
156 Clear_Scope (Base.Block_Scope);
504 Clear_Scope (Base.Block_Scope);
707 Clear_Scope (Base.Block_Scope);
974 Info.Block_Scope);
1087 Clear_Scope (Info.Block_Scope);
1090 Clear_Scope (Base.Block_Scope);
2198 Clear_Scope (Info.Block_Scope);
2405 Clear_Scope (Info.Block_Scope);
2556 Clear_Scope (Info.Block_Scope);
[all …]
H A Dtrans-chap12.adb124 New_Lit (Get_Scope_Size (Arch_Info.Block_Scope)),
153 Set_Scope_Via_Param_Ptr (Entity_Info.Block_Scope, Instance);
173 Clear_Scope (Entity_Info.Block_Scope);
222 Finish_Init_Value (Const, Get_Scope_Size (Arch_Info.Block_Scope));
H A Dtrans-chap4.adb2931 Set_Scope_Via_Param_Ptr (Block_Info.Block_Scope, V);
2951 Set_Scope_Via_Param_Ptr (Entity_Info.Block_Scope, V);
2961 and then Has_Scope_Type (Stmt_Info.Block_Scope)
2963 Set_Scope_Via_Field (Stmt_Info.Block_Scope,
2965 Get_Info (Block).Block_Scope'Access);
3077 and then Has_Scope_Type (Stmt_Info.Block_Scope)
3079 Clear_Scope (Stmt_Info.Block_Scope);
3085 Clear_Scope (Entity_Info.Block_Scope);
3088 Clear_Scope (Block_Info.Block_Scope);
H A Dtrans-rtis.adb2219 (Get_Info (Get_Parent (Stmt)).Block_Scope),
2516 (Get_Scope_Type (Get_Info (Get_Parent (Blk)).Block_Scope),
2579 (Get_Scope_Type (Get_Info (Get_Parent (Blk)).Block_Scope),
2592 (List, New_Sizeof (Get_Scope_Type (Bod_Info.Block_Scope),
2663 (Get_Scope_Type (Info.Block_Scope),
2698 Field_Off := Get_Scope_Offset (Info.Block_Scope, Ghdl_Ptr_Type);
3029 Ref := Get_Instance_Ref (Node_Info.Block_Scope);
3036 Ref := Get_Instance_Ref (Bod_Info.Block_Scope);
H A Dtrans.ads1977 Block_Scope : aliased Var_Scope_Type; component
H A Dtrans.adb590 Find_Scope (Info.Block_Scope, Res, Is_Ptr);
/dports/math/curv/curv-0.5/ideas/
H A DWhere30 virtual void add_to_scope(Block_Scope&);
35 void Where_Definition::add_to_scope(Block_Scope& scope)
47 struct Where_Scope : public Block_Scope
49 Block_Scope& parent_scope_;
52 Block_Scope& parent_scope,
55 Block_Scope(---),
75 virtual void add_to_scope(Block_Scope&) = 0;
80 void Where_Definition::add_to_scope(Block_Scope& scope)
106 class Where_Scope : public Block_Scope
108 //What's a Block_Scope?
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-context.adb55 Block_Scope => Global_Info,
92 Block_Scope => Scope,
301 or else Info.Obj_Scope /= Syn_Inst.Block_Scope
341 if Current.Block_Scope = Scope then
H A Dsynth-context.ads187 Block_Scope : Sim_Info_Acc; variable
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb96 or else Info.Obj_Scope /= Instance.Block_Scope
346 Block_Scope => Obj_Info,
392 pragma Assert (Block.Block_Scope = Package_Info.Pkg_Parent);
837 if Range_Info.Obj_Scope /= Instance.Block_Scope
846 and then (Range_Info.Obj_Scope /= Instance.Block_Scope
2752 if Cons_Info.Obj_Scope = Instance.Block_Scope
2840 Instance.Block_Scope := Get_Info (Entity);
3003 Block_Scope => Global_Info,
H A Dsimul-environments.ads224 Block_Scope : Sim_Info_Acc; component
H A Dsimul-execution.adb79 if Current.Block_Scope = Scope then
92 if Current.Block_Scope = Scope
3387 Block_Scope => Get_Info (Label),
/dports/math/curv/curv-0.5/ideas/language/
H A DDefinitions294 void Data_Definition::add_to_scope(Block_Scope& scope):