Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp123 SizeType = UnsignedLong; in TargetInfo()
216 case UnsignedLong: return "long unsigned int"; in getTypeName()
241 case UnsignedLong: return "UL"; in getTypeConstantSuffix()
259 case UnsignedLong: return "l"; in getTypeFormatModifier()
277 case UnsignedLong: return getLongWidth(); in getTypeWidth()
292 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
307 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
359 case UnsignedLong: return getLongAlign(); in getTypeAlign()
379 case UnsignedLong: in isTypeSigned()
429 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DWebAssembly.h59 SizeType = UnsignedLong; in WebAssemblyTargetInfo()
174 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
H A DSPIR.h220 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo()
273 SizeType = TargetInfo::UnsignedLong; in SPIRV64TargetInfo()
H A DVE.h36 SizeType = UnsignedLong; in VETargetInfo()
H A DBPF.h31 SizeType = UnsignedLong; in BPFTargetInfo()
H A DX86.h519 SizeType = UnsignedLong; in OpenBSDI386TargetInfo()
538 SizeType = UnsignedLong; in DarwinI386TargetInfo()
683 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo()
710 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.cpp89 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo()
H A DMips.h152 SizeType = UnsignedLong; in setN64ABITypes()
H A DAMDGPU.cpp409 SizeType = UnsignedLong; in AMDGPUTargetInfo()
H A DPPC.h382 SizeType = UnsignedLong; in PPC32TargetInfo()
H A DOSTargets.h305 this->SizeType = TargetInfo::UnsignedLong; in HaikuTargetInfo()
H A DARM.cpp272 ? UnsignedLong in ARMTargetInfo()
/openbsd/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp151 case ScalarTypeKind::UnsignedLong: in initBuiltinStr()
268 case ScalarTypeKind::UnsignedLong: in initTypeStr()
411 PT = BaseTypeModifier::UnsignedLong; in parsePrototypeDescriptor()
607 case BaseTypeModifier::UnsignedLong: in applyModifier()
608 ScalarType = ScalarTypeKind::UnsignedLong; in applyModifier()
/openbsd/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h72 UnsignedLong, enumerator
207 UnsignedLong, enumerator
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h144 UnsignedLong, enumerator
347 case UnsignedLong: in getSignedSizeType()
394 return UnsignedLong; in getCorrespondingUnsignedType()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp85 case ScalarTypeKind::UnsignedLong: in RVVType2Qual()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp1104 DefineExactWidthIntType(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
1105 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9325 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()