| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 91 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 D | NVPTX.cpp | 89 SizeType = TargetInfo::UnsignedInt; in NVPTXTargetInfo() 94 SizeType = TargetInfo::UnsignedLong; in NVPTXTargetInfo() 125 SizeType = HostTarget->getSizeType(); in NVPTXTargetInfo()
|
| H A D | SPIR.h | 107 SizeType = TargetInfo::UnsignedInt; in SPIR32TargetInfo() 122 SizeType = TargetInfo::UnsignedLong; in SPIR64TargetInfo()
|
| H A D | Mips.h | 128 SizeType = UnsignedInt; in setO32ABITypes() 154 SizeType = UnsignedLong; in setN64ABITypes() 164 SizeType = UnsignedInt; in setN32ABITypes()
|
| H A D | X86.h | 339 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 D | WebAssembly.h | 53 SizeType = UnsignedLong; in WebAssemblyTargetInfo() 137 SizeType = UnsignedLong; in WebAssembly64TargetInfo()
|
| H A D | Sparc.h | 159 SizeType = UnsignedInt; in SparcV8TargetInfo() 165 SizeType = UnsignedLong; in SparcV8TargetInfo()
|
| H A D | ARC.h | 33 SizeType = UnsignedInt; in ARCTargetInfo()
|
| H A D | MSP430.h | 40 SizeType = UnsignedInt; in MSP430TargetInfo()
|
| H A D | XCore.h | 35 SizeType = UnsignedInt; in XCoreTargetInfo()
|
| H A D | TCE.h | 58 SizeType = UnsignedInt; in TCETargetInfo()
|
| H A D | PNaCl.h | 39 this->SizeType = TargetInfo::UnsignedInt; in PNaClTargetInfo()
|
| H A D | BPF.h | 30 SizeType = UnsignedLong; in BPFTargetInfo()
|
| H A D | Hexagon.h | 48 SizeType = UnsignedInt; in HexagonTargetInfo()
|
| H A D | RISCV.h | 80 SizeType = UnsignedInt; in RISCV32TargetInfo()
|
| H A D | AVR.h | 51 SizeType = UnsignedInt; in AVRTargetInfo()
|
| H A D | OSTargets.h | 276 this->SizeType = TargetInfo::UnsignedLong; in HaikuTargetInfo() 496 this->SizeType = TargetInfo::UnsignedInt; in PS3PPUTargetInfo() 721 this->SizeType = TargetInfo::UnsignedInt; in NaClTargetInfo()
|
| H A D | AMDGPU.cpp | 258 SizeType = UnsignedLong; in AMDGPUTargetInfo()
|
| H A D | PPC.h | 326 SizeType = UnsignedInt; in PPC32TargetInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | RangeMap.h | 36 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 D | PGOMemOPSizeOpt.cpp | 379 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 D | TargetInfo.h | 222 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 D | ParsedAttr.h | 762 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 D | TargetInfo.cpp | 88 SizeType = UnsignedLong; in TargetInfo() 365 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 165 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()
|