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.cpp125 SizeType = UnsignedLong; in TargetInfo()
219 case UnsignedLong: return "long unsigned int"; in getTypeName()
244 case UnsignedLong: return "UL"; in getTypeConstantSuffix()
262 case UnsignedLong: return "l"; in getTypeFormatModifier()
280 case UnsignedLong: return getLongWidth(); in getTypeWidth()
295 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
310 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
362 case UnsignedLong: return getLongAlign(); in getTypeAlign()
382 case UnsignedLong: in isTypeSigned()
442 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.h85 SizeType = UnsignedLong; in WebAssemblyTargetInfo()
204 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
H A DSPIR.h276 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo()
357 SizeType = TargetInfo::UnsignedLong; in SPIRV64TargetInfo()
381 SizeType = TargetInfo::UnsignedLong; in SPIRV64AMDGCNTargetInfo()
H A DVE.h36 SizeType = UnsignedLong; in VETargetInfo()
H A DBPF.h31 SizeType = UnsignedLong; in BPFTargetInfo()
H A DX86.h523 SizeType = UnsignedLong; in OpenBSDI386TargetInfo()
542 SizeType = UnsignedLong; in DarwinI386TargetInfo()
689 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo()
716 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
H A DAVR.h56 Char32Type = UnsignedLong; in AVRTargetInfo()
H A DSparc.h164 SizeType = UnsignedLong; in SparcV8TargetInfo()
H A DNVPTX.cpp93 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo()
H A DMips.h158 SizeType = UnsignedLong; in setN64ABITypes()
H A DAMDGPU.cpp248 SizeType = UnsignedLong; in AMDGPUTargetInfo()
H A DPPC.h419 SizeType = UnsignedLong; in PPC32TargetInfo()
H A DOSTargets.h275 this->SizeType = TargetInfo::UnsignedLong; in HaikuTargetInfo()
H A DARM.cpp276 ? UnsignedLong in ARMTargetInfo()
/freebsd/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/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.h151 UnsignedLong, enumerator
378 case UnsignedLong: in getSignedSizeType()
425 return UnsignedLong; in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1287 DefineExactWidthIntType(LangOpts, TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
1288 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp105 case ScalarTypeKind::UnsignedLong: in RVVType2Qual()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9795 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()