| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 96 SizeType = UnsignedLong; in TargetInfo() 191 case UnsignedLong: return "long unsigned int"; in getTypeName() 216 case UnsignedLong: return "UL"; in getTypeConstantSuffix() 234 case UnsignedLong: return "l"; in getTypeFormatModifier() 252 case UnsignedLong: return getLongWidth(); in getTypeWidth() 267 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth() 282 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth() 334 case UnsignedLong: return getLongAlign(); in getTypeAlign() 354 case UnsignedLong: in isTypeSigned() 404 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/ |
| H A D | ModernizeModuleTest.cpp | 62 case modernize::LiteralSize::UnsignedLong: in toString() 262 {modernize::LiteralSize::UnsignedLong, "1UL"}, 263 {modernize::LiteralSize::UnsignedLong, "1LU"},
|
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | WebAssembly.h | 60 SizeType = UnsignedLong; in WebAssemblyTargetInfo() 175 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
|
| H A D | SPIR.h | 213 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo() 266 SizeType = TargetInfo::UnsignedLong; in SPIRV64TargetInfo()
|
| H A D | VE.h | 37 SizeType = UnsignedLong; in VETargetInfo()
|
| H A D | BPF.h | 32 SizeType = UnsignedLong; in BPFTargetInfo()
|
| H A D | X86.h | 501 SizeType = UnsignedLong; in OpenBSDI386TargetInfo() 520 SizeType = UnsignedLong; in DarwinI386TargetInfo() 665 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo() 692 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
|
| H A D | AVR.h | 56 Char32Type = UnsignedLong; in AVRTargetInfo()
|
| H A D | Sparc.h | 160 SizeType = UnsignedLong; in SparcV8TargetInfo()
|
| H A D | NVPTX.cpp | 102 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo()
|
| H A D | Mips.h | 153 SizeType = UnsignedLong; in setN64ABITypes()
|
| H A D | AMDGPU.cpp | 376 SizeType = UnsignedLong; in AMDGPUTargetInfo()
|
| H A D | PPC.h | 383 SizeType = UnsignedLong; in PPC32TargetInfo()
|
| H A D | OSTargets.h | 304 this->SizeType = TargetInfo::UnsignedLong; in HaikuTargetInfo()
|
| H A D | ARM.cpp | 267 ? UnsignedLong in ARMTargetInfo()
|
| /llvm-project-15.0.7/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 152 case ScalarTypeKind::UnsignedLong: in initBuiltinStr() 269 case ScalarTypeKind::UnsignedLong: in initTypeStr() 411 PT = BaseTypeModifier::UnsignedLong; in parsePrototypeDescriptor() 607 case BaseTypeModifier::UnsignedLong: in applyModifier() 608 ScalarType = ScalarTypeKind::UnsignedLong; in applyModifier()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | IntegralLiteralExpressionMatcher.h | 24 UnsignedLong, enumerator
|
| H A D | IntegralLiteralExpressionMatcher.cpp | 115 return LiteralSize::UnsignedLong; in literalTokenSize()
|
| /llvm-project-15.0.7/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 70 UnsignedLong, enumerator 148 UnsignedLong, enumerator
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 129 UnsignedLong, enumerator 332 case UnsignedLong: in getSignedSizeType() 378 return UnsignedLong; in getCorrespondingUnsignedType()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaRISCVVectorLookup.cpp | 84 case ScalarTypeKind::UnsignedLong: in RVVType2Qual()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 1089 DefineExactWidthIntType(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros() 1090 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 9213 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()
|