Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h184 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() function
198 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles()
215 if (!tryGetHexFromNibbles('0', Input.front(), Hex)) in tryGetFromHex()
225 if (!tryGetHexFromNibbles(Input[0], Input[1], Hex)) in tryGetFromHex()