Home
last modified time | relevance | path

Searched defs:UIntValueIsValidForSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DScalar.h275 static bool UIntValueIsValidForSize(uint64_t uval64, size_t total_byte_size) { in UIntValueIsValidForSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1292 bool UIntValueIsValidForSize(uint64_t uval64, size_t total_byte_size) { in UIntValueIsValidForSize() function in CommandObjectMemoryWrite