Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DArgs.h364 UInt64ValueIsValidForByteSize (uint64_t uval64, size_t total_byte_size) in UInt64ValueIsValidForByteSize() function
/external/lldb/source/Core/
DRegisterValue.cpp473 else if (!Args::UInt64ValueIsValidForByteSize (uval64, byte_size)) in SetValueFromCString()