Searched refs:shortValueIsFine (Results 1 – 3 of 3) sorted by relevance
59 bool shortValueIsFine = BVariant::TypeIsInteger(valueType) in ResolvedLocationAndValue() local69 shortValueIsFine, valueData); in ResolvedLocationAndValue()
33 type_code valueType, bool shortValueIsFine,
44 bool shortValueIsFine, BVariant& _value) in LoadValue() argument83 if (!shortValueIsFine && totalBitSize < valueBitSize) { in LoadValue()