| 36 | return l.Target < r.Target; |
| 37 | } |
| 38 | void SetType(bool strong) const |
| 39 | { |
| 40 | if (strong) { |
| 41 | this->Util = true; |
| 42 | } else { |
| 43 | this->Link = true; |
| 44 | } |
| 45 | } |
| 46 | void SetCross(bool cross) const { this->Cross = cross; } |
| 47 | void SetBacktrace(cmListFileBacktrace const& bt) const |
| 48 | { |
no outgoing calls
no test coverage detected