Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DArgs.h377 SInt64ValueIsValidForByteSize (int64_t sval64, size_t total_byte_size) in SInt64ValueIsValidForByteSize() function
/external/lldb/source/Core/
DRegisterValue.cpp494 else if (!Args::SInt64ValueIsValidForByteSize (sval64, byte_size)) in SetValueFromCString()