Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3223 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType() local
3224 if (int_value_or_err) { in CastToBasicType()
3228 int_value_or_err->extOrTrunc(type_byte_size * CHAR_BIT); in CastToBasicType()
3234 llvm::toString(int_value_or_err.takeError()).c_str()); in CastToBasicType()
3263 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType() local
3264 if (int_value_or_err) { in CastToBasicType()
3266 int_value_or_err->extOrTrunc(type_byte_size * CHAR_BIT); in CastToBasicType()
3275 llvm::toString(int_value_or_err.takeError()).c_str()); in CastToBasicType()
3280 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType() local
3281 if (int_value_or_err) { in CastToBasicType()
[all …]