Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp96 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 DModernizeModuleTest.cpp62 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 DWebAssembly.h60 SizeType = UnsignedLong; in WebAssemblyTargetInfo()
175 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
H A DSPIR.h213 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo()
266 SizeType = TargetInfo::UnsignedLong; in SPIRV64TargetInfo()
H A DVE.h37 SizeType = UnsignedLong; in VETargetInfo()
H A DBPF.h32 SizeType = UnsignedLong; in BPFTargetInfo()
H A DX86.h501 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 DAVR.h56 Char32Type = UnsignedLong; in AVRTargetInfo()
H A DSparc.h160 SizeType = UnsignedLong; in SparcV8TargetInfo()
H A DNVPTX.cpp102 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo()
H A DMips.h153 SizeType = UnsignedLong; in setN64ABITypes()
H A DAMDGPU.cpp376 SizeType = UnsignedLong; in AMDGPUTargetInfo()
H A DPPC.h383 SizeType = UnsignedLong; in PPC32TargetInfo()
H A DOSTargets.h304 this->SizeType = TargetInfo::UnsignedLong; in HaikuTargetInfo()
H A DARM.cpp267 ? UnsignedLong in ARMTargetInfo()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp152 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 DIntegralLiteralExpressionMatcher.h24 UnsignedLong, enumerator
H A DIntegralLiteralExpressionMatcher.cpp115 return LiteralSize::UnsignedLong; in literalTokenSize()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h70 UnsignedLong, enumerator
148 UnsignedLong, enumerator
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h129 UnsignedLong, enumerator
332 case UnsignedLong: in getSignedSizeType()
378 return UnsignedLong; in getCorrespondingUnsignedType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp84 case ScalarTypeKind::UnsignedLong: in RVVType2Qual()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp1089 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 DASTContext.cpp9213 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()