Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/
H A Delab_expr.cc2940 enum {NO, MAYBE, YES} expr_is_string = MAYBE; in test_width() local
2946 if (expr_is_string == NO) in test_width()
2953 expr_is_string = YES; in test_width()
2962 expr_is_string = NO; in test_width()
2965 expr_type_ = (expr_is_string==YES) ? IVL_VT_STRING : IVL_VT_LOGIC; in test_width()