Vl-wildeq-rewrite-expr
Eliminate ==? and !=? operators from an expression.
- Signature
(vl-wildeq-rewrite-expr x ctx warnings)
→
(mv new-warnings new-x)
- Arguments
- x — Expression to process.
Guard (vl-expr-p x).
- ctx — Context for error messages.
Guard (vl-context-p ctx).
- warnings — Guard (vl-warninglist-p warnings).
- Returns
- new-warnings — Type (vl-warninglist-p new-warnings).
- new-x — Type (vl-expr-p new-x).