Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DNativeFormatting.cpp140 Style == HexPrintStyle::PrefixUpper); in write_hex()
142 (Style == HexPrintStyle::Upper || Style == HexPrintStyle::PrefixUpper); in write_hex()
249 return (S == HexPrintStyle::PrefixLower || S == HexPrintStyle::PrefixUpper); in isPrefixedHexStyle()
H A Draw_ostream.cpp384 Style = HexPrintStyle::PrefixUpper; in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DNativeFormatting.h22 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
H A DFormatProviders.h88 Style = HexPrintStyle::PrefixUpper; in consumeHexStyle()
181 HexPrintStyle HS = HexPrintStyle::PrefixUpper;