Home
last modified time | relevance | path

Searched refs:UnsignedLong (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp130 SizeType = UnsignedLong; in TargetInfo()
242 case UnsignedLong: return "long unsigned int"; in getTypeName()
267 case UnsignedLong: return "UL"; in getTypeConstantSuffix()
285 case UnsignedLong: return "l"; in getTypeFormatModifier()
303 case UnsignedLong: return getLongWidth(); in getTypeWidth()
318 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
333 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
385 case UnsignedLong: return getLongAlign(); in getTypeAlign()
405 case UnsignedLong: in isTypeSigned()
468 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.h92 SizeType = UnsignedLong; in WebAssemblyTargetInfo()
211 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
H A DSPIR.h282 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo()
368 SizeType = TargetInfo::UnsignedLong; in SPIRV64TargetInfo()
414 SizeType = TargetInfo::UnsignedLong; in SPIRV64AMDGCNTargetInfo()
H A DVE.h36 SizeType = UnsignedLong; in VETargetInfo()
H A DBPF.h31 SizeType = UnsignedLong; in BPFTargetInfo()
H A DX86.h543 SizeType = UnsignedLong; in OpenBSDI386TargetInfo()
570 SizeType = UnsignedLong; in DarwinI386TargetInfo()
719 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo()
746 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
H A DAVR.h58 Char32Type = UnsignedLong; in AVRTargetInfo()
H A DSparc.h164 SizeType = UnsignedLong; in SparcV8TargetInfo()
H A DNVPTX.cpp98 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo()
H A DAMDGPU.cpp262 SizeType = UnsignedLong; in AMDGPUTargetInfo()
H A DMips.h159 SizeType = UnsignedLong; in setN64ABITypes()
H A DPPC.h408 SizeType = UnsignedLong; in PPC32TargetInfo()
H A DOSTargets.h300 this->SizeType = TargetInfo::UnsignedLong; in HaikuTargetInfo()
H A DARM.cpp277 ? UnsignedLong in ARMTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp154 case ScalarTypeKind::UnsignedLong: in initBuiltinStr()
282 case ScalarTypeKind::UnsignedLong: in initTypeStr()
449 PT = BaseTypeModifier::UnsignedLong; in parsePrototypeDescriptor()
687 case BaseTypeModifier::UnsignedLong: in applyModifier()
688 ScalarType = ScalarTypeKind::UnsignedLong; in applyModifier()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h86 UnsignedLong, enumerator
224 UnsignedLong, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h155 UnsignedLong, enumerator
395 case UnsignedLong: in getSignedSizeType()
442 return UnsignedLong; in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1308 DefineExactWidthIntType(LangOpts, TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
1309 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp125 case ScalarTypeKind::UnsignedLong: in RVVType2Qual()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10424 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()