Home
last modified time | relevance | path

Searched refs:is_sequ (Results 1 – 2 of 2) sorted by relevance

/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dexpression_elaborate.cc94 int ExpName::elaborate_lval_(Entity*ent, ScopeBase*scope, bool is_sequ, ExpName*suffix) in elaborate_lval_() argument
129 if (is_sequ) in elaborate_lval_()
130 ent->set_declaration_l_value(name_, is_sequ); in elaborate_lval_()
143 if (is_sequ) sig->count_ref_sequ(); in elaborate_lval_()
149 if (is_sequ) var->count_ref_sequ(); in elaborate_lval_()
216 int ExpName::elaborate_lval(Entity*ent, ScopeBase*scope, bool is_sequ) in elaborate_lval() argument
221 return prefix_->elaborate_lval_(ent, scope, is_sequ, this); in elaborate_lval()
234 if (is_sequ) in elaborate_lval()
235 ent->set_declaration_l_value(name_, is_sequ); in elaborate_lval()
251 if (is_sequ) sig->count_ref_sequ(); in elaborate_lval()
[all …]
H A Dexpression.h87 bool is_sequ);
837 int elaborate_lval(Entity*ent, ScopeBase*scope, bool is_sequ) in elaborate_lval() argument
838 { return name_->elaborate_lval(ent, get_scope(scope), is_sequ); } in elaborate_lval()