reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Attributes.cpp
 1485   assert((unsigned)Val < Attribute::EndAttrKinds && "Attribute out of range!");
 1486   Attrs[Val] = false;
 1488   if (Val == Attribute::Alignment)
 1490   else if (Val == Attribute::StackAlignment)
 1492   else if (Val == Attribute::ByVal)
 1494   else if (Val == Attribute::Dereferenceable)
 1496   else if (Val == Attribute::DereferenceableOrNull)
 1498   else if (Val == Attribute::AllocSize)