| 182 | } |
| 183 | |
| 184 | void IncrementTempVarInUseGeneration() |
| 185 | { |
| 186 | tempVarInUseGeneration.fetch_add(1, std::memory_order_relaxed); |
| 187 | } |
| 188 | |
| 189 | TempVariableRef::SegmentType TempVariableRef::GetType() const |
| 190 | { |
no outgoing calls
no test coverage detected