| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 89 PtrDiffType = SignedLong; in TargetInfo() 91 IntPtrType = SignedLong; in TargetInfo() 162 case SignedLong: return "long int"; in getTypeName() 177 case SignedLong: return "L"; in getTypeConstantSuffix() 205 case SignedLong: in getTypeFormatModifier() 223 case SignedLong: in getTypeWidth() 239 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth() 254 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth() 294 case SignedLong: in getTypeAlign() 309 case SignedLong: in isTypeSigned() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | WebAssembly.h | 47 SigAtomicType = SignedLong; in WebAssemblyTargetInfo() 54 PtrDiffType = SignedLong; in WebAssemblyTargetInfo() 55 IntPtrType = SignedLong; in WebAssemblyTargetInfo() 138 PtrDiffType = SignedLong; in WebAssembly64TargetInfo() 139 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
|
| H A D | BPF.h | 31 PtrDiffType = SignedLong; in BPFTargetInfo() 32 IntPtrType = SignedLong; in BPFTargetInfo() 33 IntMaxType = SignedLong; in BPFTargetInfo() 34 Int64Type = SignedLong; in BPFTargetInfo()
|
| H A D | X86.h | 414 IntPtrType = SignedLong; in OpenBSDI386TargetInfo() 415 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo() 433 IntPtrType = SignedLong; in DarwinI386TargetInfo() 572 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo() 573 PtrDiffType = SignedLong; in RTEMSX86_32TargetInfo() 599 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 600 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 601 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo() 602 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
|
| H A D | Sparc.h | 166 IntPtrType = SignedLong; in SparcV8TargetInfo() 167 PtrDiffType = SignedLong; in SparcV8TargetInfo() 205 IntMaxType = SignedLong; in SparcV9TargetInfo()
|
| H A D | SystemZ.h | 38 IntMaxType = SignedLong; in SystemZTargetInfo() 39 Int64Type = SignedLong; in SystemZTargetInfo()
|
| H A D | AMDGPU.cpp | 259 PtrDiffType = SignedLong; in AMDGPUTargetInfo() 260 IntPtrType = SignedLong; in AMDGPUTargetInfo()
|
| H A D | NVPTX.cpp | 95 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo() 96 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
|
| H A D | Mips.h | 148 Int64Type = SignedLong; in setN64ABITypes() 153 PtrDiffType = SignedLong; in setN64ABITypes()
|
| H A D | MSP430.h | 44 SigAtomicType = SignedLong; in MSP430TargetInfo()
|
| H A D | PPC.h | 362 IntMaxType = SignedLong; in PPC64TargetInfo() 363 Int64Type = SignedLong; in PPC64TargetInfo()
|
| H A D | TCE.h | 59 IntMaxType = SignedLong; in TCETargetInfo()
|
| H A D | RISCV.h | 98 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
|
| H A D | SPIR.h | 123 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
|
| H A D | AArch64.cpp | 47 Int64Type = SignedLong; in AArch64TargetInfo() 48 IntMaxType = SignedLong; in AArch64TargetInfo()
|
| H A D | OSTargets.h | 277 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo() 278 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo() 279 this->ProcessIDType = TargetInfo::SignedLong; in HaikuTargetInfo()
|
| H A D | ARM.cpp | 229 ? SignedLong in ARMTargetInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 166 SignedLong, enumerator 267 return SignedLong; in getSignedSizeType() 307 case SignedLong: in getCorrespondingUnsignedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 771 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros() 866 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros() 890 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 7757 case TargetInfo::SignedLong: return LongTy; in getFromTargetType() 9292 case TargetInfo::SignedLong: in DecodeTypeFromStr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 1594 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()
|