Searched refs:PrefixUpper (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | NativeFormatTests.cpp | 78 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/ |
D | NativeFormatting.cpp | 142 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()
|
D | raw_ostream.cpp | 364 Style = HexPrintStyle::PrefixUpper; in operator <<()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | NativeFormatting.cpp | 142 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()
|
D | raw_ostream.cpp | 343 Style = HexPrintStyle::PrefixUpper; in operator <<()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | NativeFormatting.h | 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
|
D | FormatProviders.h | 89 Style = HexPrintStyle::PrefixUpper; in consumeHexStyle() 182 HexPrintStyle HS = HexPrintStyle::PrefixUpper;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | NativeFormatting.h | 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
|
D | FormatProviders.h | 89 Style = HexPrintStyle::PrefixUpper; in consumeHexStyle() 182 HexPrintStyle HS = HexPrintStyle::PrefixUpper;
|