Home
last modified time | relevance | path

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

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