Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DScalar.h286 static bool SIntValueIsValidForSize(int64_t sval64, size_t total_byte_size) { in SIntValueIsValidForSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1303 bool SIntValueIsValidForSize(int64_t sval64, size_t total_byte_size) { in SIntValueIsValidForSize() function in CommandObjectMemoryWrite
1527 } else if (!SIntValueIsValidForSize(sval64, item_byte_size)) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp2267 else if (!SIntValueIsValidForSize(sval64, byte_size)) in SetValueFromCString()