Lines Matching full:around
64 * Returns true on wrap-around, false otherwise.
67 * wrap-around occurred.
78 * Return the potentially wrapped-around addition without
79 * tripping any wrap-around sanitizers that may be enabled.
93 * Increments @var by @offset with wrap-around. Returns the resulting
94 * value of @var. Will not trip any wrap-around sanitizers.
110 * Returns true on wrap-around, false otherwise.
113 * wrap-around occurred.
124 * Return the potentially wrapped-around subtraction without
125 * tripping any wrap-around sanitizers that may be enabled.
139 * Decrements @var by @offset with wrap-around. Returns the resulting
140 * value of @var. Will not trip any wrap-around sanitizers.
156 * Returns true on wrap-around, false otherwise.
159 * wrap-around occurred.
170 * Return the potentially wrapped-around multiplication without
171 * tripping any wrap-around sanitizers that may be enabled.