Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp89 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 DWebAssembly.h47 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 DBPF.h31 PtrDiffType = SignedLong; in BPFTargetInfo()
32 IntPtrType = SignedLong; in BPFTargetInfo()
33 IntMaxType = SignedLong; in BPFTargetInfo()
34 Int64Type = SignedLong; in BPFTargetInfo()
H A DX86.h414 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 DSparc.h166 IntPtrType = SignedLong; in SparcV8TargetInfo()
167 PtrDiffType = SignedLong; in SparcV8TargetInfo()
205 IntMaxType = SignedLong; in SparcV9TargetInfo()
H A DSystemZ.h38 IntMaxType = SignedLong; in SystemZTargetInfo()
39 Int64Type = SignedLong; in SystemZTargetInfo()
H A DAMDGPU.cpp259 PtrDiffType = SignedLong; in AMDGPUTargetInfo()
260 IntPtrType = SignedLong; in AMDGPUTargetInfo()
H A DNVPTX.cpp95 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo()
96 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
H A DMips.h148 Int64Type = SignedLong; in setN64ABITypes()
153 PtrDiffType = SignedLong; in setN64ABITypes()
H A DMSP430.h44 SigAtomicType = SignedLong; in MSP430TargetInfo()
H A DPPC.h362 IntMaxType = SignedLong; in PPC64TargetInfo()
363 Int64Type = SignedLong; in PPC64TargetInfo()
H A DTCE.h59 IntMaxType = SignedLong; in TCETargetInfo()
H A DRISCV.h98 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
H A DSPIR.h123 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
H A DAArch64.cpp47 Int64Type = SignedLong; in AArch64TargetInfo()
48 IntMaxType = SignedLong; in AArch64TargetInfo()
H A DOSTargets.h277 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo()
278 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo()
279 this->ProcessIDType = TargetInfo::SignedLong; in HaikuTargetInfo()
H A DARM.cpp229 ? SignedLong in ARMTargetInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h166 SignedLong, enumerator
267 return SignedLong; in getSignedSizeType()
307 case SignedLong: in getCorrespondingUnsignedType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp771 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 DASTContext.cpp7757 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()
9292 case TargetInfo::SignedLong: in DecodeTypeFromStr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp1594 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()