Construct float entry
| 161 | } |
| 162 | /// Construct float entry |
| 163 | forceinline SymbolEntry se_f(int i) { |
| 164 | return SymbolEntry(ST_FLOAT, i); |
| 165 | } |
| 166 | |
| 167 | /// Construct integer array entry |
| 168 | forceinline SymbolEntry se_ia(int i) { |
nothing calls this directly
no test coverage detected