Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
H A DBPF.h33 PtrDiffType = SignedLong; in BPFTargetInfo()
34 IntPtrType = SignedLong; in BPFTargetInfo()
35 IntMaxType = SignedLong; in BPFTargetInfo()
36 Int64Type = SignedLong; in BPFTargetInfo()
H A DWebAssembly.h52 SigAtomicType = SignedLong; in WebAssemblyTargetInfo()
59 PtrDiffType = SignedLong; in WebAssemblyTargetInfo()
60 IntPtrType = SignedLong; in WebAssemblyTargetInfo()
172 PtrDiffType = SignedLong; in WebAssembly64TargetInfo()
173 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
H A DX86.h488 IntPtrType = SignedLong; in OpenBSDI386TargetInfo()
489 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo()
507 IntPtrType = SignedLong; in DarwinI386TargetInfo()
651 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo()
652 PtrDiffType = SignedLong; in RTEMSX86_32TargetInfo()
678 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
679 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
680 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
681 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
H A DSparc.h165 IntPtrType = SignedLong; in SparcV8TargetInfo()
166 PtrDiffType = SignedLong; in SparcV8TargetInfo()
210 IntMaxType = SignedLong; in SparcV9TargetInfo()
H A DPPC.h379 PtrDiffType = SignedLong; in PPC32TargetInfo()
380 IntPtrType = SignedLong; in PPC32TargetInfo()
412 IntMaxType = SignedLong; in PPC64TargetInfo()
413 Int64Type = SignedLong; in PPC64TargetInfo()
H A DSystemZ.h38 IntMaxType = SignedLong; in SystemZTargetInfo()
39 Int64Type = SignedLong; in SystemZTargetInfo()
H A DNVPTX.cpp102 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo()
103 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
H A DMSP430.h47 SigAtomicType = SignedLong; in MSP430TargetInfo()
H A DMips.h147 Int64Type = SignedLong; in setN64ABITypes()
152 PtrDiffType = SignedLong; in setN64ABITypes()
H A DAMDGPU.cpp354 PtrDiffType = SignedLong; in AMDGPUTargetInfo()
355 IntPtrType = SignedLong; in AMDGPUTargetInfo()
H A DTCE.h68 IntMaxType = SignedLong; in TCETargetInfo()
H A DSPIR.h182 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
H A DRISCV.h150 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
H A DOSTargets.h302 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo()
303 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo()
304 this->ProcessIDType = TargetInfo::SignedLong; in HaikuTargetInfo()
659 this->WCharType = this->WIntType = this->SignedLong; in SolarisTargetInfo()
H A DAArch64.cpp53 Int64Type = SignedLong; in AArch64TargetInfo()
54 IntMaxType = SignedLong; in AArch64TargetInfo()
H A DARM.cpp252 ? SignedLong in ARMTargetInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp93 PtrDiffType = SignedLong; in TargetInfo()
95 IntPtrType = SignedLong; in TargetInfo()
181 case SignedLong: return "long int"; in getTypeName()
196 case SignedLong: return "L"; in getTypeConstantSuffix()
224 case SignedLong: in getTypeFormatModifier()
242 case SignedLong: in getTypeWidth()
258 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
273 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
318 case SignedLong: in getTypeAlign()
333 case SignedLong: in isTypeSigned()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp51 SignedLong, enumerator
385 case ScalarTypeKind::SignedLong: in initBuiltinStr()
502 case ScalarTypeKind::SignedLong: in initTypeStr()
642 ScalarType = ScalarTypeKind::SignedLong; in applyModifier()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h118 SignedLong, enumerator
325 return SignedLong; in getSignedSizeType()
369 case SignedLong: in getCorrespondingUnsignedType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp873 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
969 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
993 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8581 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()
10350 case TargetInfo::SignedLong: in DecodeTypeFromStr()
10371 case TargetInfo::SignedLong: in DecodeTypeFromStr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2251 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()