Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h98 static UIntTy zigZag(UIntTy V) { in zigZag() function
116 return 1 + EncodedTy{zigZag(Delta)}; in encodeRaw()