Home
last modified time | relevance | path

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

12

/freebsd-14.2/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.h78 SigAtomicType = SignedLong; in WebAssemblyTargetInfo()
85 PtrDiffType = SignedLong; in WebAssemblyTargetInfo()
86 IntPtrType = SignedLong; in WebAssemblyTargetInfo()
200 PtrDiffType = SignedLong; in WebAssembly64TargetInfo()
201 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
H A DSparc.h161 IntPtrType = SignedLong; in SparcV8TargetInfo()
162 PtrDiffType = SignedLong; in SparcV8TargetInfo()
205 IntMaxType = SignedLong; in SparcV9TargetInfo()
H A DX86.h533 IntPtrType = SignedLong; in OpenBSDI386TargetInfo()
534 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo()
552 IntPtrType = SignedLong; in DarwinI386TargetInfo()
698 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo()
699 PtrDiffType = SignedLong; in RTEMSX86_32TargetInfo()
725 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
726 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
727 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
728 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
H A DPPC.h385 PtrDiffType = SignedLong; in PPC32TargetInfo()
386 IntPtrType = SignedLong; in PPC32TargetInfo()
418 IntMaxType = SignedLong; in PPC64TargetInfo()
419 Int64Type = SignedLong; in PPC64TargetInfo()
H A DSystemZ.h37 IntMaxType = SignedLong; in SystemZTargetInfo()
38 Int64Type = SignedLong; in SystemZTargetInfo()
H A DMSP430.h47 SigAtomicType = SignedLong; in MSP430TargetInfo()
H A DNVPTX.cpp90 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo()
91 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
H A DMips.h147 Int64Type = SignedLong; in setN64ABITypes()
152 PtrDiffType = SignedLong; in setN64ABITypes()
H A DTCE.h72 IntMaxType = SignedLong; in TCETargetInfo()
H A DAMDGPU.cpp242 PtrDiffType = SignedLong; in AMDGPUTargetInfo()
243 IntPtrType = SignedLong; in AMDGPUTargetInfo()
H A DSPIR.h275 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
355 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64TargetInfo()
H A DLoongArch.h134 IntMaxType = Int64Type = SignedLong; in LoongArch64TargetInfo()
H A DRISCV.h160 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
H A DOSTargets.h276 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo()
277 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo()
278 this->ProcessIDType = TargetInfo::SignedLong; in HaikuTargetInfo()
624 this->WCharType = this->WIntType = this->SignedLong; in SolarisTargetInfo()
H A DAArch64.cpp140 Int64Type = SignedLong; in AArch64TargetInfo()
141 IntMaxType = SignedLong; in AArch64TargetInfo()
H A DARM.cpp272 ? SignedLong in ARMTargetInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp126 PtrDiffType = SignedLong; in TargetInfo()
128 IntPtrType = SignedLong; in TargetInfo()
217 case SignedLong: return "long int"; in getTypeName()
232 case SignedLong: return "L"; in getTypeConstantSuffix()
260 case SignedLong: in getTypeFormatModifier()
278 case SignedLong: in getTypeWidth()
294 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
309 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
360 case SignedLong: in getTypeAlign()
375 case SignedLong: in isTypeSigned()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp160 case ScalarTypeKind::SignedLong: in initBuiltinStr()
288 case ScalarTypeKind::SignedLong: in initTypeStr()
455 PT = BaseTypeModifier::SignedLong; in parsePrototypeDescriptor()
693 case BaseTypeModifier::SignedLong: in applyModifier()
694 ScalarType = ScalarTypeKind::SignedLong; in applyModifier()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h87 SignedLong, enumerator
225 SignedLong, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h144 SignedLong, enumerator
370 return SignedLong; in getSignedSizeType()
415 case SignedLong: in getCorrespondingUnsignedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1032 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
1131 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
1155 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp102 case ScalarTypeKind::SignedLong: in RVVType2Qual()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9334 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()
11239 case TargetInfo::SignedLong: in DecodeTypeFromStr()
11260 case TargetInfo::SignedLong: in DecodeTypeFromStr()

12