Construct Boolean variable array entry
| 136 | } |
| 137 | /// Construct Boolean variable array entry |
| 138 | forceinline SymbolEntry se_bva(int i) { |
| 139 | return SymbolEntry(ST_BOOLVARARRAY, i); |
| 140 | } |
| 141 | /// Construct float variable array entry |
| 142 | forceinline SymbolEntry se_fva(int i) { |
| 143 | return SymbolEntry(ST_FLOATVARARRAY, i); |
nothing calls this directly
no test coverage detected