Lines Matching refs:OwnershipAttr
522 const OwnershipAttr *Att, ProgramStateRef State) const;
576 const OwnershipAttr *Att,
1014 for (const auto *I : Func->specific_attrs<OwnershipAttr>()) { in isFreeingOwnershipAttrCall()
1015 OwnershipAttr::OwnershipKind OwnKind = I->getOwnKind(); in isFreeingOwnershipAttrCall()
1016 if (OwnKind == OwnershipAttr::Takes || OwnKind == OwnershipAttr::Holds) in isFreeingOwnershipAttrCall()
1042 return Func && Func->hasAttr<OwnershipAttr>(); in isMemCall()
1424 for (const auto *I : FD->specific_attrs<OwnershipAttr>()) { in checkOwnershipAttr()
1426 case OwnershipAttr::Returns: in checkOwnershipAttr()
1429 case OwnershipAttr::Takes: in checkOwnershipAttr()
1430 case OwnershipAttr::Holds: in checkOwnershipAttr()
1668 const OwnershipAttr *Att, in MallocMemReturnsAttr()
1828 const OwnershipAttr *Att, in FreeMemAttr()
1841 Att->getOwnKind() == OwnershipAttr::Holds, in FreeMemAttr()