Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DNativeFormatTests.cpp78 EXPECT_EQ("0x0", format_number(0, HexPrintStyle::PrefixUpper)); in TEST()
79 EXPECT_EQ("0xBEEF", format_number(0xbeefLL, HexPrintStyle::PrefixUpper)); in TEST()
81 format_number(0xdeadbeefLL, HexPrintStyle::PrefixUpper)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DNativeFormatting.cpp142 Style == HexPrintStyle::PrefixUpper); in write_hex()
144 (Style == HexPrintStyle::Upper || Style == HexPrintStyle::PrefixUpper); in write_hex()
251 return (S == HexPrintStyle::PrefixLower || S == HexPrintStyle::PrefixUpper); in isPrefixedHexStyle()
Draw_ostream.cpp364 Style = HexPrintStyle::PrefixUpper; in operator <<()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp142 Style == HexPrintStyle::PrefixUpper); in write_hex()
144 (Style == HexPrintStyle::Upper || Style == HexPrintStyle::PrefixUpper); in write_hex()
254 return (S == HexPrintStyle::PrefixLower || S == HexPrintStyle::PrefixUpper); in isPrefixedHexStyle()
Draw_ostream.cpp343 Style = HexPrintStyle::PrefixUpper; in operator <<()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DNativeFormatting.h24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
DFormatProviders.h89 Style = HexPrintStyle::PrefixUpper; in consumeHexStyle()
182 HexPrintStyle HS = HexPrintStyle::PrefixUpper;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DNativeFormatting.h24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
DFormatProviders.h89 Style = HexPrintStyle::PrefixUpper; in consumeHexStyle()
182 HexPrintStyle HS = HexPrintStyle::PrefixUpper;