Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp299 static bool UInt64ValueIsValidForByteSize(uint64_t uval64, in UInt64ValueIsValidForByteSize() function
366 if (!UInt64ValueIsValidForByteSize(uval64, byte_size)) { in SetValueFromString()