Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/external/apache2/llvm/dist/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()
167 PtrDiffType = SignedLong; in WebAssembly64TargetInfo()
168 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
H A DX86.h484 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 DSparc.h165 IntPtrType = SignedLong; in SparcV8TargetInfo()
166 PtrDiffType = SignedLong; in SparcV8TargetInfo()
210 IntMaxType = SignedLong; in SparcV9TargetInfo()
H A DPPC.h376 PtrDiffType = SignedLong; in PPC32TargetInfo()
377 IntPtrType = SignedLong; in PPC32TargetInfo()
409 IntMaxType = SignedLong; in PPC64TargetInfo()
410 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 DMips.h147 Int64Type = SignedLong; in setN64ABITypes()
152 PtrDiffType = SignedLong; in setN64ABITypes()
H A DAMDGPU.cpp352 PtrDiffType = SignedLong; in AMDGPUTargetInfo()
353 IntPtrType = SignedLong; in AMDGPUTargetInfo()
H A DMSP430.h47 SigAtomicType = SignedLong; in MSP430TargetInfo()
H A DTCE.h68 IntMaxType = SignedLong; in TCETargetInfo()
H A DSPIR.h177 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
H A DOSTargets.h302 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 DRISCV.h149 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
H A DAArch64.cpp53 Int64Type = SignedLong; in AArch64TargetInfo()
54 IntMaxType = SignedLong; in AArch64TargetInfo()
H A DARM.cpp252 ? SignedLong in ARMTargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp51 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 DTargetInfo.h118 SignedLong, enumerator
325 return SignedLong; in getSignedSizeType()
369 case SignedLong: in getCorrespondingUnsignedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp871 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 DASTContext.cpp8562 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 DSemaChecking.cpp2247 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()