Home
last modified time | relevance | path

Searched refs:parentscope (Results 1 – 5 of 5) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dexpr.cc545 ivl_scope_t parentscope = ivl_scope_parent(defscope); in translate_ufunc() local
546 assert(ivl_scope_type(parentscope) == IVL_SCT_MODULE); in translate_ufunc()
551 vhdl_entity *parent_ent = find_entity(parentscope); in translate_ufunc()
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dtype.h50 struct scope *parentscope; member
/dports/lang/nwcc/nwcc_0.8.3/
H A Dtype.h50 struct scope *parentscope; member
H A Dscope.c1418 ts->parentscope = destscope; in store_def_scope()
1428 == oldts->parentscope) { in store_def_scope()
H A Ddecl.c617 ts->parentscope = curscope; in get_base_type()