Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h223 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles() local
224 (void)GotHex; in hexFromNibbles()
225 assert(GotHex && "MSB and/or LSB do not correspond to hex digits"); in hexFromNibbles()
270 bool GotHex = tryGetFromHex(Input, Hex); in fromHex() local
271 (void)GotHex; in fromHex()
272 assert(GotHex && "Input contains non hex digits"); in fromHex()