Home
last modified time | relevance | path

Searched defs:ThirdByte (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp591 uint8_t ThirdByte = 0x80 | (Rune & 0x3F); in encodeUtf8() local
598 uint8_t ThirdByte = 0x80 | ((Rune & 0xFC0) >> 6); in encodeUtf8() local
H A DYAMLParser.cpp584 uint8_t ThirdByte = 0x80 | (UnicodeScalarValue & 0x3F); encodeUTF8() local
591 uint8_t ThirdByte = 0x80 | ((UnicodeScalarValue & 0xFC0) >> 6); encodeUTF8() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h224 uint8_t ThirdByte = Annotations.front(); GetCompressedAnnotation() local