Searched defs:BaseSize (Results 1 – 10 of 10) sorted by relevance
45 unsigned BaseSize = UniqueName.size(); in makeUniqueName() local
61 def BaseSize(self): member in Type
315 TypeSize BaseSize = getSizeInBits(); in getStoreSize() local
455 TypeSize BaseSize = getTypeSizeInBits(Ty); in getTypeStoreSize() local
467 uint64_t BaseSize = MemoryLocation::UnknownSize; in visitMemoryReference() local
842 TypeSize BaseSize = getSizeInBits(); in getStoreSize() local
1580 size_t BaseSize = 0; in getOptionWidth() local
1032 Optional<uint64_t> BaseSize = getTypeSize(BaseType, PointerSize); in getTypeSize() local
1925 size_t BaseSize = 0; in getOptionWidth() local
73324 struct BaseSize { struct73325 union {73333 constexpr BaseSize() : width(0), height(0) {} in BaseSize() argument73334 constexpr BaseSize(T aWidth, T aHeight) : width(aWidth), height(aHeight) {} in BaseSize() argument73336 void SizeTo(T aWidth, T aHeight) { width = aWidth; height = aHeight; } in SizeTo()73338 bool IsEmpty() const { in IsEmpty()73342 bool IsSquare() const { in IsSquare()73349 bool operator==(const Sub& aSize) const { in operator ==()73352 bool operator!=(const Sub& aSize) const { in operator !=()73355 bool operator<=(const Sub& aSize) const { in operator <=()[all …]