Home
last modified time | relevance | path

Searched defs:HexTable (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h69 struct HexTable { in hexDigitValue() struct
70 unsigned LUT[255] = {}; in hexDigitValue()
71 constexpr HexTable() { in hexDigitValue() function