Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp125 SizeType = UnsignedLong; in TargetInfo()
218 case UnsignedLong: return "long unsigned int"; in getTypeName()
243 case UnsignedLong: return "UL"; in getTypeConstantSuffix()
261 case UnsignedLong: return "l"; in getTypeFormatModifier()
279 case UnsignedLong: return getLongWidth(); in getTypeWidth()
294 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
309 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
361 case UnsignedLong: return getLongAlign(); in getTypeAlign()
381 case UnsignedLong: in isTypeSigned()
431 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.h84 SizeType = UnsignedLong; in WebAssemblyTargetInfo()
199 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
H A DVE.h36 SizeType = UnsignedLong; in VETargetInfo()
H A DSPIR.h274 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo()
354 SizeType = TargetInfo::UnsignedLong; in SPIRV64TargetInfo()
H A DBPF.h31 SizeType = UnsignedLong; in BPFTargetInfo()
H A DX86.h532 SizeType = UnsignedLong; in OpenBSDI386TargetInfo()
551 SizeType = UnsignedLong; in DarwinI386TargetInfo()
697 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo()
724 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
H A DAVR.h56 Char32Type = UnsignedLong; in AVRTargetInfo()
H A DSparc.h160 SizeType = UnsignedLong; in SparcV8TargetInfo()
H A DNVPTX.cpp89 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo()
H A DMips.h153 SizeType = UnsignedLong; in setN64ABITypes()
H A DAMDGPU.cpp241 SizeType = UnsignedLong; in AMDGPUTargetInfo()
H A DPPC.h384 SizeType = UnsignedLong; in PPC32TargetInfo()
H A DOSTargets.h275 this->SizeType = TargetInfo::UnsignedLong; in HaikuTargetInfo()
H A DARM.cpp277 ? UnsignedLong in ARMTargetInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp157 case ScalarTypeKind::UnsignedLong: in initBuiltinStr()
285 case ScalarTypeKind::UnsignedLong: in initTypeStr()
452 PT = BaseTypeModifier::UnsignedLong; in parsePrototypeDescriptor()
690 case BaseTypeModifier::UnsignedLong: in applyModifier()
691 ScalarType = ScalarTypeKind::UnsignedLong; in applyModifier()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h86 UnsignedLong, enumerator
224 UnsignedLong, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h145 UnsignedLong, enumerator
369 case UnsignedLong: in getSignedSizeType()
416 return UnsignedLong; in getCorrespondingUnsignedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp99 case ScalarTypeKind::UnsignedLong: in RVVType2Qual()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1153 DefineExactWidthIntType(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
1154 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9335 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()