_bnd_copy_ptr_bounds
Classification
Other, Miscellaneous, CPUID Test: MPX
Header File
Synopsis
_bnd_copy_ptr_bounds(const void * q, const void * r);
Description
Make a pointer with the value of "q" and bounds set to the bounds of "r" (e.g. copy the bounds of "r" to pointer "q"), and store the result in "dst".
Operation
dst := q
dst.LB := r.LB
dst.UB := r.UB