| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | VE.h | 38 PtrDiffType = SignedLong; in VETargetInfo() 39 IntPtrType = SignedLong; in VETargetInfo() 40 IntMaxType = SignedLong; in VETargetInfo() 41 Int64Type = SignedLong; in VETargetInfo()
|
| H A D | BPF.h | 33 PtrDiffType = SignedLong; in BPFTargetInfo() 34 IntPtrType = SignedLong; in BPFTargetInfo() 35 IntMaxType = SignedLong; in BPFTargetInfo() 36 Int64Type = SignedLong; in BPFTargetInfo()
|
| H A D | WebAssembly.h | 52 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 D | X86.h | 488 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 D | Sparc.h | 165 IntPtrType = SignedLong; in SparcV8TargetInfo() 166 PtrDiffType = SignedLong; in SparcV8TargetInfo() 210 IntMaxType = SignedLong; in SparcV9TargetInfo()
|
| H A D | PPC.h | 379 PtrDiffType = SignedLong; in PPC32TargetInfo() 380 IntPtrType = SignedLong; in PPC32TargetInfo() 412 IntMaxType = SignedLong; in PPC64TargetInfo() 413 Int64Type = SignedLong; in PPC64TargetInfo()
|
| H A D | SystemZ.h | 38 IntMaxType = SignedLong; in SystemZTargetInfo() 39 Int64Type = SignedLong; in SystemZTargetInfo()
|
| H A D | NVPTX.cpp | 102 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo() 103 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
|
| H A D | MSP430.h | 47 SigAtomicType = SignedLong; in MSP430TargetInfo()
|
| H A D | Mips.h | 147 Int64Type = SignedLong; in setN64ABITypes() 152 PtrDiffType = SignedLong; in setN64ABITypes()
|
| H A D | AMDGPU.cpp | 354 PtrDiffType = SignedLong; in AMDGPUTargetInfo() 355 IntPtrType = SignedLong; in AMDGPUTargetInfo()
|
| H A D | TCE.h | 68 IntMaxType = SignedLong; in TCETargetInfo()
|
| H A D | SPIR.h | 182 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
|
| H A D | RISCV.h | 150 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
|
| H A D | OSTargets.h | 302 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 D | AArch64.cpp | 53 Int64Type = SignedLong; in AArch64TargetInfo() 54 IntMaxType = SignedLong; in AArch64TargetInfo()
|
| H A D | ARM.cpp | 252 ? SignedLong in ARMTargetInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 93 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 D | RISCVVEmitter.cpp | 51 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 D | TargetInfo.h | 118 SignedLong, enumerator 325 return SignedLong; in getSignedSizeType() 369 case SignedLong: in getCorrespondingUnsignedType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 873 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 D | ASTContext.cpp | 8581 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 D | SemaChecking.cpp | 2251 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()
|