Searched refs:HexBits (Results 1 – 2 of 2) sorted by relevance
175 uint64_t HexBits) { in getValueAsString() argument178 if (HexBits > 0) { in getValueAsString()182 for (size_t I = HexValue.size(); I < (HexBits / 4); ++I) in getValueAsString()215 const llvm::APSInt &Value, const uint64_t HexBits) { in diagNarrowIntegerConstantToSignedInt() argument218 << getValueAsString(Value, HexBits) << getUnqualifiedType(Rhs) in diagNarrowIntegerConstantToSignedInt()
46 const uint64_t HexBits);