Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DScopedPrinter.cpp16 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() argument
19 stream << format_hex_no_prefix(Value, 1, UpperCase); in to_hexString()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1027 bool UpperCase, roundingMode RM) const { in convertToHexString() argument
1028 return getIEEE().convertToHexString(DST, HexDigits, UpperCase, RM); in convertToHexString()
/external/llvm/include/llvm/Support/
DScopedPrinter.h60 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
/external/protobuf/conformance/
Dconformance_test.cc161 string UpperCase(string str) { in UpperCase() function
509 UpperCase(string(".") + FieldDescriptor::TypeName(type)); in TestPrematureEOFForType()