Searched refs:GetAlignment (Results 1 – 13 of 13) sorted by relevance
88 std::size_t TargetCharacteristics::GetAlignment( in GetAlignment() 99 return GetAlignment(category, kind) > 0; in IsTypeEnabled() 87 std::size_t TargetCharacteristics::GetAlignment( GetAlignment() function in Fortran::evaluate::TargetCharacteristics
154 std::size_t DynamicType::GetAlignment( in GetAlignment() function in Fortran::evaluate::DynamicType 174 return targetCharacteristics.GetAlignment(category_, kind()); in GetAlignment()
441 int iKind{std::max<int>(target.GetAlignment(TypeCategory::Real, rKind), in IntTransferMold()
31 …alignment = property(GetAlignment, None, doc='''A read only property that returns the alignment of…
83 uint32_t GetAlignment();
51 self.assertEqual(section.GetAlignment(), 0x1000)
85 std::size_t GetAlignment(
166 std::size_t GetAlignment(const TargetCharacteristics &) const;
130 uint32_t GetAlignment() { return m_alignment; } in GetAlignment() function
441 chars->type().GetAlignment(targetCharacteristics)};447 chars->type().GetAlignment(targetCharacteristics)};
710 dyType->GetAlignment(foldingContext.targetCharacteristics())}) { in ComputeMinElementBytes()
220 uint32_t SBSection::GetAlignment() { in GetAlignment() function in SBSection
42 uint32_t alignment = entity.GetAlignment(); in AddStructMember()