Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() function
223 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles()
243 if (!tryGetHexFromNibbles('0', Input.front(), Hex)) in tryGetFromHex()
257 if (!tryGetHexFromNibbles(InputPtr[OutputIndex * 2 + 0], // MSB in tryGetFromHex()