Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dexpression_debug.cc55 case xCONCAT: in dump()
H A Dexpression_evaluate.cc69 case xCONCAT: // not possible in evaluate()
H A Dexpression_stream.cc100 case xCONCAT: in write_to_stream()
H A Dexpression.cc343 assert(op != xCONCAT); in ExpArithmetic()
H A Dexpression_emit.cc455 case xCONCAT: in emit()
H A Dparse.y397 | '&' { $$ = ExpArithmetic::xCONCAT; }
2529 if (item.op == ExpArithmetic::xCONCAT)
H A Dexpression.h354 enum fun_t { PLUS, MINUS, MULT, DIV, MOD, REM, POW, xCONCAT }; enumerator