Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DScalar.h244 SIntValueIsValidForSize (int64_t sval64, size_t total_byte_size) in SIntValueIsValidForSize() function
/external/lldb/source/Commands/
DCommandObjectMemory.cpp1058 SIntValueIsValidForSize (int64_t sval64, size_t total_byte_size) in SIntValueIsValidForSize() function in CommandObjectMemoryWrite
1288 else if (!SIntValueIsValidForSize (sval64, item_byte_size)) in DoExecute()
/external/lldb/source/Core/
DScalar.cpp1831 else if (!SIntValueIsValidForSize (sval64, byte_size)) in SetValueFromCString()