Home
last modified time | relevance | path

Searched defs:width_mode_t (Results 1 – 2 of 2) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Delab_expr.cc157 unsigned PExpr::test_width(Design*des, NetScope*, width_mode_t&) in test_width() argument
192 unsigned PEAssignPattern::test_width(Design*, NetScope*, width_mode_t&) in test_width() argument
570 unsigned PEBComp::test_width(Design*des, NetScope*scope, width_mode_t&) in test_width() argument
697 unsigned PEBLogic::test_width(Design*, NetScope*, width_mode_t&) in test_width() argument
1282 width_mode_t&) in test_width_method_() argument
3167 unsigned PEFNumber::test_width(Design*, NetScope*, width_mode_t&) in test_width() argument
5683 unsigned PENewArray::test_width(Design*, NetScope*, width_mode_t&) in test_width() argument
5730 unsigned PENewClass::test_width(Design*, NetScope*, width_mode_t&) in test_width() argument
5877 unsigned PENewCopy::test_width(Design*, NetScope*, width_mode_t&) in test_width() argument
5906 unsigned PENull::test_width(Design*, NetScope*, width_mode_t&) in test_width() argument
[all …]
H A DPExpr.h49 enum width_mode_t { SIZED, UNSIZED, EXPAND, LOSSLESS, UPSIZE }; enum