Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h91 template <typename SizeType, typename T, typename ElementMapper>
93 SizeType Size; in mapVectorN()
95 Size = static_cast<SizeType>(Items.size()); in mapVectorN()
106 for (SizeType I = 0; I < Size; ++I) { in mapVectorN()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DNVPTX.cpp89 SizeType = TargetInfo::UnsignedInt; in NVPTXTargetInfo()
94 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo()
125 SizeType = HostTarget->getSizeType(); in NVPTXTargetInfo()
H A DSPIR.h107 SizeType = TargetInfo::UnsignedInt; in SPIR32TargetInfo()
122 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo()
H A DMips.h128 SizeType = UnsignedInt; in setO32ABITypes()
154 SizeType = UnsignedLong; in setN64ABITypes()
164 SizeType = UnsignedInt; in setN32ABITypes()
H A DX86.h339 SizeType = UnsignedInt; in X86_32TargetInfo()
413 SizeType = UnsignedLong; in OpenBSDI386TargetInfo()
432 SizeType = UnsignedLong; in DarwinI386TargetInfo()
571 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo()
598 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()
698 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
H A DWebAssembly.h53 SizeType = UnsignedLong; in WebAssemblyTargetInfo()
137 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
H A DSparc.h159 SizeType = UnsignedInt; in SparcV8TargetInfo()
165 SizeType = UnsignedLong; in SparcV8TargetInfo()
H A DARC.h33 SizeType = UnsignedInt; in ARCTargetInfo()
H A DMSP430.h40 SizeType = UnsignedInt; in MSP430TargetInfo()
H A DXCore.h35 SizeType = UnsignedInt; in XCoreTargetInfo()
H A DTCE.h58 SizeType = UnsignedInt; in TCETargetInfo()
H A DPNaCl.h39 this->SizeType = TargetInfo::UnsignedInt; in PNaClTargetInfo()
H A DBPF.h30 SizeType = UnsignedLong; in BPFTargetInfo()
H A DHexagon.h48 SizeType = UnsignedInt; in HexagonTargetInfo()
H A DRISCV.h80 SizeType = UnsignedInt; in RISCV32TargetInfo()
H A DAVR.h51 SizeType = UnsignedInt; in AVRTargetInfo()
H A DOSTargets.h276 this->SizeType = TargetInfo::UnsignedLong; in HaikuTargetInfo()
496 this->SizeType = TargetInfo::UnsignedInt; in PS3PPUTargetInfo()
721 this->SizeType = TargetInfo::UnsignedInt; in NaClTargetInfo()
H A DAMDGPU.cpp258 SizeType = UnsignedLong; in AMDGPUTargetInfo()
H A DPPC.h326 SizeType = UnsignedInt; in PPC32TargetInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h36 typedef S SizeType; typedef
39 SizeType size;
43 Range(BaseType b, SizeType s) : base(b), size(s) {} in Range()
78 SizeType GetByteSize() const { return size; } in GetByteSize()
80 void SetByteSize(SizeType s) { size = s; } in SetByteSize()
140 typedef S SizeType; typedef
344 typedef S SizeType; typedef
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp379 IntegerType *SizeType = dyn_cast<IntegerType>(MemI->getLength()->getType()); in perform() local
380 assert(SizeType && "Expected integer type size argument."); in perform()
381 ConstantInt *CaseSizeId = ConstantInt::get(SizeType, SizeId); in perform()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h222 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType,
259 IntType getSizeType() const { return SizeType; } in getSizeType()
261 switch (SizeType) { in getSignedSizeType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h762 using SizeType = decltype(std::declval<VecTy>().size()); variable
766 SizeType size() const { return AttrList.size(); } in size()
767 ParsedAttr &operator[](SizeType pos) { return *AttrList[pos]; }
768 const ParsedAttr &operator[](SizeType pos) const { return *AttrList[pos]; }
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp88 SizeType = UnsignedLong; in TargetInfo()
365 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h165 enum SizeType : unsigned char { enum
175 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS) in ValueType()
178 inline static SizeType getSizeType(unsigned nbytes);
184 SizeType Size;
191 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) { in getSizeType()

12