Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp35 bool HasSibling = false; member
97 N.HasSibling = L & 0x01; in readNode()
106 N.HasSibling = H & 0x80; in readNode()
209 if (!C.HasSibling) in compareNode()
536 if (!C.HasSibling) in nearestMatchesForCodepointName()
/openbsd-src/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp225 const bool HasSibling = SiblingTracker.count(N) != 0; in dumpIndex() local
232 uint8_t L = (Value & 0xFF) | uint8_t(HasSibling ? 0x01 : 0) | in dumpIndex()
254 uint8_t(HasSibling ? 0x80 : 0) | uint8_t(HasChildren ? 0x40 : 0); in dumpIndex()