| 3354 | who = reinterpret_cast<ptrdiff_t>(&p) | PROPAGATOR; |
| 3355 | } |
| 3356 | forceinline void |
| 3357 | ViewTraceInfo::brancher(Brancher& b) { |
| 3358 | who = reinterpret_cast<ptrdiff_t>(&b) | BRANCHER; |
| 3359 | } |
| 3360 | forceinline void |
| 3361 | ViewTraceInfo::post(PropagatorGroup g) { |
| 3362 | who = (g.id() << 2) | POST; |
no test coverage detected