MCPcopy Create free account
hub / github.com/Nic30/hdlConvertor / visitNet_lvalue

Method visitNet_lvalue

src/svConvertor/exprParser.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44unique_ptr<iHdlExprItem> VerExprParser::visitNet_lvalue(
45 sv2017Parser::Net_lvalueContext *ctx) {
46 //net_lvalue: variable_lvalue;
47 auto v = ctx->variable_lvalue();
48 assert(v);
49 return visitVariable_lvalue(v);
50}
51
52unique_ptr<iHdlExprItem> VerExprParser::visitPackage_scope(
53 sv2017Parser::Package_scopeContext *ctx) {

Callers 2

visitInout_terminalMethod · 0.80
visitOutput_terminalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected