Searched defs:total_byte_size (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h239 static bool UIntValueIsValidForSize(uint64_t uval64, size_t total_byte_size) { argument
252 static bool SIntValueIsValidForSize(int64_t sval64, size_t total_byte_size) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp332 UInt64ValueIsValidForByteSize(uint64_t uval64, size_t total_byte_size) argument
346 SInt64ValueIsValidForByteSize(int64_t sval64, size_t total_byte_size) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp552 size_t total_byte_size = 0; variable
1284 UIntValueIsValidForSize(uint64_t uval64, size_t total_byte_size) argument
1295 SIntValueIsValidForSize(int64_t sval64, size_t total_byte_size) argument
[all...]

Completed in 181 milliseconds