| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 99 Char32Type = UnsignedInt; in TargetInfo() 180 case UnsignedInt: return "unsigned int"; in getTypeName() 206 case UnsignedInt: return "U"; in getTypeConstantSuffix() 223 case UnsignedInt: return ""; in getTypeFormatModifier() 241 case UnsignedInt: return getIntWidth(); in getTypeWidth() 256 return IsSigned ? SignedInt : UnsignedInt; in getIntTypeByWidth() 271 return IsSigned ? SignedInt : UnsignedInt; in getLeastIntTypeByWidth() 317 case UnsignedInt: return getIntAlign(); in getTypeAlign() 338 case UnsignedInt: in isTypeSigned() 358 case 4: WCharType = Opts.WCharIsSigned ? SignedInt : UnsignedInt; break; in adjust() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| H A D | AVR.h | 50 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 D | XCore.h | 34 SizeType = UnsignedInt; in XCoreTargetInfo() 38 WIntType = UnsignedInt; in XCoreTargetInfo()
|
| H A D | VE.h | 45 WCharType = UnsignedInt; in VETargetInfo() 46 WIntType = UnsignedInt; in VETargetInfo()
|
| H A D | RISCV.h | 60 WIntType = UnsignedInt; in RISCVTargetInfo() 120 SizeType = UnsignedInt; in RISCV32TargetInfo()
|
| H A D | Mips.h | 127 SizeType = UnsignedInt; in setO32ABITypes() 163 SizeType = UnsignedInt; in setN32ABITypes()
|
| H A D | ARC.h | 32 SizeType = UnsignedInt; in ARCTargetInfo()
|
| H A D | MSP430.h | 43 SizeType = UnsignedInt; in MSP430TargetInfo()
|
| H A D | OSTargets.h | 400 this->WIntType = TargetInfo::UnsignedInt; in LinuxTargetInfo() 534 this->SizeType = TargetInfo::UnsignedInt; in PS3PPUTargetInfo() 723 this->WCharType = this->UnsignedInt; in AIXTargetInfo() 786 this->WCharType = TargetInfo::UnsignedInt; in ZOSTargetInfo() 846 this->SizeType = TargetInfo::UnsignedInt; in NaClTargetInfo()
|
| H A D | PNaCl.h | 38 this->SizeType = TargetInfo::UnsignedInt; in PNaClTargetInfo()
|
| H A D | TCE.h | 67 SizeType = UnsignedInt; in TCETargetInfo()
|
| H A D | Hexagon.h | 48 SizeType = UnsignedInt; in HexagonTargetInfo()
|
| H A D | M68k.cpp | 57 SizeType = UnsignedInt; in M68kTargetInfo()
|
| H A D | SPIR.h | 161 SizeType = TargetInfo::UnsignedInt; in SPIR32TargetInfo()
|
| H A D | X86.h | 402 SizeType = UnsignedInt; in X86_32TargetInfo() 623 WIntType = UnsignedInt; in MCUX86_32TargetInfo() 673 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
|
| H A D | Sparc.h | 158 SizeType = UnsignedInt; in SparcV8TargetInfo()
|
| H A D | NVPTX.cpp | 96 SizeType = TargetInfo::UnsignedInt; in NVPTXTargetInfo()
|
| H A D | PPC.h | 370 SizeType = UnsignedInt; in PPC32TargetInfo()
|
| H A D | ARM.cpp | 36 WCharType = UnsignedInt; in setABIAAPCS() 258 : UnsignedInt; in ARMTargetInfo()
|
| H A D | AArch64.cpp | 51 WCharType = UnsignedInt; in AArch64TargetInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 117 UnsignedInt, enumerator 322 case UnsignedInt: in getSignedSizeType() 368 return UnsignedInt; in getCorrespondingUnsignedType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 154 enum class ScalarTypeKind { SignedInt, UnsignedInt, Float }; enumerator 159 case ScalarTypeKind::UnsignedInt: in toLetter() 170 case ScalarTypeKind::UnsignedInt: in toCPrefix() 246 .Case("u", ScalarTypeKind::UnsignedInt) in ScalarType() 1212 getScalarType("u32"), ST->kind() == ScalarTypeKind::UnsignedInt); in getCodeForDag()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 983 DefineExactWidthIntType(TargetInfo::UnsignedInt, TI, Builder); in InitializePredefinedMacros() 984 DefineExactWidthIntTypeSize(TargetInfo::UnsignedInt, TI, Builder); in InitializePredefinedMacros()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 8561 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
|