Construct float variable array entry
| 140 | } |
| 141 | /// Construct float variable array entry |
| 142 | forceinline SymbolEntry se_fva(int i) { |
| 143 | return SymbolEntry(ST_FLOATVARARRAY, i); |
| 144 | } |
| 145 | /// Construct set variable array entry |
| 146 | forceinline SymbolEntry se_sva(int i) { |
| 147 | return SymbolEntry(ST_SETVARARRAY, i); |
nothing calls this directly
no test coverage detected