Construct set entry
| 157 | } |
| 158 | /// Construct set entry |
| 159 | forceinline SymbolEntry se_s(int i) { |
| 160 | return SymbolEntry(ST_SET, i); |
| 161 | } |
| 162 | /// Construct float entry |
| 163 | forceinline SymbolEntry se_f(int i) { |
| 164 | return SymbolEntry(ST_FLOAT, i); |
nothing calls this directly
no test coverage detected