Construct set variable entry
| 127 | } |
| 128 | /// Construct set variable entry |
| 129 | forceinline SymbolEntry se_sv(int i) { |
| 130 | return SymbolEntry(ST_SETVAR, i); |
| 131 | } |
| 132 | |
| 133 | /// Construct integer variable array entry |
| 134 | forceinline SymbolEntry se_iva(int i) { |
nothing calls this directly
no test coverage detected