Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArgs.h313 static bool SInt64ValueIsValidForByteSize(int64_t sval64, in SInt64ValueIsValidForByteSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp399 if (!Args::SInt64ValueIsValidForByteSize(ival64, byte_size)) { in SetValueFromString()