Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp141 Style == HexPrintStyle::PrefixUpper); in write_hex()
143 (Style == HexPrintStyle::Upper || Style == HexPrintStyle::PrefixUpper); in write_hex()
250 return (S == HexPrintStyle::PrefixLower || S == HexPrintStyle::PrefixUpper); in isPrefixedHexStyle()
H A Draw_ostream.cpp384 Style = HexPrintStyle::PrefixUpper; in operator <<()
/freebsd-13.1/contrib/llvm-project/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;