/dports/cad/iverilog/verilog-11.0/vhdlpp/ |
H A D | scope.h | 31 class ActiveScope; variable 55 explicit ScopeBase(const ActiveScope&ref); 182 explicit Scope(const ActiveScope&ref) : ScopeBase(ref) {} in Scope() 199 class ActiveScope : public ScopeBase { 202 ActiveScope() : context_entity_(0) { } in ActiveScope() function 203 explicit ActiveScope(const ActiveScope*par); 205 ~ActiveScope() { } in ~ActiveScope()
|
H A D | library.cc | 114 static void import_ieee_use(const YYLTYPE&loc, ActiveScope*res, perm_string package, perm_string na… 115 static void import_std_use(const YYLTYPE&loc, ActiveScope*res, perm_string package, perm_string nam… 232 void library_use(const YYLTYPE&loc, ActiveScope*res, in library_use() 307 static void import_ieee_use_std_logic_1164(ActiveScope*res, perm_string name) in import_ieee_use_std_logic_1164() 316 static void import_ieee_use_std_logic_misc(ActiveScope*, perm_string name) in import_ieee_use_std_logic_misc() argument 342 static void import_ieee_use_numeric_bit(ActiveScope*res, perm_string name) in import_ieee_use_numeric_bit() 354 static void import_ieee_use_numeric_std(ActiveScope*res, perm_string name) in import_ieee_use_numeric_std() 366 static void import_ieee_use(const YYLTYPE&/*loc*/, ActiveScope*res, in import_ieee_use() 402 static void import_std_use(const YYLTYPE&/*loc*/, ActiveScope*res, in import_std_use()
|
H A D | parse_misc.h | 25 class ActiveScope; variable 34 extern void bind_entity_to_active_scope(const char*ename, ActiveScope*scope); 65 extern void library_use(const YYLTYPE&loc, ActiveScope*res, const char*libname, const char*pack, co…
|
H A D | std_types.h | 23 class ActiveScope; variable 26 void generate_global_types(ActiveScope*res);
|
H A D | scope.cc | 40 ScopeBase::ScopeBase(const ActiveScope&ref) in ScopeBase() 329 SubprogramHeader* ActiveScope::recall_subprogram(const SubprogramHeader*subp) const in recall_subprogram() 351 bool ActiveScope::is_vector_name(perm_string name) const in is_vector_name() 382 ActiveScope::ActiveScope(const ActiveScope*par) in ActiveScope() function in ActiveScope
|
H A D | package.h | 30 Package(perm_string name, const ActiveScope&ref);
|
H A D | architec.cc | 30 Architecture::Architecture(perm_string name, const ActiveScope&ref, in Architecture() 271 const ActiveScope&ref, in ProcessStatement()
|
H A D | architec.h | 63 Architecture(perm_string name, const ActiveScope&ref, 299 const ActiveScope&ref,
|
H A D | parse_misc.cc | 36 void bind_entity_to_active_scope(const char*ename, ActiveScope*scope) in bind_entity_to_active_scope()
|
H A D | package.cc | 30 Package::Package(perm_string n, const ActiveScope&ref) in Package()
|
H A D | std_types.cc | 47 void generate_global_types(ActiveScope*res) in generate_global_types()
|
H A D | parse.y | 86 static ActiveScope*active_scope = new ActiveScope; 87 static stack<ActiveScope*> scope_stack; 89 static ActiveScope*arc_scope = NULL; 102 active_scope = new ActiveScope (active_scope); in push_scope()
|
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Workspace/ |
H A D | MetaFileParser.py | 461 for ActiveScope in self._Scope: 462 Scope0, Scope1, Scope2= ActiveScope[0], ActiveScope[1], ActiveScope[2] 468 for ActiveScope in self._Scope: 469 Scope0, Scope1, Scope2 = ActiveScope[0], ActiveScope[1], ActiveScope[2]
|
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/Workspace/ |
H A D | MetaFileParser.py | 470 for ActiveScope in self._Scope: 471 Scope0, Scope1, Scope2= ActiveScope[0], ActiveScope[1], ActiveScope[2] 477 for ActiveScope in self._Scope: 478 Scope0, Scope1, Scope2 = ActiveScope[0], ActiveScope[1], ActiveScope[2]
|
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/Workspace/ |
H A D | MetaFileParser.py | 470 for ActiveScope in self._Scope: 471 Scope0, Scope1, Scope2= ActiveScope[0], ActiveScope[1], ActiveScope[2] 477 for ActiveScope in self._Scope: 478 Scope0, Scope1, Scope2 = ActiveScope[0], ActiveScope[1], ActiveScope[2]
|
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/Workspace/ |
H A D | MetaFileParser.py | 470 for ActiveScope in self._Scope: 471 Scope0, Scope1, Scope2= ActiveScope[0], ActiveScope[1], ActiveScope[2] 477 for ActiveScope in self._Scope: 478 Scope0, Scope1, Scope2 = ActiveScope[0], ActiveScope[1], ActiveScope[2]
|
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/Workspace/ |
H A D | MetaFileParser.py | 470 for ActiveScope in self._Scope: 471 Scope0, Scope1, Scope2= ActiveScope[0], ActiveScope[1], ActiveScope[2] 477 for ActiveScope in self._Scope: 478 Scope0, Scope1, Scope2 = ActiveScope[0], ActiveScope[1], ActiveScope[2]
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Workspace/ |
H A D | MetaFileParser.py | 461 for ActiveScope in self._Scope: 462 Scope0, Scope1, Scope2= ActiveScope[0], ActiveScope[1], ActiveScope[2] 468 for ActiveScope in self._Scope: 469 Scope0, Scope1, Scope2 = ActiveScope[0], ActiveScope[1], ActiveScope[2]
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/Workspace/ |
H A D | MetaFileParser.py | 461 for ActiveScope in self._Scope: 462 Scope0, Scope1, Scope2= ActiveScope[0], ActiveScope[1], ActiveScope[2] 468 for ActiveScope in self._Scope: 469 Scope0, Scope1, Scope2 = ActiveScope[0], ActiveScope[1], ActiveScope[2]
|
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/Workspace/ |
H A D | MetaFileParser.py | 470 for ActiveScope in self._Scope: 471 Scope0, Scope1, Scope2= ActiveScope[0], ActiveScope[1], ActiveScope[2] 477 for ActiveScope in self._Scope: 478 Scope0, Scope1, Scope2 = ActiveScope[0], ActiveScope[1], ActiveScope[2]
|
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/Workspace/ |
H A D | MetaFileParser.py | 470 for ActiveScope in self._Scope: 471 Scope0, Scope1, Scope2= ActiveScope[0], ActiveScope[1], ActiveScope[2] 477 for ActiveScope in self._Scope: 478 Scope0, Scope1, Scope2 = ActiveScope[0], ActiveScope[1], ActiveScope[2]
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/Workspace/ |
H A D | MetaFileParser.py | 419 for ActiveScope in self._Scope: 420 Scope0, Scope1 = ActiveScope[0], ActiveScope[1] 426 for ActiveScope in self._Scope: 427 Scope0, Scope1 = ActiveScope[0], ActiveScope[1]
|