| /src/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | SPIR.h | 259 SizeType = TargetInfo::UnsignedInt; in SPIR32TargetInfo() 276 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo() 316 SizeType = TargetInfo::UnsignedInt; in SPIRVTargetInfo() 336 SizeType = TargetInfo::UnsignedInt; in SPIRV32TargetInfo() 357 SizeType = TargetInfo::UnsignedLong; in SPIRV64TargetInfo() 381 SizeType = TargetInfo::UnsignedLong; in SPIRV64AMDGCNTargetInfo()
|
| H A D | NVPTX.cpp | 88 SizeType = TargetInfo::UnsignedInt; in NVPTXTargetInfo() 93 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo() 127 SizeType = HostTarget->getSizeType(); in NVPTXTargetInfo()
|
| H A D | Mips.h | 132 SizeType = UnsignedInt; in setO32ABITypes() 158 SizeType = UnsignedLong; in setN64ABITypes() 168 SizeType = UnsignedInt; in setN32ABITypes()
|
| H A D | WebAssembly.h | 85 SizeType = UnsignedLong; in WebAssemblyTargetInfo() 204 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
|
| H A D | Sparc.h | 158 SizeType = UnsignedInt; in SparcV8TargetInfo() 164 SizeType = UnsignedLong; in SparcV8TargetInfo()
|
| H A D | X86.h | 449 SizeType = UnsignedInt; in X86_32TargetInfo() 523 SizeType = UnsignedLong; in OpenBSDI386TargetInfo() 542 SizeType = UnsignedLong; in DarwinI386TargetInfo() 689 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo() 716 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo() 825 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
|
| H A D | ARC.h | 32 SizeType = UnsignedInt; in ARCTargetInfo()
|
| H A D | XCore.h | 33 SizeType = UnsignedInt; in XCoreTargetInfo()
|
| H A D | MSP430.h | 43 SizeType = UnsignedInt; in MSP430TargetInfo()
|
| H A D | VE.h | 36 SizeType = UnsignedLong; in VETargetInfo()
|
| H A D | PNaCl.h | 38 this->SizeType = TargetInfo::UnsignedInt; in PNaClTargetInfo()
|
| H A D | TCE.h | 71 SizeType = UnsignedInt; in TCETargetInfo()
|
| H A D | CSKY.h | 47 SizeType = UnsignedInt; in CSKYTargetInfo()
|
| H A D | BPF.h | 31 SizeType = UnsignedLong; in BPFTargetInfo()
|
| H A D | Hexagon.h | 48 SizeType = UnsignedInt; in HexagonTargetInfo()
|
| H A D | AVR.h | 50 SizeType = UnsignedInt; in AVRTargetInfo()
|
| H A D | PPC.h | 414 SizeType = UnsignedInt; in PPC32TargetInfo() 419 SizeType = UnsignedLong; in PPC32TargetInfo()
|
| H A D | LoongArch.h | 112 SizeType = UnsignedInt; in LoongArch32TargetInfo()
|
| H A D | M68k.cpp | 58 SizeType = UnsignedInt; in M68kTargetInfo()
|
| H A D | RISCV.h | 136 SizeType = UnsignedInt; in RISCV32TargetInfo()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 142 template <typename SizeType, typename T, typename ElementMapper> 145 SizeType Size; 147 Size = static_cast<SizeType>(Items.size()); 157 Size = static_cast<SizeType>(Items.size()); 168 for (SizeType I = 0; I < Size; ++I) {
|
| /src/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 31 typedef S SizeType; typedef 34 SizeType size; 38 Range(BaseType b, SizeType s) : base(b), size(s) {} in Range() 87 SizeType GetByteSize() const { return size; } in GetByteSize() 89 void SetByteSize(SizeType s) { size = s; } in SetByteSize() 139 typedef S SizeType; typedef
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 415 auto *SizeType = dyn_cast<IntegerType>(NewMO.getLength()->getType()); in perform() local 416 assert(SizeType && "Expected integer type size argument."); in perform() 417 ConstantInt *CaseSizeId = ConstantInt::get(SizeType, SizeId); in perform()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 833 using SizeType = decltype(std::declval<VecTy>().size()); variable 844 SizeType size() const { return AttrList.size(); } in size() 845 ParsedAttr &operator[](SizeType pos) { return *AttrList[pos]; } 846 const ParsedAttr &operator[](SizeType pos) const { return *AttrList[pos]; }
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 157 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, WIntType, 371 IntType getSizeType() const { return SizeType; } in getSizeType() 373 switch (SizeType) { in getSignedSizeType()
|