reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
252 auto SegmentBlock = Alloc->Allocate(); 312 Array(Array &&O) XRAY_NEVER_INSTRUMENT : Alloc(O.Alloc), 317 O.Alloc = nullptr; 325 Alloc = O.Alloc; 325 Alloc = O.Alloc; 326 O.Alloc = nullptr; 347 return *Alloc;