Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp602 uint8_t FourthByte = 0x80 | (Rune & 0x3F); encodeUtf8() local
H A DYAMLParser.cpp600 uint8_t FourthByte = 0x80 | (UnicodeScalarValue & 0x3F); in encodeUTF8() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h251 uint8_t FourthByte = Annotations.front(); in GetCompressedAnnotation() local