Construct float variable entry
| 123 | } |
| 124 | /// Construct float variable entry |
| 125 | forceinline SymbolEntry se_fv(int i) { |
| 126 | return SymbolEntry(ST_FLOATVAR, i); |
| 127 | } |
| 128 | /// Construct set variable entry |
| 129 | forceinline SymbolEntry se_sv(int i) { |
| 130 | return SymbolEntry(ST_SETVAR, i); |
nothing calls this directly
no test coverage detected