Home
last modified time | relevance | path

Searched refs:scalar_value (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Target/
DStopInfo.cpp944 Scalar scalar_value; in PerformAction() local
945 if (result_value_sp->ResolveValue(scalar_value)) { in PerformAction()
946 if (scalar_value.ULongLong(1) == 0) { in PerformAction()
/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObject.cpp363 Scalar scalar_value; in IsLogicalTrue() local
365 if (!ResolveValue(scalar_value)) { in IsLogicalTrue()
371 ret = scalar_value.ULongLong(1) != 0; in IsLogicalTrue()