Lines Matching full:wrap
62 * Returns true on wrap-around, false otherwise.
65 * wrap-around occurred.
77 * tripping any wrap-around sanitizers that may be enabled.
91 * Increments @var by @offset with wrap-around. Returns the resulting
92 * value of @var. Will not trip any wrap-around sanitizers.
108 * Returns true on wrap-around, false otherwise.
111 * wrap-around occurred.
123 * tripping any wrap-around sanitizers that may be enabled.
137 * Decrements @var by @offset with wrap-around. Returns the resulting
138 * value of @var. Will not trip any wrap-around sanitizers.
154 * Returns true on wrap-around, false otherwise.
157 * wrap-around occurred.
169 * tripping any wrap-around sanitizers that may be enabled.