Home
last modified time | relevance | path

Searched refs:zagZig (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h102 static UIntTy zagZig(UIntTy V) { return (V >> 1) ^ -(V & 1); } in zagZig() function
123 return SourceLocationEncoding::decodeRaw(Prev += zagZig(Encoded - 1)); in decodeRaw()