Home
last modified time | relevance | path

Searched refs:UnsignedInt (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcatch-implicit-integer-sign-changes-true-negatives.cpp81 using UnsignedInt = unsigned int; typedef
95 return UnsignedInt(src); in explicit_functional_signed_int_to_unsigned_int()
105 return UnsignedInt(src); in explicit_functional_unsigned_int_to_unsigned_int()
H A Dcatch-implicit-integer-truncations.cpp106 using UnsignedInt = unsigned int; typedef
144 return UnsignedInt(src); in explicit_functional_unsigned_int_to_unsigned_int()
/llvm-project-15.0.7/clang/test/AST/
H A Dmultistep-explicit-cast-json.cpp59 using UnsignedInt = unsigned int; typedef
62 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
66 SignedChar cxxfunctionalcast_1(UnsignedInt x) { in cxxfunctionalcast_1()
H A Dmultistep-explicit-cast.cpp125 using UnsignedInt = unsigned int; typedef
128 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
137 SignedChar cxxfunctionalcast_1(UnsignedInt x) { in cxxfunctionalcast_1()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAVR.h50 SizeType = UnsignedInt; in AVRTargetInfo()
53 Char16Type = UnsignedInt; in AVRTargetInfo()
158 return BitWidth == 16 ? (IsSigned ? SignedInt : UnsignedInt) in getIntTypeByWidth()
165 ? (IsSigned ? SignedInt : UnsignedInt) in getLeastIntTypeByWidth()
H A DXCore.h34 SizeType = UnsignedInt; in XCoreTargetInfo()
38 WIntType = UnsignedInt; in XCoreTargetInfo()
H A DVE.h45 WCharType = UnsignedInt; in VETargetInfo()
46 WIntType = UnsignedInt; in VETargetInfo()
H A DCSKY.h47 SizeType = UnsignedInt; in CSKYTargetInfo()
51 WIntType = UnsignedInt; in CSKYTargetInfo()
H A DRISCV.h40 WIntType = UnsignedInt; in RISCVTargetInfo()
110 SizeType = UnsignedInt; in RISCV32TargetInfo()
H A DSPIR.h196 SizeType = TargetInfo::UnsignedInt; in SPIR32TargetInfo()
249 SizeType = TargetInfo::UnsignedInt; in SPIRV32TargetInfo()
H A DARC.h32 SizeType = UnsignedInt; in ARCTargetInfo()
H A DMSP430.h43 SizeType = UnsignedInt; in MSP430TargetInfo()
H A DMips.h127 SizeType = UnsignedInt; in setO32ABITypes()
163 SizeType = UnsignedInt; in setN32ABITypes()
H A DTCE.h67 SizeType = UnsignedInt; in TCETargetInfo()
H A DPNaCl.h38 this->SizeType = TargetInfo::UnsignedInt; in PNaClTargetInfo()
H A DHexagon.h48 SizeType = UnsignedInt; in HexagonTargetInfo()
H A DOSTargets.h402 this->WIntType = TargetInfo::UnsignedInt; in LinuxTargetInfo()
539 this->SizeType = TargetInfo::UnsignedInt; in PS3PPUTargetInfo()
778 this->WCharType = this->UnsignedInt; in AIXTargetInfo()
842 this->WCharType = TargetInfo::UnsignedInt; in ZOSTargetInfo()
900 this->SizeType = TargetInfo::UnsignedInt; in NaClTargetInfo()
H A DM68k.cpp57 SizeType = UnsignedInt; in M68kTargetInfo()
H A DX86.h421 SizeType = UnsignedInt; in X86_32TargetInfo()
642 WIntType = UnsignedInt; in MCUX86_32TargetInfo()
692 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
H A DSparc.h154 SizeType = UnsignedInt; in SparcV8TargetInfo()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp103 Char32Type = UnsignedInt; in TargetInfo()
189 case UnsignedInt: return "unsigned int"; in getTypeName()
215 case UnsignedInt: return "U"; in getTypeConstantSuffix()
232 case UnsignedInt: return ""; in getTypeFormatModifier()
250 case UnsignedInt: return getIntWidth(); in getTypeWidth()
265 return IsSigned ? SignedInt : UnsignedInt; in getIntTypeByWidth()
280 return IsSigned ? SignedInt : UnsignedInt; in getLeastIntTypeByWidth()
332 case UnsignedInt: return getIntAlign(); in getTypeAlign()
353 case UnsignedInt: in isTypeSigned()
373 case 4: WCharType = Opts.WCharIsSigned ? SignedInt : UnsignedInt; break; in adjust()
[all …]
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DModernizeModuleTest.cpp58 case modernize::LiteralSize::UnsignedInt: in toString()
260 {modernize::LiteralSize::UnsignedInt, "1U"},
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DIntegralLiteralExpressionMatcher.h22 UnsignedInt, enumerator
H A DIntegralLiteralExpressionMatcher.cpp120 return LiteralSize::UnsignedInt; in literalTokenSize()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h127 UnsignedInt, enumerator
330 case UnsignedInt: in getSignedSizeType()
376 return UnsignedInt; in getCorrespondingUnsignedType()

12