Home
last modified time | relevance | path

Searched refs:SizeType (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h142 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) {
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h257 SizeType = TargetInfo::UnsignedInt; in SPIR32TargetInfo()
274 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo()
313 SizeType = TargetInfo::UnsignedInt; in SPIRVTargetInfo()
333 SizeType = TargetInfo::UnsignedInt; in SPIRV32TargetInfo()
354 SizeType = TargetInfo::UnsignedLong; in SPIRV64TargetInfo()
H A DNVPTX.cpp84 SizeType = TargetInfo::UnsignedInt; in NVPTXTargetInfo()
89 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo()
122 SizeType = HostTarget->getSizeType(); in NVPTXTargetInfo()
H A DMips.h127 SizeType = UnsignedInt; in setO32ABITypes()
153 SizeType = UnsignedLong; in setN64ABITypes()
163 SizeType = UnsignedInt; in setN32ABITypes()
H A DSparc.h154 SizeType = UnsignedInt; in SparcV8TargetInfo()
160 SizeType = UnsignedLong; in SparcV8TargetInfo()
H A DWebAssembly.h84 SizeType = UnsignedLong; in WebAssemblyTargetInfo()
199 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
H A DX86.h449 SizeType = UnsignedInt; in X86_32TargetInfo()
532 SizeType = UnsignedLong; in OpenBSDI386TargetInfo()
551 SizeType = UnsignedLong; in DarwinI386TargetInfo()
697 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo()
724 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
832 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
H A DARC.h32 SizeType = UnsignedInt; in ARCTargetInfo()
H A DXCore.h33 SizeType = UnsignedInt; in XCoreTargetInfo()
H A DMSP430.h43 SizeType = UnsignedInt; in MSP430TargetInfo()
H A DVE.h36 SizeType = UnsignedLong; in VETargetInfo()
H A DPNaCl.h38 this->SizeType = TargetInfo::UnsignedInt; in PNaClTargetInfo()
H A DTCE.h71 SizeType = UnsignedInt; in TCETargetInfo()
H A DCSKY.h47 SizeType = UnsignedInt; in CSKYTargetInfo()
H A DHexagon.h47 SizeType = UnsignedInt; in HexagonTargetInfo()
H A DBPF.h31 SizeType = UnsignedLong; in BPFTargetInfo()
H A DPPC.h379 SizeType = UnsignedInt; in PPC32TargetInfo()
384 SizeType = UnsignedLong; in PPC32TargetInfo()
H A DAVR.h50 SizeType = UnsignedInt; in AVRTargetInfo()
H A DLoongArch.h110 SizeType = UnsignedInt; in LoongArch32TargetInfo()
H A DM68k.cpp58 SizeType = UnsignedInt; in M68kTargetInfo()
H A DRISCV.h130 SizeType = UnsignedInt; in RISCV32TargetInfo()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h31 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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp421 auto *SizeType = dyn_cast<IntegerType>(NewMO.getLength()->getType()); in perform() local
422 assert(SizeType && "Expected integer type size argument."); in perform()
423 ConstantInt *CaseSizeId = ConstantInt::get(SizeType, SizeId); in perform()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h810 using SizeType = decltype(std::declval<VecTy>().size()); variable
821 SizeType size() const { return AttrList.size(); } in size()
822 ParsedAttr &operator[](SizeType pos) { return *AttrList[pos]; }
823 const ParsedAttr &operator[](SizeType pos) const { return *AttrList[pos]; }
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h151 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, WIntType,
362 IntType getSizeType() const { return SizeType; } in getSizeType()
364 switch (SizeType) { in getSignedSizeType()

12