Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp835 L.MakeSigned(); in Interpret()
836 R.MakeSigned(); in Interpret()
848 L.MakeSigned(); in Interpret()
849 R.MakeSigned(); in Interpret()
980 S.MakeSigned(); in Interpret()
1181 L.MakeSigned(); in Interpret()
1182 R.MakeSigned(); in Interpret()
1186 L.MakeSigned(); in Interpret()
1187 R.MakeSigned(); in Interpret()
1191 L.MakeSigned(); in Interpret()
[all …]
H A DDWARFExpression.cpp1343 divisor.MakeSigned(); in Evaluate()
1344 dividend.MakeSigned(); in Evaluate()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def17 TRANSFORM_TYPE_TRAIT_DEF(MakeSigned, make_signed)
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h116 bool MakeSigned();
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp242 bool Scalar::MakeSigned() { in MakeSigned() function in Scalar
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1113 scalar.MakeSigned(); in GetValueAsSigned()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9705 bool IsMakeSigned = UKind == UnaryTransformType::MakeSigned; in BuiltinChangeSignedness()
9773 case UnaryTransformType::MakeSigned: in BuildUnaryTransformType()