| 125 | } |
| 126 | |
| 127 | TempVariableRef TempVariable::GetRef() const |
| 128 | { |
| 129 | TempVariableRef ref; |
| 130 | ref._id = _id; |
| 131 | ref._segment = _segment; |
| 132 | return ref; |
| 133 | } |
| 134 | |
| 135 | static bool refsContain(const std::vector<TempVariableRef> &refs, |
| 136 | const TempVariableRef &ref) |
no outgoing calls
no test coverage detected