Home
last modified time | relevance | path

Searched defs:SIntValueIsValidForSize (Results 1 – 2 of 2) 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