| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/ |
| H A D | bitfield2.h | 2 typedef signed int SInt; typedef 7 SInt bitS : 1; // signed
|
| H A D | bitfield1.h | 2 typedef signed int SInt; typedef 7 SInt bitS : 1; // signed
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/ |
| H A D | bitfield2.C | 8 typedef signed int SInt; typedef 13 SInt bitS : 1; // signed
|
| H A D | bitfield1.C | 8 typedef signed int SInt; typedef 13 SInt bitS : 1; // signed
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.h | 165 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg() 173 SIntMax SInt; member
|
| H A D | ubsan_diag.cpp | 201 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX) in RenderText() 202 Buffer->append("%lld", (long long)A.SInt); in RenderText() 204 RenderHex(Buffer, A.SInt); in RenderText()
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 147 SInt, enumerator 191 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() 193 bool isSigned() const { return Kind == SInt; } in isSigned() 218 Kind = SInt; in makeSigned() 223 Kind = Sign ? SInt : UInt; in makeInteger() 229 Kind = SInt; in makeImmediate() 732 T.Kind = SInt; in fromTypedefName() 797 Kind = SInt; in applyTypespec() 871 Kind = SInt; in applyModifiers() 919 Kind = SInt; in applyModifiers()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 72 #define SInt(x) ((int64_t)x) macro 564 std::optional<int64_t> signed_sum = llvm::checkedAdd(SInt(x), SInt(y)); in AddWithCarry() 567 overflow |= !llvm::checkedAdd(*signed_sum, SInt(carry_in)); in AddWithCarry()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt 190 HANDLE_CAST_INST(44, SIToFP , SIToFPInst ) // SInt -> floating point
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 581 offset_scalar.SInt()); in fill() 583 {ConstString(name), ivar_type, size, offset_scalar.SInt()}); in fill()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | Scalar.h | 153 int SInt(int fail_value = 0) const;
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Scalar.cpp | 318 int Scalar::SInt(int fail_value) const { return GetAs<int>(fail_value); } in SInt() function in Scalar
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 7851 SDValue SInt; in expandFP_TO_UINT() local 7855 SInt = DAG.getNode(ISD::STRICT_FP_TO_SINT, dl, { DstVT, MVT::Other }, in expandFP_TO_UINT() 7857 Chain = SInt.getValue(1); in expandFP_TO_UINT() 7860 SInt = DAG.getNode(ISD::FP_TO_SINT, dl, DstVT, Val); in expandFP_TO_UINT() 7862 Result = DAG.getNode(ISD::XOR, dl, DstVT, SInt, IntOfs); in expandFP_TO_UINT()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 1474 operand1 = SInt(R[n]); // operand1 = UInt(R[n]) produces the same final results in EmulateMUL() 1475 operand2 = SInt(R[m]); // operand2 = UInt(R[m]) produces the same final results in EmulateMUL()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8228 SDValue SInt = DAG.getNode(ISD::STRICT_FP_TO_SINT, dl, in LowerFP_TO_INT() local 8231 Chain = SInt.getValue(1); in LowerFP_TO_INT() 8234 SDValue Result = DAG.getNode(ISD::XOR, dl, DstVT, SInt, IntOfs); in LowerFP_TO_INT()
|