| /netbsd-src/external/apache2/llvm/dist/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 …]
|
| /netbsd-src/external/apache2/llvm/dist/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() 167 PtrDiffType = SignedLong; in WebAssembly64TargetInfo() 168 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
|
| H A D | X86.h | 484 IntPtrType = SignedLong; in OpenBSDI386TargetInfo() 485 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo() 503 IntPtrType = SignedLong; in DarwinI386TargetInfo() 647 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo() 648 PtrDiffType = SignedLong; in RTEMSX86_32TargetInfo() 674 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 675 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 676 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo() 677 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 | 376 PtrDiffType = SignedLong; in PPC32TargetInfo() 377 IntPtrType = SignedLong; in PPC32TargetInfo() 409 IntMaxType = SignedLong; in PPC64TargetInfo() 410 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 | Mips.h | 147 Int64Type = SignedLong; in setN64ABITypes() 152 PtrDiffType = SignedLong; in setN64ABITypes()
|
| H A D | AMDGPU.cpp | 352 PtrDiffType = SignedLong; in AMDGPUTargetInfo() 353 IntPtrType = SignedLong; in AMDGPUTargetInfo()
|
| H A D | MSP430.h | 47 SigAtomicType = SignedLong; in MSP430TargetInfo()
|
| H A D | TCE.h | 68 IntMaxType = SignedLong; in TCETargetInfo()
|
| H A D | SPIR.h | 177 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
|
| 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() 654 this->WCharType = this->WIntType = this->SignedLong; in SolarisTargetInfo()
|
| H A D | RISCV.h | 149 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
|
| H A D | AArch64.cpp | 53 Int64Type = SignedLong; in AArch64TargetInfo() 54 IntMaxType = SignedLong; in AArch64TargetInfo()
|
| H A D | ARM.cpp | 252 ? SignedLong in ARMTargetInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 51 SignedLong, enumerator 381 case ScalarTypeKind::SignedLong: in initBuiltinStr() 493 case ScalarTypeKind::SignedLong: in initTypeStr() 631 ScalarType = ScalarTypeKind::SignedLong; in applyModifier()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 118 SignedLong, enumerator 325 return SignedLong; in getSignedSizeType() 369 case SignedLong: in getCorrespondingUnsignedType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 871 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros() 967 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros() 991 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 8562 case TargetInfo::SignedLong: return LongTy; in getFromTargetType() 10308 case TargetInfo::SignedLong: in DecodeTypeFromStr() 10329 case TargetInfo::SignedLong: in DecodeTypeFromStr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2247 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()
|