Home
last modified time | relevance | path

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

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