Searched refs:UIntValueIsValidForSize (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp1045 UIntValueIsValidForSize (uint64_t uval64, size_t total_byte_size) function in class:CommandObjectMemoryWrite
1220 else if (!UIntValueIsValidForSize (uval64, item_byte_size))
1248 else if (!UIntValueIsValidForSize (uval64, item_byte_size))
1305 else if (!UIntValueIsValidForSize (uval64, item_byte_size))
1322 else if (!UIntValueIsValidForSize (uval64, item_byte_size))
/external/lldb/include/lldb/Core/
H A DScalar.h231 UIntValueIsValidForSize (uint64_t uval64, size_t total_byte_size) function in class:lldb_private::Scalar
/external/lldb/source/Core/
H A DScalar.cpp1802 else if (!UIntValueIsValidForSize (uval64, byte_size))

Completed in 3290 milliseconds