Pointers derived from a restrict pointer are considered restrict pointers and
point to the same restricted memory region, as shown in the following example, where
rq2
, derived from rq1
(defined as a restrict pointer) is also a restrict pointer and points
to the same universe.
Figure 1. Pointers to Same Restricted Memory Region