Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Size

255     /// The size of the following cleanup object.
256 size_t Size : 29;
260 size_t getSize() const { return Size; }
406 size_t OldSize = LifetimeExtendedCleanupStack.size();
408 LifetimeExtendedCleanupStack.size() + sizeof(Header) + Header.Size);
479 CGF.LifetimeExtendedCleanupStack.size();
557 /// \brief Takes the old cleanup stack size and emits the cleanup blocks
561 /// \brief Takes the old cleanup stack size and emits the cleanup blocks
862 // VLASizeMap - This keeps track of the associated size for each VLA type.
863 // We track this by the size expression rather than the type itself because
865 // multiple VLA types can share the same size expression.
1544 /// getVLASize - Returns an LLVM value that corresponds to the size,
1697 /// appropriate size and alignment for an object of type \p Type.
1939 /// size, this method guarantees that the returned pointer type will point to
1940 /// an LLVM type of the same size of the lvalue's type. If the lvalue has a