| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | AVR.h | 51 PtrDiffType = SignedInt; in AVRTargetInfo() 52 IntPtrType = SignedInt; in AVRTargetInfo() 54 WIntType = SignedInt; in AVRTargetInfo() 55 Int16Type = SignedInt; in AVRTargetInfo() 159 return BitWidth == 16 ? (IsSigned ? SignedInt : UnsignedInt) in getIntTypeByWidth() 166 ? (IsSigned ? SignedInt : UnsignedInt) in getLeastIntTypeByWidth()
|
| H A D | CSKY.h | 48 PtrDiffType = SignedInt; in CSKYTargetInfo() 49 IntPtrType = SignedInt; in CSKYTargetInfo() 50 WCharType = SignedInt; in CSKYTargetInfo()
|
| H A D | LoongArch.h | 39 WCharType = SignedInt; in LoongArchTargetInfo() 90 IntPtrType = SignedInt; in LoongArch32TargetInfo() 91 PtrDiffType = SignedInt; in LoongArch32TargetInfo()
|
| H A D | RISCV.h | 39 WCharType = SignedInt; in RISCVTargetInfo() 116 IntPtrType = SignedInt; in RISCV32TargetInfo() 117 PtrDiffType = SignedInt; in RISCV32TargetInfo()
|
| H A D | ARC.h | 33 PtrDiffType = SignedInt; in ARCTargetInfo() 34 IntPtrType = SignedInt; in ARCTargetInfo()
|
| H A D | XCore.h | 34 PtrDiffType = SignedInt; in XCoreTargetInfo() 35 IntPtrType = SignedInt; in XCoreTargetInfo()
|
| H A D | MSP430.h | 45 IntPtrType = SignedInt; in MSP430TargetInfo() 46 PtrDiffType = SignedInt; in MSP430TargetInfo()
|
| H A D | PNaCl.h | 39 this->PtrDiffType = TargetInfo::SignedInt; in PNaClTargetInfo() 40 this->IntPtrType = TargetInfo::SignedInt; in PNaClTargetInfo()
|
| H A D | TCE.h | 70 IntPtrType = SignedInt; in TCETargetInfo() 71 PtrDiffType = SignedInt; in TCETargetInfo()
|
| H A D | Hexagon.h | 48 PtrDiffType = SignedInt; in HexagonTargetInfo() 49 IntPtrType = SignedInt; in HexagonTargetInfo()
|
| H A D | M68k.cpp | 59 PtrDiffType = SignedInt; in M68kTargetInfo() 60 IntPtrType = SignedInt; in M68kTargetInfo()
|
| H A D | Sparc.h | 155 IntPtrType = SignedInt; in SparcV8TargetInfo() 156 PtrDiffType = SignedInt; in SparcV8TargetInfo()
|
| H A D | SPIR.h | 204 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo() 257 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIRV32TargetInfo()
|
| H A D | PPC.h | 378 PtrDiffType = SignedInt; in PPC32TargetInfo() 379 IntPtrType = SignedInt; in PPC32TargetInfo() 492 PtrDiffType = SignedInt; // for http://llvm.org/bugs/show_bug.cgi?id=15726 in DarwinPPC32TargetInfo()
|
| H A D | NVPTX.cpp | 85 PtrDiffType = TargetInfo::SignedInt; in NVPTXTargetInfo() 86 IntPtrType = TargetInfo::SignedInt; in NVPTXTargetInfo()
|
| H A D | Mips.h | 125 PtrDiffType = SignedInt; in setO32ABITypes() 161 PtrDiffType = SignedInt; in setN32ABITypes()
|
| H A D | X86.h | 437 PtrDiffType = SignedInt; in X86_32TargetInfo() 438 IntPtrType = SignedInt; in X86_32TargetInfo() 711 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 712 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
|
| H A D | OSTargets.h | 472 this->WCharType = this->WIntType = this->SignedInt; in OpenBSDTargetInfo() 673 this->WCharType = this->WIntType = this->SignedInt; in SolarisTargetInfo() 894 this->PtrDiffType = TargetInfo::SignedInt; in NaClTargetInfo() 895 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo()
|
| H A D | ARM.cpp | 84 WCharType = SignedInt; in setABIAPCS() 268 : SignedInt; in ARMTargetInfo() 278 PtrDiffType = SignedInt; in ARMTargetInfo()
|
| H A D | AArch64.cpp | 1431 WCharType = SignedInt; in DarwinAArch64TargetInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 127 WCharType = SignedInt; in TargetInfo() 128 WIntType = SignedInt; in TargetInfo() 133 SigAtomicType = SignedInt; in TargetInfo() 134 ProcessIDType = SignedInt; in TargetInfo() 213 case SignedInt: return "int"; in getTypeName() 229 case SignedInt: return ""; in getTypeConstantSuffix() 256 case SignedInt: in getTypeFormatModifier() 274 case SignedInt: in getTypeWidth() 290 return IsSigned ? SignedInt : UnsignedInt; in getIntTypeByWidth() 305 return IsSigned ? SignedInt : UnsignedInt; in getLeastIntTypeByWidth() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 172 const int64_t SignedInt = Int; in BestForm() local 173 if ((char)Int == SignedInt) in BestForm() 175 if ((short)Int == SignedInt) in BestForm() 177 if ((int)Int == SignedInt) in BestForm()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 141 SignedInt, enumerator 346 return SignedInt; in getSignedSizeType() 391 case SignedInt: in getCorrespondingUnsignedType()
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 154 enum class ScalarTypeKind { SignedInt, UnsignedInt, Float }; enumerator 157 case ScalarTypeKind::SignedInt: in toLetter() 168 case ScalarTypeKind::SignedInt: in toCPrefix() 246 .Case("s", ScalarTypeKind::SignedInt) in ScalarType() 624 IntegerType->kind() == ScalarTypeKind::SignedInt in genCode()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 982 DefineTypeSize("__INT_MAX__", TargetInfo::SignedInt, TI, Builder); in InitializePredefinedMacros() 1079 DefineExactWidthIntType(TargetInfo::SignedInt, TI, Builder); in InitializePredefinedMacros() 1100 DefineExactWidthIntTypeSize(TargetInfo::SignedInt, TI, Builder); in InitializePredefinedMacros()
|