Home
last modified time | relevance | path

Searched refs:SignedLong (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DVE.h37 PtrDiffType = SignedLong; in VETargetInfo()
38 IntPtrType = SignedLong; in VETargetInfo()
39 IntMaxType = SignedLong; in VETargetInfo()
40 Int64Type = SignedLong; in VETargetInfo()
H A DBPF.h32 PtrDiffType = SignedLong; in BPFTargetInfo()
33 IntPtrType = SignedLong; in BPFTargetInfo()
34 IntMaxType = SignedLong; in BPFTargetInfo()
35 Int64Type = SignedLong; in BPFTargetInfo()
H A DWebAssembly.h86 SigAtomicType = SignedLong; in WebAssemblyTargetInfo()
93 PtrDiffType = SignedLong; in WebAssemblyTargetInfo()
94 IntPtrType = SignedLong; in WebAssemblyTargetInfo()
212 PtrDiffType = SignedLong; in WebAssembly64TargetInfo()
213 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
H A DSparc.h165 IntPtrType = SignedLong; in SparcV8TargetInfo()
166 PtrDiffType = SignedLong; in SparcV8TargetInfo()
209 IntMaxType = SignedLong; in SparcV9TargetInfo()
H A DX86.h544 IntPtrType = SignedLong; in OpenBSDI386TargetInfo()
545 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo()
571 IntPtrType = SignedLong; in DarwinI386TargetInfo()
720 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo()
721 PtrDiffType = SignedLong; in RTEMSX86_32TargetInfo()
747 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
748 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
749 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
750 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
H A DPPC.h409 PtrDiffType = SignedLong; in PPC32TargetInfo()
410 IntPtrType = SignedLong; in PPC32TargetInfo()
446 IntMaxType = SignedLong; in PPC64TargetInfo()
447 Int64Type = SignedLong; in PPC64TargetInfo()
H A DSystemZ.h67 IntMaxType = SignedLong; in SystemZTargetInfo()
68 Int64Type = SignedLong; in SystemZTargetInfo()
H A DSPIR.h283 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
369 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64TargetInfo()
415 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64AMDGCNTargetInfo()
H A DNVPTX.cpp99 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo()
100 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
H A DMSP430.h47 SigAtomicType = SignedLong; in MSP430TargetInfo()
H A DTCE.h76 IntMaxType = SignedLong; in TCETargetInfo()
H A DAMDGPU.cpp263 PtrDiffType = SignedLong; in AMDGPUTargetInfo()
264 IntPtrType = SignedLong; in AMDGPUTargetInfo()
H A DMips.h153 Int64Type = SignedLong; in setN64ABITypes()
158 PtrDiffType = IntPtrType = SignedLong; in setN64ABITypes()
H A DLoongArch.h159 IntMaxType = Int64Type = SignedLong; in LoongArch64TargetInfo()
H A DOSTargets.h301 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo()
302 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo()
303 this->ProcessIDType = TargetInfo::SignedLong; in HaikuTargetInfo()
676 this->WCharType = this->WIntType = this->SignedLong; in SolarisTargetInfo()
H A DRISCV.h207 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
H A DAArch64.cpp138 Int64Type = SignedLong; in AArch64TargetInfo()
139 IntMaxType = SignedLong; in AArch64TargetInfo()
H A DARM.cpp272 ? SignedLong in ARMTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp131 PtrDiffType = SignedLong; in TargetInfo()
133 IntPtrType = SignedLong; in TargetInfo()
241 case SignedLong: return "long int"; in getTypeName()
256 case SignedLong: return "L"; in getTypeConstantSuffix()
284 case SignedLong: in getTypeFormatModifier()
302 case SignedLong: in getTypeWidth()
318 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
333 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
384 case SignedLong: in getTypeAlign()
399 case SignedLong: in isTypeSigned()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp157 case ScalarTypeKind::SignedLong: in initBuiltinStr()
285 case ScalarTypeKind::SignedLong: in initTypeStr()
452 PT = BaseTypeModifier::SignedLong; in parsePrototypeDescriptor()
690 case BaseTypeModifier::SignedLong: in applyModifier()
691 ScalarType = ScalarTypeKind::SignedLong; in applyModifier()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h87 SignedLong, enumerator
225 SignedLong, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h154 SignedLong, enumerator
396 return SignedLong; in getSignedSizeType()
441 case SignedLong: in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1139 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
1286 DefineExactWidthIntType(LangOpts, TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
1310 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp768 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()
H A DSemaRISCV.cpp128 case ScalarTypeKind::SignedLong: in RVVType2Qual()

12