Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h198 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles() local
199 (void)GotHex; in hexFromNibbles()
200 assert(GotHex && "MSB and/or LSB do not correspond to hex digits"); in hexFromNibbles()
238 bool GotHex = tryGetFromHex(Input, Hex); in fromHex() local
239 (void)GotHex; in fromHex()
240 assert(GotHex && "Input contains non hex digits"); in fromHex()