Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp92 SizeType = UnsignedLong; in TargetInfo()
182 case UnsignedLong: return "long unsigned int"; in getTypeName()
207 case UnsignedLong: return "UL"; in getTypeConstantSuffix()
225 case UnsignedLong: return "l"; in getTypeFormatModifier()
243 case UnsignedLong: return getLongWidth(); in getTypeWidth()
258 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
273 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
319 case UnsignedLong: return getLongAlign(); in getTypeAlign()
339 case UnsignedLong: in isTypeSigned()
389 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DWebAssembly.h58 SizeType = UnsignedLong; in WebAssemblyTargetInfo()
166 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
H A DX86.h483 SizeType = UnsignedLong; in OpenBSDI386TargetInfo()
502 SizeType = UnsignedLong; in DarwinI386TargetInfo()
646 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo()
673 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
H A DVE.h37 SizeType = UnsignedLong; in VETargetInfo()
H A DBPF.h32 SizeType = UnsignedLong; in BPFTargetInfo()
H A DSPIR.h176 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo()
H A DAVR.h56 Char32Type = UnsignedLong; in AVRTargetInfo()
H A DSparc.h164 SizeType = UnsignedLong; in SparcV8TargetInfo()
H A DNVPTX.cpp101 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo()
H A DMips.h153 SizeType = UnsignedLong; in setN64ABITypes()
H A DAMDGPU.cpp351 SizeType = UnsignedLong; in AMDGPUTargetInfo()
H A DPPC.h375 SizeType = UnsignedLong; in PPC32TargetInfo()
H A DARM.cpp257 ? UnsignedLong in ARMTargetInfo()
H A DOSTargets.h301 this->SizeType = TargetInfo::UnsignedLong; in HaikuTargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp50 UnsignedLong, enumerator
378 case ScalarTypeKind::UnsignedLong: in initBuiltinStr()
490 case ScalarTypeKind::UnsignedLong: in initTypeStr()
628 ScalarType = ScalarTypeKind::UnsignedLong; in applyModifier()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h119 UnsignedLong, enumerator
324 case UnsignedLong: in getSignedSizeType()
370 return UnsignedLong; in getCorrespondingUnsignedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp989 DefineExactWidthIntType(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
990 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8563 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()