Home
last modified time | relevance | path

Searched refs:set_module_name (Results 1 – 7 of 7) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Dnet_design.cc112 root_scope_->set_module_name(root_scope_->basename()); in make_root_scope()
135 scope->set_module_name(scope->basename()); in make_package_scope()
H A Dnet_scope.cc535 void NetScope::set_module_name(perm_string n) in set_module_name() function in NetScope
H A Delab_scope.cc1456 my_scope->set_module_name(mod->mod_name()); in elaborate_scope_mod_instances_()
H A Dnetlist.h1057 void set_module_name(perm_string);
/dports/games/tads/tads-3.0.8/tads3/
H A Dtcmake.h128 void set_module_name(const textchar_t *modname);
H A Dtcmake.cpp340 mod->set_module_name(src_name); in add_module()
2338 void CTcMakeModule::set_module_name(const textchar_t *modname) in set_module_name() function in CTcMakeModule
H A Dtcmakecl.cpp1359 lib_mod.set_module_name(fname); in main()