reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1309 for (Attribute::AttrKind I = Attribute::None; I != Attribute::EndAttrKinds; 1310 I = Attribute::AttrKind(I + 1)) { 1310 I = Attribute::AttrKind(I + 1)) { 1311 if (I == Attribute::SanitizeMemTag || 1312 I == Attribute::Dereferenceable || 1313 I == Attribute::DereferenceableOrNull || 1314 I == Attribute::ArgMemOnly || 1315 I == Attribute::AllocSize || 1316 I == Attribute::NoSync) 1318 if (uint64_t A = (Val & getRawAttributeMask(I))) { 1319 if (I == Attribute::Alignment) 1321 else if (I == Attribute::StackAlignment) 1324 B.addAttribute(I);