Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/value/value_nodes/
H A DPrimitiveValueNode.cpp59 bool shortValueIsFine = BVariant::TypeIsInteger(valueType) in ResolvedLocationAndValue() local
69 shortValueIsFine, valueData); in ResolvedLocationAndValue()
/haiku/src/kits/debugger/value/
H A DValueLoader.h33 type_code valueType, bool shortValueIsFine,
H A DValueLoader.cpp44 bool shortValueIsFine, BVariant& _value) in LoadValue() argument
83 if (!shortValueIsFine && totalBitSize < valueBitSize) { in LoadValue()