reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
111 if (Start > R.Start && Start < R.End) { 111 if (Start > R.Start && Start < R.End) { 112 StackRegion R0 = R; 113 R.Start = R0.End = Start; 114 Regions.insert(&R, R0); 117 if (End > R.Start && End < R.End) { 117 if (End > R.Start && End < R.End) { 118 StackRegion R0 = R; 119 R0.End = R.Start = End; 120 Regions.insert(&R, R0);